1
0

thesis: Add TU Wien Informatics template

This commit is contained in:
2025-03-16 22:25:49 +01:00
parent ab6a405830
commit 244dc354ed
7 changed files with 1061 additions and 0 deletions

13
thesis/Makefile Normal file
View File

@@ -0,0 +1,13 @@
.PHONY: all clean clean-out
all: thesis.pdf clean-out
%.pdf: %.tex
pdflatex $<
pdflatex $<
clean: clean-out
rm -rf *.pdf
clean-out:
rm -rf *.acn *.aux *.glo *.glsdefs *.idx *.ist *.loa *.lof *.log *.lot *.mw *.out *.toc *.xmpdata *.xmpi