From 2b9849f3cee2b95c4e8b11aa69a30ed1ba52f49f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 26 Mar 2017 21:47:40 +0000 Subject: thuthesis (26mar17) git-svn-id: svn://tug.org/texlive/trunk@43609 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/thuthesis/Makefile | 2 +- Master/texmf-dist/doc/latex/thuthesis/README.md | 9 ++++++--- Master/texmf-dist/doc/latex/thuthesis/data/ack.tex | 2 +- .../texmf-dist/doc/latex/thuthesis/dtx-style.sty | 6 +++--- .../doc/latex/thuthesis/figures/scan-record.pdf | Bin 0 -> 108783 bytes Master/texmf-dist/doc/latex/thuthesis/main.pdf | Bin 854405 -> 924204 bytes Master/texmf-dist/doc/latex/thuthesis/main.tex | 4 ++++ Master/texmf-dist/doc/latex/thuthesis/shuji.pdf | Bin 11711 -> 11745 bytes .../texmf-dist/doc/latex/thuthesis/thuthesis.pdf | Bin 686247 -> 563930 bytes 9 files changed, 15 insertions(+), 8 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/thuthesis/figures/scan-record.pdf (limited to 'Master/texmf-dist/doc/latex/thuthesis') diff --git a/Master/texmf-dist/doc/latex/thuthesis/Makefile b/Master/texmf-dist/doc/latex/thuthesis/Makefile index e1f47d0b742..aecc2c7b414 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/Makefile +++ b/Master/texmf-dist/doc/latex/thuthesis/Makefile @@ -106,5 +106,5 @@ dist: all @if [ -z "$(version)" ]; then \ echo "Usage: make dist version=[x.y.z | ctan]"; \ else \ - gulp build --version=$(version); \ + npm run build -- --version=$(version); \ fi diff --git a/Master/texmf-dist/doc/latex/thuthesis/README.md b/Master/texmf-dist/doc/latex/thuthesis/README.md index 3bf721b94a8..4b04a253c5a 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/README.md +++ b/Master/texmf-dist/doc/latex/thuthesis/README.md @@ -7,7 +7,7 @@ ThuThesis为 Tsinghua University Thesis LaTeX Templa 此宏包旨在建立一个简单易用的清华大学学位论文LaTeX模板,包括本科综合论文训练、硕士论文、博士论文、博士哲学论文以及博士后出站报告。现在支持本科、硕士、博士论文、博士后出站报告格式,对其它格式(还有么?)的支持会陆续加入。 # 文档 -请下载模板,里面包括具体使用说明以及示例文档: +请[下载](https://github.com/xueruini/thuthesis/releases)模板,里面包括具体使用说明以及示例文档: * 模板使用说明 (thuthesis.pdf) * 示例文档 (main.pdf) @@ -22,13 +22,16 @@ ThuThesis为 Tsinghua University Thesis LaTeX Templa 通过TeX发行版工具自动从[CTAN](http://www.ctan.org/pkg/thuthesis)更新。 ## 手动更新 -从 [GitHub](https://github.com/xueruini/thuthesis)下载放入论文目录,执行命令: +从 [GitHub](https://github.com/xueruini/thuthesis)下载放入论文目录,执行命令(Windows 用户在文件夹空白处按`Shift+鼠标右键`,点击“在此处打开命令行窗口”): - $ latex thuthesis.ins + latex thuthesis.ins + +即可得到 `thuthesis.cls` 和 `thuthesis.cfg` 等模板文件。 # 提问 按推荐顺序排序: +* 先到 [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) diff --git a/Master/texmf-dist/doc/latex/thuthesis/data/ack.tex b/Master/texmf-dist/doc/latex/thuthesis/data/ack.tex index 479994442da..84e4ed1a5cf 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/data/ack.tex +++ b/Master/texmf-dist/doc/latex/thuthesis/data/ack.tex @@ -1,5 +1,5 @@ % 如果使用声明扫描页,将可选参数指定为扫描后的 PDF 文件名,例如: -% \begin{ack}[scan-statement.pdf] +% \begin{acknowledgement}[scan-statement.pdf] \begin{acknowledgement} 衷心感谢导师 xxx 教授和物理系 xxx 副教授对本人的精心指导。他们的言传身教将使 我终生受益。 diff --git a/Master/texmf-dist/doc/latex/thuthesis/dtx-style.sty b/Master/texmf-dist/doc/latex/thuthesis/dtx-style.sty index 476b836d791..2bf9b1397e3 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/dtx-style.sty +++ b/Master/texmf-dist/doc/latex/thuthesis/dtx-style.sty @@ -8,7 +8,7 @@ %% %% This is a generated file. %% -%% Copyright (C) 2005-2016 by Ruini Xue +%% Copyright (C) 2005-2017 by Ruini Xue %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3a @@ -127,8 +127,8 @@ \texttt{#2}\IfBooleanF#1{\thu@special@index{file}{#2}}} \newcommand{\myentry}[1]{% \marginpar{\raggedleft\color{purple}\bfseries\strut #1}} -\newcommand{\note}[1]{{% - \color{magenta}{\bfseries 说明:}\emph{#1}}} +\newcommand{\note}[2][Note]{{% + \color{magenta}{\bfseries #1}\emph{#2}}} \def\thuthesis{\textsc{Thu}\-\textsc{Thesis}} \endinput diff --git a/Master/texmf-dist/doc/latex/thuthesis/figures/scan-record.pdf b/Master/texmf-dist/doc/latex/thuthesis/figures/scan-record.pdf new file mode 100644 index 00000000000..db0dcef7b25 Binary files /dev/null and b/Master/texmf-dist/doc/latex/thuthesis/figures/scan-record.pdf differ diff --git a/Master/texmf-dist/doc/latex/thuthesis/main.pdf b/Master/texmf-dist/doc/latex/thuthesis/main.pdf index 655f06128e2..ebe67ab6480 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/main.tex b/Master/texmf-dist/doc/latex/thuthesis/main.tex index a8a0104bfb8..6327130d409 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/main.tex +++ b/Master/texmf-dist/doc/latex/thuthesis/main.tex @@ -68,4 +68,8 @@ %% 个人简历 \include{data/resume} + +%% 本科生进行格式审查是需要下面这个表格,答辩可能不需要。选择性留下。 +% 综合论文训练记录表 +\includepdf[pages=-]{scan-record.pdf} \end{document} diff --git a/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf b/Master/texmf-dist/doc/latex/thuthesis/shuji.pdf index e34071c62ba..fbb75eb0836 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 0cfe88ec500..5684aca0836 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