This commit is contained in:
veypi
2022-11-02 02:52:03 +08:00
parent 206f1e236c
commit a6a30b6f74
14 changed files with 299 additions and 49 deletions
+4
View File
@@ -20,6 +20,10 @@ pdf:
show: pdf
@open main.pdf
num:
@texcount ./data/chapter1-intro.tex ./data/chapter2.tex ./data/chapter3.tex ./data/chapter4.tex ./data/chapter5.tex ./data/conclusion.tex
clean:
@find . -name '*.aux' -print0 | xargs -0 rm -rf