From 905fbaa9cf31d5e79a8ad885abae9604045ac1ed Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 17 May 2022 20:11:18 +0000 Subject: thuthesis (17may22) git-svn-id: svn://tug.org/texlive/trunk@63324 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/thuthesis/CHANGELOG.md | 21 ++++++++++++++++++++- Master/texmf-dist/doc/latex/thuthesis/README.md | 4 ++++ .../texmf-dist/doc/latex/thuthesis/data/chap02.tex | 5 +++-- .../texmf-dist/doc/latex/thuthesis/data/chap03.tex | 10 ++-------- Master/texmf-dist/doc/latex/thuthesis/latexmkrc | 1 + Master/texmf-dist/doc/latex/thuthesis/spine.pdf | Bin 18789 -> 18834 bytes .../doc/latex/thuthesis/thuthesis-example.pdf | Bin 378207 -> 377654 bytes .../texmf-dist/doc/latex/thuthesis/thuthesis.pdf | Bin 1008818 -> 1017096 bytes 8 files changed, 30 insertions(+), 11 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/latex/thuthesis/CHANGELOG.md b/Master/texmf-dist/doc/latex/thuthesis/CHANGELOG.md index 086fa411a54..e7883b5e175 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/CHANGELOG.md +++ b/Master/texmf-dist/doc/latex/thuthesis/CHANGELOG.md @@ -6,6 +6,24 @@ ## [Unreleased] +## [v7.3.0] - 2022-05-17 + +### Added + +- 新增 LuaTeX 支持(试验性)([#771](https://github.com/tuna/thuthesis/issues/771))。 + +### Changed + +- 研究生英文版目录中的标签分隔符由 `\quad` 改为空格([#759](https://github.com/tuna/thuthesis/discussions/759))。 +- 研究生英文版章节标题的标签分隔符由 `\quad` 改为空格([#759](https://github.com/tuna/thuthesis/discussions/759))。 +- 研究生英文封面的“Submitted”改为小写,同步《指南》2022 年 5 月版的修改。 +- 更改示例文档中 `longtable` 的“续表”标题格式,同步《指南》2021 年 6 月版的修改([#766](https://github.com/tuna/thuthesis/issues/766))。 + +### Fixed + +- 修正英文版研究成果的格式([#755](https://github.com/tuna/thuthesis/issues/755))。 +- 修复脚注内容可能跨页的问题([#778](https://github.com/tuna/thuthesis/issues/778))。 + ## [v7.2.4] - 2022-03-19 ### Added @@ -884,7 +902,8 @@ -[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.2.4...HEAD +[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.3.0...HEAD +[v7.3.0]: https://github.com/tuna/thuthesis/compare/v7.2.4...v7.3.0 [v7.2.4]: https://github.com/tuna/thuthesis/compare/v7.2.3...v7.2.4 [v7.2.3]: https://github.com/tuna/thuthesis/compare/v7.2.2...v7.2.3 [v7.2.2]: https://github.com/tuna/thuthesis/compare/v7.2.1...v7.2.2 diff --git a/Master/texmf-dist/doc/latex/thuthesis/README.md b/Master/texmf-dist/doc/latex/thuthesis/README.md index c84c7f409f8..024a28e77a5 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/README.md +++ b/Master/texmf-dist/doc/latex/thuthesis/README.md @@ -15,6 +15,8 @@ Scroll down for the English version of README. **由于模板升级频繁,在开始使用和提问前,请确保您已经认真完整地阅读了使用说明文档和示例代码。** +任何违反 [LaTeX项目公共许可证 v1.3c](https://www.latex-project.org/lppl/lppl-1-3c/) 使用 ThuThesis 的行为将被记录在 [耻辱柱](https://github.com/tuna/thuthesis/issues/754) 页面中,以示警告。 + ## 下载 推荐下载**发布版**模板,里面包括具体使用说明以及示例文档: @@ -90,6 +92,8 @@ This package establishes a simple and easy-to-use LaTeX template for Tsinghua di **This template is subject to frequent changes. Please make sure you have read the usage documentation and example code completely and carefully before using and asking questions.** +Any use of ThuThesis in violation of [The LaTeX project public license v1.3c](https://www.latex-project.org/lppl/lppl-1-3c/) will be recorded in the [Hall of Shame](https://github.com/tuna/thuthesis/issues/754). + ## Downloads **Published versions** are recommended. Specific usage documentation and examples can be found in the archive. At present, these documents are only available in Chinese: diff --git a/Master/texmf-dist/doc/latex/thuthesis/data/chap02.tex b/Master/texmf-dist/doc/latex/thuthesis/data/chap02.tex index 65630cb5d40..57ec26cf09c 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/data/chap02.tex +++ b/Master/texmf-dist/doc/latex/thuthesis/data/chap02.tex @@ -85,12 +85,13 @@ 编号后跟表题(可省略)和“(续)”,置于表上方。续表均应重复表头。 \begin{longtable}{cccc} - \caption{跨页长表格的表题} \\ + \caption{跨页长表格的表题} + \label{tab:longtable} \\ \toprule 表头 1 & 表头 2 & 表头 3 & 表头 4 \\ \midrule \endfirsthead - \caption[]{跨页长表格的表题(续)} \\ + \caption*{续表~\thetable\quad 跨页长表格的表题} \\ \toprule 表头 1 & 表头 2 & 表头 3 & 表头 4 \\ \midrule diff --git a/Master/texmf-dist/doc/latex/thuthesis/data/chap03.tex b/Master/texmf-dist/doc/latex/thuthesis/data/chap03.tex index 2efdc1db96c..8cd4344fbba 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/data/chap03.tex +++ b/Master/texmf-dist/doc/latex/thuthesis/data/chap03.tex @@ -17,11 +17,6 @@ 注意有限增量符号 $\increment$ 固定使用正体,模板提供了 \cs{increment} 命令。 \item 小于等于号和大于等于号使用倾斜的字形 $\le$、$\ge$。 \item 积分号使用正体,比如 $\int$、$\oint$。 - \item 行间公式积分号的上下限位于积分号的上下两端,比如 - \begin{equation*} - \int_a^b f(x) \dif x. - \end{equation*} - 行内公式为了版面的美观,统一居右侧,如 $\int_a^b f(x) \dif x$ 。 \item 偏微分符号 $\partial$ 使用正体。 \item @@ -66,12 +61,11 @@ \section{数学公式} 数学公式可以使用 \env{equation} 和 \env{equation*} 环境。 -注意数学公式的引用应前后带括号,建议使用 \cs{eqref} 命令,比如式\eqref{eq:example}。 +注意数学公式的引用应前后带括号,通常使用 \cs{eqref} 命令,比如式\eqref{eq:example}。 \begin{equation} - \frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k) + \frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k). \label{eq:example} \end{equation} -注意公式编号的引用应含有圆括号,可以使用 \cs{eqref} 命令。 多行公式尽可能在“=”处对齐,推荐使用 \env{align} 环境。 \begin{align} diff --git a/Master/texmf-dist/doc/latex/thuthesis/latexmkrc b/Master/texmf-dist/doc/latex/thuthesis/latexmkrc index 17e9557a5e6..848fd1312fc 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/latexmkrc +++ b/Master/texmf-dist/doc/latex/thuthesis/latexmkrc @@ -3,6 +3,7 @@ $pdf_mode = 5; $xelatex = "xelatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -no-pdf -synctex=1 %O %S"; +$lualatex = "lualatex -shell-escape -file-line-error -halt-on-error -interaction=nonstopmode -synctex=1 %O %S"; $xdvipdfmx = "xdvipdfmx -q -E -o %D %O %S"; $bibtex_use = 1.5; diff --git a/Master/texmf-dist/doc/latex/thuthesis/spine.pdf b/Master/texmf-dist/doc/latex/thuthesis/spine.pdf index 6f9d37e2ed5..de169dda9be 100644 Binary files a/Master/texmf-dist/doc/latex/thuthesis/spine.pdf and b/Master/texmf-dist/doc/latex/thuthesis/spine.pdf differ diff --git a/Master/texmf-dist/doc/latex/thuthesis/thuthesis-example.pdf b/Master/texmf-dist/doc/latex/thuthesis/thuthesis-example.pdf index b25df293c9f..4345c0a1cc5 100644 Binary files a/Master/texmf-dist/doc/latex/thuthesis/thuthesis-example.pdf and b/Master/texmf-dist/doc/latex/thuthesis/thuthesis-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf b/Master/texmf-dist/doc/latex/thuthesis/thuthesis.pdf index ad3acc14f29..57cc881d947 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