Initial commit

This commit is contained in:
2023-12-14 15:52:07 +01:00
parent d4e717da03
commit 91c6f69f8b
18 changed files with 698 additions and 0 deletions

9
Makefile Normal file
View File

@ -0,0 +1,9 @@
.PHONY: main clean FORCE
main: poster.pdf
poster.pdf: FORCE
latexmk -pdflatex='lualatex -interaction nonstopmode' -pdf poster.tex
clean:
latexmk -pdf -C