summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-11 22:12:17 +0000
committerKarl Berry <karl@freefriends.org>2016-01-11 22:12:17 +0000
commit4d5ecf8fcf4e6667025feb557ddbb30c9f671c7a (patch)
treeb4673eb7b310c02a8d5a222d5a654fdf0a9ebab0 /Master/texmf-dist/doc/latex/thuthesis/README.md
parent8e4a709fa64caddcfe3600d3a8ba56826ef750e1 (diff)
thuthesis (11jan16)
git-svn-id: svn://tug.org/texlive/trunk@39351 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.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/README.md b/Master/texmf-dist/doc/latex/thuthesis/README.md
index 060e9ac17cf..9e8038934df 100644
--- a/Master/texmf-dist/doc/latex/thuthesis/README.md
+++ b/Master/texmf-dist/doc/latex/thuthesis/README.md
@@ -47,9 +47,9 @@ ThuThesis为 <b>T</b>sing<b>h</b>ua <b>U</b>niversity <b>Thesis</b> LaTeX Templa
* `make thesis` 生成论文 main.pdf;
* `make shuji` 生成书脊 shuji.pdf;
* `make doc` 生成使用说明书 thuthesis.pdf;
-* `make clean` 删除 pdf 外的所有中间文件和目标文件;
-* `make cleanall` 删除包括 pdf 在内的所有中间文件和目标文件;
-* `make distclean` 表示清除包括 cls 在内的所有中间文件和目标文件。
+* `make clean` 删除示例文件的中间文件(不含main.pdf);
+* `make cleanall` 删除示例文件的中间文件和main.pdf;
+* `make distclean` 删除示例文件和模板的所有中间文件和PDF。
## 参数
* **METHOD**:指定生成 pdf 的方式,缺省采用 latexmk。