abuccts / ructhesis

LaTeX Thesis Template for Renmin University of China

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RUCTHESIS

RucThesis is a LaTeX thesis template package for Renmin University of China supporting from bachelor, master to doctor dissertations. 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. This project is forked from ThuThesis.

RucThesis 是什么?

RucThesis 为 Renmin University of China Thesis LaTeX Template 之缩写。

此宏包修改自 ThuThesis,旨在建立一个简单易用的**人民大学学位论文 LaTeX 模板,包括本科毕业论文、硕士论文以及博士论文。目前支持本科毕业论文,对其它论文的支持会陆续加入。

文档

下载发行版,里面包括具体使用说明以及示例文档:

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

下载

升级

  • git pull
  • 下载最新的 release 版本,将 ructhesis.insructhesis.dtxructhesis.bst 拷贝至工作目录覆盖相应的文件,然后运行 latex ructhesis.ins,生成新的类文件 ructhesis.cls 和配置文件 ructhesis.cfg 即可。

提问

Makefile 的用法

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

目标

命令 说明
make all 等于 make thesis && make shuji && make doc
make cls 生成模板文件
make thesis 生成论文 main.pdf
make doc 生成使用说明书 ructhesis.pdf
make count 计算论文 main.pdf 字数
make clean 删除示例文件的中间文件(不含 main.pdf)
make cleanall 删除示例文件的中间文件和 main.pdf
make distclean 删除示例文件和模板的所有中间文件和 PDF

参数

METHOD:指定生成 pdf 的方式,缺省采用 latexmk。

METHOD 说明
latexmk 使用 latexmk 的方式生成 pdf(使用 xelatex)
xelatex 使用 xelatex 引擎编译生成 pdf
pdflatex 使用 pdflatex 引擎编译生成 pdf

开源许可证

About

LaTeX Thesis Template for Renmin University of China

License:LaTeX Project Public License v1.3c


Languages

Language:TeX 59.9%Language:Prolog 38.6%Language:JavaScript 0.8%Language:Makefile 0.6%Language:Perl 0.1%