summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-02 22:31:15 +0000
committerKarl Berry <karl@freefriends.org>2019-05-02 22:31:15 +0000
commit02ea354c212af61a061260449c3e39e8adffc4b0 (patch)
treea34aacff859f1d1c74755760bc9d0a6bfcbf7adb /Master/texmf-dist/doc/latex/thuthesis/README.md
parentee512f09c6a78085849822e5e63272a51593e41c (diff)
thuthesis (27apr19)
git-svn-id: svn://tug.org/texlive/trunk@50932 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/thuthesis/README.md36
1 files changed, 13 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/README.md b/Master/texmf-dist/doc/latex/thuthesis/README.md
index 0b9ee7bdf7c..ff9a88378d2 100644
--- a/Master/texmf-dist/doc/latex/thuthesis/README.md
+++ b/Master/texmf-dist/doc/latex/thuthesis/README.md
@@ -1,4 +1,8 @@
-[![Build Status](https://travis-ci.org/xueruini/thuthesis.svg?branch=master)](https://travis-ci.org/xueruini/thuthesis) [![Join the chat at https://gitter.im/thuthesis/Lobby](https://badges.gitter.im/thuthesis/Lobby.svg)](https://gitter.im/thuthesis/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
+[![Build Status](https://travis-ci.org/xueruini/thuthesis.svg?branch=master)](https://travis-ci.org/xueruini/thuthesis)
+[![Join the chat at https://gitter.im/thuthesis/Lobby](https://badges.gitter.im/thuthesis/Lobby.svg)](https://gitter.im/thuthesis/Lobby)
+[![Github downloads](https://img.shields.io/github/downloads/xueruini/thuthesis/total.svg)](https://github.com/xueruini/thuthesis/releases)
+[![GitHub release](https://img.shields.io/github/release/xueruini/thuthesis/all.svg)](https://github.com/xueruini/thuthesis/releases/latest)
+[![GitHub commits](https://img.shields.io/github/commits-since/xueruini/thuthesis/latest.svg)](https://github.com/xueruini/thuthesis/commits/master)
# What's ThuThesis?
ThuThesis is an abbreviation of <b>T</b>sing<b>h</b>ua <b>U</b>niversity <b>Thesis</b> LaTeX Template.
@@ -22,14 +26,14 @@ ThuThesis为 <b>T</b>sing<b>h</b>ua <b>U</b>niversity <b>Thesis</b> LaTeX Templa
# 升级
## 自动更新
-通过TeX发行版工具自动从[CTAN](http://www.ctan.org/pkg/thuthesis)更新。
+通过 TeX 发行版工具自动从 [CTAN](http://www.ctan.org/pkg/thuthesis) 更新。
## 手动更新
-从 [GitHub](https://github.com/xueruini/thuthesis)下载放入论文目录,执行命令(Windows 用户在文件夹空白处按`Shift+鼠标右键`,点击“在此处打开命令行窗口”):
+从 [GitHub](https://github.com/xueruini/thuthesis) 下载放入论文目录,执行命令(Windows 用户在文件夹空白处按`Shift+鼠标右键`,点击“在此处打开命令行窗口”):
- latex thuthesis.ins
+ xetex thuthesis.ins
-即可得到 `thuthesis.cls` 和 `thuthesis.cfg` 等模板文件。
+即可得到 `thuthesis.cls` 等模板文件。
# 提问
按推荐顺序排序:
@@ -42,8 +46,7 @@ ThuThesis为 <b>T</b>sing<b>h</b>ua <b>U</b>niversity <b>Thesis</b> LaTeX Templa
# Makefile的用法
```shell
-make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \
- [METHOD={latexmk|xelatex|pdflatex}]
+make [{all|thesis|shuji|doc|clean|cleanall|distclean}]
```
## 目标
@@ -56,12 +59,6 @@ make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \
* `make cleanall` 删除示例文件的中间文件和 main.pdf;
* `make distclean` 删除示例文件和模板的所有中间文件和 PDF。
-## 参数
-* **METHOD**:指定生成 pdf 的方式,缺省采用 latexmk。
- * METHOD=latexmk 表示使用 latexmk 的方式生成 pdf(使用 xelatex)。
- * METHOD=xelatex 表示使用 xelatex 引擎编译生成 pdf;
- * METHOD=pdflatex 表示使用 pdflatex 引擎编译生成 pdf。
-
# Documentation
Download and unzip the template. Specific usage documentation and examples can be found in the files below. At present, these documents are <b>only available in Chinese</b>:
* Template usage (thuthesis.pdf)
@@ -78,9 +75,9 @@ Get the most up-to-date published version of the TeX tools from [CTAN](http://ww
## Manual
Download the package from [GitHub](https://github.com/xueruini/thuthesis) 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"):
- latex thuthesis.ins
+ xetex thuthesis.ins
-You'll get `thuthesis.cls` and `thuthesis.cfg` along with other template files.
+You'll get `thuthesis.cls` along with other template files.
# Reporting Issues
Please follow the procedure below:
@@ -93,8 +90,7 @@ Please follow the procedure below:
# Makefile Usage
```shell
-make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \
- [METHOD={latexmk|xelatex|pdflatex}]
+make [{all|thesis|shuji|doc|clean|cleanall|distclean}]
```
## Targets
@@ -106,9 +102,3 @@ make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \
* `make clean` delete all examples' files (excluding main.pdf);
* `make cleanall` delete all examples' files and main.pdf;
* `make distclean` delete all examples' and templates' files and PDFs.
-
-## Parameters
-* **METHOD**:define the method used to generate the pdfs, the default is `latexmk`.
-* `METHOD=latexmk` use latexmk to generate pdfs (uses xelatex).
-* `METHOD=xelatex` use xelatex engine to compile and build pdfs;
-* `METHOD=pdflatex` use pdflatex engine to compile and build pdfs.