Ctguthesis is an abbreviation of ChinasThreeGorges University Thesis LaTeX Template.
This package establishes a simple and easy-to-use LaTeX template for China Three Gorges dissertations, including general undergraduate research papers, masters theses, doctoral dissertations, and postdoctoral reports. An English translation of this README follows the Chinese below.
It includes a org template and manual to guide write in Emacs org-mode and plan their doctoral life.
Ctguthesis 是 **China Three Gorges University Thesis LaTeX Template 的缩写。
此宏包旨在建立一个简单易用的三峡大学学位论文 LaTeX 模板,包括本科综合论文训练、硕士论文、博士论文以及博士后出站报告。
同时还包含一个Emacs org 的论文模版,和论文工作计划。(ctguthesissetup.org, ctguthesis.org)
请下载模板,里面包括具体使用说明以及示例文档:
- 模板使用说明 (ctguthesis.pdf)
- 示例文档 (main.pdf)
- 开发版:GitHub
从 GitHub 下载放入论文目录,执行命令(Windows 用户在文件夹空白处按 Shift + 鼠标右键,点击“在此处打开命令行窗口”):
xetex ctguthesis.ins即可得到 ctguthesis.cls 等模板文件。
按推荐顺序排序:
- 先到 FAQ 看看常见问题
- GitHub Issues
make [{all|thesis|spine|doc|clean|cleanall|distclean}]make thesis生成论文 main.pdf;make spine生成书脊 spine.pdf;make doc生成模板使用说明书 ctguthesis.pdf;make all生成论文和书籍,相当于make thesis && make spine;make clean删除示例文件的中间文件(不含 main.pdf);make cleanall删除示例文件的中间文件和 main.pdf;make distclean删除示例文件和模板的所有中间文件和 PDF。
Download and unzip the template. Specific usage documentation and examples can be found in the files below. At present, these documents are only available in Chinese:
- Template usage (ctguthesis.pdf)
- Template example (main.pdf)
- Developer version: GitHub
Download the package from GitHub to the root directory of your thesis, then execute the command (Windows users Shift + right click white area in the file window and click "Open command line window here" from the popup menu):
xetex ctguthesis.insYou'll get ctguthesis.cls along with other template files.
Please follow the procedure below:
- Check the FAQ
- GitHub Issues
make [{all|thesis|spine|doc|clean|cleanall|distclean}]make thesisgenerate thesis main.pdf;make spinegenerate book spine for printing spine.pdf;make docgenerate template documentation ctguthesis.pdf;make allgenerate thesis and spine, same asmake thesis && make spine;make cleandelete all examples' files (excluding main.pdf);make cleanalldelete all examples' files and main.pdf;make distcleandelete all examples' and templates' files and PDFs.