🔄Update: 引入模板框架

This commit is contained in:
2026-01-14 09:57:04 +08:00
parent f73b3308ce
commit 1a3a7f5a23
33 changed files with 2676 additions and 1 deletions
+77
View File
@@ -0,0 +1,77 @@
# ========================
# LaTeX 编译产物(排除)
# ========================
# DVI 输出文件
*.dvi
# PS 输出文件
*.ps
# Auxiliary files generated by LaTeX
*.aux
*.bbl
*.blg
*.fdb_latexmk
*.fls
*.log
*.out
*.toc
*.lof
*.lot
*.loa
*.glo
*.glg
*.idx
*.ind
*.ilg
*.bak
*.synctex.gz
*.nav
*.snm
*.vrb
*.xdv
# 编译缓存和临时文件
*.toc
*.lof
*.lot
*.loa
*.glo
*.glg
*.idx
*.ind
*.ilg
*.out
*.aux
# LaTeXmk 生成的文件
*.fls
*.log
*.synctex.gz
latexmk.log
# 编辑器备份文件(可选,根据需要添加)
*~
# Vim swap files
.*.swp
.*.swo
# Emacs backup files
\#*
*~
\.#*
# VS Code workspace settings
.vscode/
# 编译工具(如 make、latexmk)生成的目录
.build/
build/
tmp/
temp/
# 其他可能的编译输出目录(根据项目结构调整)
*.bcf
*.run.xml