Files
dissertation-template/build.ninja
Daniel Bauer b34164f829 inital commit
2022-01-10 15:58:14 +01:00

6 lines
261 B
Plaintext

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