meta: move to latexmk for better interoperability
This commit is contained in:
parent
e92f8384de
commit
47ffb33a89
2 changed files with 5 additions and 2 deletions
7
Makefile
7
Makefile
|
@ -1,7 +1,10 @@
|
|||
.PHONY: clean
|
||||
|
||||
skripta.pdf: $(wildcard *.tex)
|
||||
tectonic skripta.tex
|
||||
latexmk -xelatex skripta.tex
|
||||
|
||||
clean:
|
||||
rm skripta.pdf
|
||||
latexmk -c
|
||||
|
||||
distclean:
|
||||
latexmk -C
|
||||
|
|
BIN
skripta.pdf
BIN
skripta.pdf
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue