move to latexmk for better compatibility
This commit is contained in:
parent
38cf3fa181
commit
6784e133c2
5 changed files with 18 additions and 6 deletions
|
@ -1,7 +1,10 @@
|
|||
.PHONY: clean
|
||||
.PHONY: clean distclean
|
||||
|
||||
theory.pdf: $(wildcard *.tex)
|
||||
tectonic theory.tex
|
||||
latexmk -xelatex theory.tex
|
||||
|
||||
clean:
|
||||
rm theory.pdf
|
||||
latexmk -c
|
||||
|
||||
distclean:
|
||||
latexmk -C
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue