From 523fa84b7416f64ec5322d286bde288198a47cba Mon Sep 17 00:00:00 2001 From: Bashy Date: Wed, 18 Mar 2026 12:59:15 +0200 Subject: [PATCH] Update data and README --- .gitignore | 1 + README.md | 14 ++++++++++++++ data.tex => example_data.tex | 0 3 files changed, 15 insertions(+) create mode 100644 README.md rename data.tex => example_data.tex (100%) diff --git a/.gitignore b/.gitignore index e69de29..e7c4803 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +data.tex diff --git a/README.md b/README.md new file mode 100644 index 0000000..8e8462b --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# About + +Set of scripts creating event invitations and promo materials for OpenAlt Romania. + +# Prereqs + +- Have LaTeX installed for xelatex +- Install `poppler-utils` (or equivalent) for pdftoppm + +# How to use + +1. Rename `example_data.tex` to `data.tex` +2. Update `data.tex` with information you want on your poster +3. Run `openalt.sh` diff --git a/data.tex b/example_data.tex similarity index 100% rename from data.tex rename to example_data.tex