Add template

This commit is contained in:
2024-08-29 18:44:50 +02:00
commit 83a866e871
22 changed files with 2658 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
all:
mkdir -p build/build
latexmk presentation.tex
clean:
rm -rf build