Clear History

This commit is contained in:
2023-05-11 17:44:13 +02:00
commit 4acb9b9ae8
77 changed files with 5363 additions and 0 deletions

9
thesis/Makefile Normal file
View File

@@ -0,0 +1,9 @@
build:: fonts graphs
tectonic -Z shell-escape src/main.tex
mv src/main.pdf Thesis.pdf
fonts::
./fonts/install.sh
graphs::
find . -name "*.mmd" | xargs -I % npx -yp @mermaid-js/mermaid-cli mmdc -i % -f -e pdf