first commit

This commit is contained in:
2025-10-13 02:32:30 +08:00
commit cf19ef2020
25 changed files with 1916 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
pdf:
xelatex beamerJLU.tex
clean:
rm -f *.aux *.log *.nav *.out *.snm *.toc *.vrb
all: clean pdf