Initial commit

This commit is contained in:
2025-09-28 21:14:53 +02:00
commit 1ed8827b02
23 changed files with 2672 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