inital commit

This commit is contained in:
Daniel Bauer
2022-01-10 15:58:05 +01:00
commit b34164f829
20 changed files with 3430 additions and 0 deletions

5
build.ninja Normal file
View File

@@ -0,0 +1,5 @@
rule latex
command = latexmk -pdf -interaction=nonstopmode $tex
build thesis.pdf: latex abstract.tex acknowledgements.tex acronyms.tex appendix.tex biblio.tex config.tex frontpages.tex thesis.tex biblio.bib tufte-common.def tufte-book.cls
tex = thesis.tex