fix: bugs-04

This commit is contained in:
2026-03-17 22:39:05 +08:00
parent 143a1b4507
commit cdc2c4ead6
50 changed files with 1694 additions and 1916 deletions

View File

@@ -0,0 +1,9 @@
LATEX=xelatex
TARGET=main
all:
$(LATEX) $(TARGET).tex
$(LATEX) $(TARGET).tex
clean:
rm -f *.aux *.fdb_latexmk *.fls *.log *.out *.toc *.lof *.lot *.xdv *.synctex.gz