1
0

thesis: Add headings and first subsection

This commit is contained in:
2025-07-01 23:26:35 +02:00
parent 4869533a53
commit 6033a59bbf
10 changed files with 206 additions and 8 deletions

View File

@@ -3,11 +3,10 @@
all: thesis.pdf clean-out
%.pdf: %.tex $(wildcard src/*)
pdflatex $<
pdflatex $<
latexmk -pdf $<
clean: clean-out
rm -rf *.pdf
clean:
latexmk -C
clean-out:
rm -rf *.acn *.aux *.glo *.glsdefs *.idx *.ist *.loa *.lof *.log *.lot *.mw *.out *.toc *.xmpdata *.xmpi
latexmk -c