From 6523183e9bf0cb9c831adaa6eed6cac3b3c9d207 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 17 May 2018 20:25:45 +0000 Subject: thuthesis (17may18) git-svn-id: svn://tug.org/texlive/trunk@47740 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/thuthesis/README.md | 55 ++++++++++++++++++++- Master/texmf-dist/doc/latex/thuthesis/main.pdf | Bin 961031 -> 983711 bytes Master/texmf-dist/doc/latex/thuthesis/shuji.pdf | Bin 16829 -> 16824 bytes .../texmf-dist/doc/latex/thuthesis/thuthesis.pdf | Bin 696813 -> 707424 bytes 4 files changed, 53 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/doc/latex') diff --git a/Master/texmf-dist/doc/latex/thuthesis/README.md b/Master/texmf-dist/doc/latex/thuthesis/README.md index 4043e1bb381..0b9ee7bdf7c 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/README.md +++ b/Master/texmf-dist/doc/latex/thuthesis/README.md @@ -1,8 +1,9 @@ [![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) # What's ThuThesis? +ThuThesis is an abbreviation of Tsinghua University Thesis LaTeX Template. -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. +This package establishes a simple and easy-to-use LaTeX template for Tsinghua dissertations, including general undergraduate research papers, masters theses, doctoral theses, doctoral dissertations, and post-doc reports. Additional support for other formats (what else is there?) will be added continuously. An English translation of this README follows the Chinese below. # ThuThesis是什么? ThuThesis为 Tsinghua University Thesis LaTeX Template之缩写。 @@ -16,7 +17,6 @@ ThuThesis为 Tsinghua University Thesis LaTeX Templa * 示例文档 (main.pdf) # 下载 - * 发行版:[CTAN](http://www.ctan.org/pkg/thuthesis) * 开发版:[GitHub](https://github.com/xueruini/thuthesis) @@ -61,3 +61,54 @@ make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \ * 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 only available in Chinese: +* Template usage (thuthesis.pdf) +* Template example (main.pdf) + +# Downloads +* Published version: [CTAN](http://www.ctan.org/pkg/thuthesis) +* Developer version: [GitHub](https://github.com/xueruini/thuthesis) + +# Updates +## Automatic +Get the most up-to-date published version of the TeX tools from [CTAN](http://www.ctan.org/pkg/thuthesis). + +## 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 + +You'll get `thuthesis.cls` and `thuthesis.cfg` along with other template files. + +# Reporting Issues +Please follow the procedure below: + +* Check the [FAQ](https://github.com/xueruini/thuthesis/wiki/FAQ) +* [Github Issues](http://github.com/xueruini/thuthesis/issues) +* [TeX@newsmth](http://www.newsmth.net/nForum/#!board/TeX) +* [ThuThesis@Google Groups](http://groups.google.com/group/thuthesis) + +# Makefile Usage + +```shell +make [{all|thesis|shuji|doc|clean|cleanall|distclean}] \ + [METHOD={latexmk|xelatex|pdflatex}] +``` + +## Targets +* `make all` same as `make thesis && make shuji && make doc`; +* `make cls` generate template file; +* `make thesis` generate thesis main.pdf; +* `make shuji` generate book spine for printing shuji.pdf; +* `make doc` generate documentation thuthesis.pdf; +* `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. diff --git a/Master/texmf-dist/doc/latex/thuthesis/main.pdf b/Master/texmf-dist/doc/latex/thuthesis/main.pdf index b72800b8dbf..f03eb9da6c5 100644 Binary files a/Master/texmf-dist/doc/latex/thuthesis/main.pdf and b/Master/texmf-dist/doc/latex/thuthesis/main.pdf differ diff --git a/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf b/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf index ca0d88fac2c..ce89f85aa4a 100644 Binary files a/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf and b/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf differ diff --git a/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf b/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf index f94eac21441..c5e44331462 100644 Binary files a/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf and b/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf differ -- cgit v1.2.3