thesis: Add headings and first subsection
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user