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