Generate a LaTeX Beamer Presentation from a hierarchic folder structure.
All elements must be placed in the folder TopFolder. You will find more information about the available elements in the TopFolder
Python and Poetry needs to be installed on the system.
- Download or clone the repo
- run
poetry install
inside the repository folder - run
poetry run python Main.py
to generate a.tex
file for the structure inside the TopFolder Folder - run
poetry run python Main.py --compileLuaLaTeX
to generate the.pdf
after generating the.tex
!! NOTE: this requires an installation of LuaLaTeX !!