This commit is contained in:
veypi
2022-10-02 03:29:56 +08:00
parent 48b76c2e72
commit 206f1e236c
19 changed files with 4935 additions and 1723 deletions
+12 -1
View File
@@ -5,13 +5,24 @@
# Distributed under terms of the Apache license.
#
pdf:
pdf2:
@rm ./build/main.pdf
@xelatex -output-directory=./build/ main.tex
# @zathura ./build/main.pdf
@open ./build/main.pdf
pdf:
xelatex main.tex
-bibtex main.aux
xelatex main.tex
xelatex main.tex
show: pdf
@open main.pdf
clean:
@find . -name '*.aux' -print0 | xargs -0 rm -rf
@rm main.pdf
@rm -rf *.lof *.log *.lot *.out *.toc *.bbl *.blg *.thm