Skip to content

Commit

Permalink
Bump to v7.4.0
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed May 15, 2023
1 parent f34e12d commit 6121f55
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 16 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased]

## [v7.4.0] - 2023-05-15

### Added

- 允许本科生附录翻译的摘要中使用 `\thusetup{keywords = *}` 设置关键词([#865](https://github.com/tuna/thuthesis/issues/865))。
Expand Down Expand Up @@ -949,7 +951,8 @@



[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.3.2...HEAD
[Unreleased]: https://github.com/tuna/thuthesis/compare/v7.4.0...HEAD
[v7.4.0]: https://github.com/tuna/thuthesis/compare/v7.3.2...v7.4.0
[v7.3.2]: https://github.com/tuna/thuthesis/compare/v7.3.1...v7.3.2
[v7.3.1]: https://github.com/tuna/thuthesis/compare/v7.3.0...v7.3.1
[v7.3.0]: https://github.com/tuna/thuthesis/compare/v7.2.4...v7.3.0
Expand Down
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,13 @@ Scroll down for the English version of README.
下载途径:

* 发布版:
* [CTAN](https://www.ctan.org/pkg/thuthesis):可能滞后正式发布少许时间。
* [GitHub Releases](https://github.com/tuna/thuthesis/releases):最新版的及时发布途径。
* [TUNA 镜像站](https://mirrors.tuna.tsinghua.edu.cn/github-release/tuna/thuthesis/):GitHub Releases 的镜像。
* [TeXPage 模板](https://www.texpage.com/template/72b580ca-51fa-4ecc-82b3-0509bc1d6a07)(提供 Windows 中文字体)
* [Overleaf 模板](https://www.overleaf.com/latex/templates/thuthesis-tsinghua-university-thesis-latex-template/wddqnwbyhtnk)
* 仅下载:
* [CTAN](https://www.ctan.org/pkg/thuthesis):可能滞后正式发布少许时间。
* [GitHub Releases](https://github.com/tuna/thuthesis/releases):最新版的及时发布途径。
* [TUNA 镜像站](https://mirrors.tuna.tsinghua.edu.cn/github-release/tuna/thuthesis/):GitHub Releases 的镜像。
* 在线编辑:
* [TeXPage 模板](https://www.texpage.com/template/72b580ca-51fa-4ecc-82b3-0509bc1d6a07)(提供 Windows 中文字体)
* [Overleaf 模板](https://www.overleaf.com/latex/templates/thuthesis-tsinghua-university-thesis-latex-template/wddqnwbyhtnk)
* 开发版:[GitHub](https://github.com/tuna/thuthesis)

**任何在其他途径分发的 ThuThesis(包含其变体或衍生物)均不是官方版本,请谨慎使用。**
Expand Down Expand Up @@ -104,12 +106,14 @@ Any use of ThuThesis in violation of [The LaTeX project public license v1.3c](ht

Developer versions contain only source code but no pre-compiled `cls` file and documentations. They are only for the usage of developers and experienced TeX users in need of unpublished features. No warranties are provided.

* Published versions:
* [CTAN](https://www.ctan.org/pkg/thuthesis)
* [GitHub Releases](https://github.com/tuna/thuthesis/releases)
* [TUNA Mirrors](https://mirrors.tuna.tsinghua.edu.cn/github-release/tuna/thuthesis/): mirror of GitHub Releases
* [TeXPage template](https://www.texpage.com/template/72b580ca-51fa-4ecc-82b3-0509bc1d6a07) (providing Chinese fonts of Windows)
* [Overleaf template](https://www.overleaf.com/latex/templates/thuthesis-tsinghua-university-thesis-latex-template/wddqnwbyhtnk)
* Published versions:
* Download only:
* [CTAN](https://www.ctan.org/pkg/thuthesis)
* [GitHub Releases](https://github.com/tuna/thuthesis/releases)
* [TUNA Mirrors](https://mirrors.tuna.tsinghua.edu.cn/github-release/tuna/thuthesis/): mirror of GitHub Releases
* Online editor:
* [TeXPage template](https://www.texpage.com/template/72b580ca-51fa-4ecc-82b3-0509bc1d6a07) (providing Chinese fonts of Windows)
* [Overleaf template](https://www.overleaf.com/latex/templates/thuthesis-tsinghua-university-thesis-latex-template/wddqnwbyhtnk)
* Developer versions: [GitHub](https://github.com/tuna/thuthesis)

**ThuThesis (including its variants / derivatives) distributed in any other way is NOT an official version. Use at your own risk.**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thuthesis",
"version": "7.3.2",
"version": "7.4.0",
"description": "Tsinghua University Thesis LaTeX Template",
"main": "gulpfile.js",
"scripts": {
Expand Down
6 changes: 3 additions & 3 deletions thuthesis.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
%
% \iffalse
%<*driver>
\ProvidesFile{thuthesis.dtx}[2023/04/06 7.3.2 Tsinghua University Thesis Template]
\ProvidesFile{thuthesis.dtx}[2023/05/15 7.4.0 Tsinghua University Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}

Expand Down Expand Up @@ -1264,7 +1264,7 @@
% \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{thuthesis}
%<cls>[2023/04/06 7.3.2 Tsinghua University Thesis Template]
%<cls>[2023/05/15 7.4.0 Tsinghua University Thesis Template]
% \end{macrocode}
%
% 报错
Expand Down Expand Up @@ -1322,7 +1322,7 @@
%<*cls>
\hyphenation{Thu-Thesis}
\def\thuthesis{ThuThesis}
\def\version{7.3.2}
\def\version{7.4.0}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}
Expand Down

0 comments on commit 6121f55

Please sign in to comment.