Initial commit

This commit is contained in:
2025-09-28 21:14:53 +02:00
commit a433bc6017
26 changed files with 2677 additions and 0 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
mkdir -p build/build
latexmk src/template/presentation.tex
mv build/presentation.pdf build/presentation_template.pdf
clean:
rm -rf build