wangg12 / thuthesis

LaTeX Thesis Template for Tsinghua University

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What's ThuThesis?

ThuThesis is a LaTeX thesis template package for Tsinghua University supporting from bachelor, master, doctor dissertations to post-doc report. Since the users of this package are supposed to be Chinese or those understand Chinese, the following of this file and all other documents are written in Chinese only.

ThuThesis是什么?

ThuThesis为 Tsinghua University Thesis LaTeX Template之缩写。

此宏包旨在建立一个简单易用的清华大学学位论文LaTeX模板,包括本科综合论文训练、硕士论文、博士论文、博士哲学论文以及博士后出站报告。现在支持本科、硕士、博士论文、博士后出站报告格式,对其它格式(还有么?)的支持会陆续加入。

文档

请下载模板,里面包括具体使用说明以及示例文档:

  • 模板使用说明 (thuthesis.pdf)
  • 示例文档 (main.pdf)

下载

升级

自动更新

通过TeX发行版工具自动从CTAN更新。

手动更新

GitHub下载放入论文目录,执行命令:

$ latex thuthesis.ins

提问

按推荐顺序排序:

Makefile的用法

make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \
     [METHOD={latexmk|xelatex|pdflatex}]

目标

  • make all 等于 make thesis && make shuji && make doc
  • make cls 生成模板文件;
  • make thesis 生成论文 main.pdf;
  • make shuji 生成书脊 shuji.pdf;
  • make doc 生成使用说明书 thuthesis.pdf;
  • make clean 删除示例文件的中间文件(不含 main.pdf);
  • make cleanall 删除示例文件的中间文件和 main.pdf;
  • make distclean 删除示例文件和模板的所有中间文件和 PDF。

参数

  • METHOD:指定生成 pdf 的方式,缺省采用 latexmk。
    • METHOD=latexmk 表示使用 latexmk 的方式生成 pdf(使用 xelatex)。
    • METHOD=xelatex 表示使用 xelatex 引擎编译生成 pdf;
    • METHOD=pdflatex 表示使用 pdflatex 引擎编译生成 pdf。

About

LaTeX Thesis Template for Tsinghua University


Languages

Language:TeX 87.1%Language:PostScript 10.6%Language:JavaScript 1.2%Language:Makefile 1.0%Language:Perl 0.1%