diff --git a/CHANGELOG.md b/CHANGELOG.md index 2166084c..e7883b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] +## [v7.3.0] - 2022-05-17 + ### Added - 新增 LuaTeX 支持(试验性)([#771](https://github.com/tuna/thuthesis/issues/771))。 @@ -900,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/package.json b/package.json index e6d3fb67..c3b71e10 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thuthesis", - "version": "7.2.4", + "version": "7.3.0", "description": "Tsinghua University Thesis LaTeX Template", "main": "gulpfile.js", "scripts": { diff --git a/thuthesis.dtx b/thuthesis.dtx index 71240a58..d273a1ad 100644 --- a/thuthesis.dtx +++ b/thuthesis.dtx @@ -14,7 +14,7 @@ % % \iffalse %<*driver> -\ProvidesFile{thuthesis.dtx}[2022/03/19 7.2.4 Tsinghua University Thesis Template] +\ProvidesFile{thuthesis.dtx}[2022/05/17 7.3.0 Tsinghua University Thesis Template] \documentclass{ltxdoc} \usepackage{dtx-style} @@ -74,7 +74,7 @@ % \item 本模板为作者根据 % 清华大学研究生院颁发的《 % \href{http://yjsy.cic.tsinghua.edu.cn/docinfo/board/boarddetail.jsp?columnId=001050603&parentColumnId=0010506&itemSeq=5365}{% -% 研究生学位论文写作指南}》(2021年6月版本,限校内网络访问)、 +% 研究生学位论文写作指南}》(更新到2022年5月版本,限校内网络访问)、 % 英文版《Guide to Thesis Writing for Graduate Students》、 % 清华大学教务处颁发的《 % \href{https://lib.tsinghua.edu.cn/info/1073/1978.htm}{% @@ -670,9 +670,7 @@ % \DescribeOption{toc-chapter-style} % 本科生《写作指南》关于目录章标题要求“目录从第 1 章开始,每章标题用黑体小四号字”, % 所以其中的西文和数字默认使用 Arial 字体,跟正文的章标题一致。 -% 但是论文样例\footnote{ -% \url{http://www.law.tsinghua.edu.cn/publish/law/7024/2012/20120216153516317135347/20120216153516317135347_.html} -% }的目录章标题的西文和数字却使用了 Times。 +% 但是论文样例\footnote{此前发布在法学院网站,目前已经无公开可获得的链接。}的目录章标题的西文和数字却使用了 Times。 % 如果审查老师这样要求,需要在生成目录前设置 % \begin{latex} % \thusetup{ @@ -1250,7 +1248,7 @@ % \begin{macrocode} %\NeedsTeXFormat{LaTeX2e}[2017/04/15] %\ProvidesClass{thuthesis} -%[2022/03/19 7.2.4 Tsinghua University Thesis Template] +%[2022/05/17 7.3.0 Tsinghua University Thesis Template] % \end{macrocode} % % 报错 @@ -1308,7 +1306,7 @@ %<*cls> \hyphenation{Thu-Thesis} \def\thuthesis{ThuThesis} -\def\version{7.2.4} +\def\version{7.3.0} \RequirePackage{kvdefinekeys} \RequirePackage{kvsetkeys} \RequirePackage{kvoptions}