2019-10-18 08:54:33 +00:00
|
|
|
all: paper.pdf
|
|
|
|
|
2019-10-21 15:33:42 +00:00
|
|
|
pdf: images
|
|
|
|
|
2019-10-18 08:54:33 +00:00
|
|
|
images:
|
|
|
|
$(MAKE) -C img
|
|
|
|
|
|
|
|
paper.pdf: paper.tex images
|
2019-10-18 14:33:52 +00:00
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
|
|
|
bibtex paper.aux
|
2019-10-18 08:54:33 +00:00
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
|
|
|
pdflatex -synctex=1 -interaction=nonstopmode paper.tex
|
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.toc *.aux *.bbl *.blg *.fls *.out *.log *.synctex.gz *.dot
|
|
|
|
rm -rf tmp
|
|
|
|
$(MAKE) -C img clean
|