推荐使用 VSCode 编辑器,安装 LaTeX Workshop 插件。
此项目中已包含 LaTeX Workshop 的推荐工作区配置文件。
使用 XeLaTeX 与 BibTeX 编译,命令如下:
xelatex -interaction=nonstopmode -halt-on-error -file-line-error -synctex=1 main.tex
bibtex main
xelatex -interaction=nonstopmode -halt-on-error -file-line-error -synctex=1 main.tex
xelatex -interaction=nonstopmode -halt-on-error -file-line-error -synctex=1 main.tex
已配置 GitHub Actions 自动编译。
可以在 Actions 页面的 artifacts 中下载编译后的 PDF 文件。
使用 subfiles 宏包,每一节的内容放在 sections
目录下的单独文件中,main.tex
为主文件,包含所有章节。
.
├── main.tex
├── reference.bib
├── sections
│ ├── abstract.tex
│ ├── intro.tex
│ ├── related.tex
│ ├── git-workflows.tex
│ ├── modern-OSS.tex
| ├── tips.tex
│ └── conclusion.tex
└── README.md
见 reference.bib
。
作者保留所有权利。未经允许,不得转载、引用、修改或用于商业用途。