Skip to content

Commit

Permalink
Bump to v6.1.2, update CHANGELOG
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <[email protected]>
  • Loading branch information
Harry-Chen committed Jun 14, 2020
1 parent 79d3900 commit 4271a72
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@
点击版本号即可在 GitHub 上查看相邻版本间的代码变动。

## [Unreleased]

## [v6.1.2] - 2020-06-14
### Changed
- `\statement``\copyrightpage` 命令都会在 PDF 中生成相应位置的书签。
- `\statement` 命令编译生成声明页默认不含页码。
- `\statement[xxx.pdf]` 插入扫描页时在页脚生成页码,以解决打印版与电子版页码不一致的情况。
- 使用 `l3build` 编译的版本,在提交到 CTAN 时提供 TDS 结构,以解决编译时 `tsinghua-name-bachelor.pdf` 找不到的问题。

### Added
- 添加 `\record` 命令用于本科生插入综合论文训练记录表。
- 添加 `\record` 命令用于本科生插入综合论文训练记录表,同时在 PDF 中生成对应书签
- 添加选项 `statement-page-number` 控制编译声明页时是否含页码。

### Fixed
Expand Down Expand Up @@ -590,7 +593,8 @@



[Unreleased]: https://github.com/tuna/thuthesis/compare/v6.1.1...HEAD
[Unreleased]: https://github.com/tuna/thuthesis/compare/v6.1.2...HEAD
[v6.1.2]: https://github.com/tuna/thuthesis/compare/v6.1.1...v6.1.2
[v6.1.1]: https://github.com/tuna/thuthesis/compare/v6.1.0...v6.1.1
[v6.1.0]: https://github.com/tuna/thuthesis/compare/v6.0.2...v6.1.0
[v6.0.2]: https://github.com/tuna/thuthesis/compare/v6.0.1...v6.0.2
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": "6.1.1",
"version": "6.1.2",
"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 @@ -17,7 +17,7 @@
%
% \iffalse
%<*driver>
\ProvidesFile{thuthesis.dtx}[2020/06/12 6.1.1 Tsinghua University Thesis Template]
\ProvidesFile{thuthesis.dtx}[2020/06/14 6.1.2 Tsinghua University Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}

Expand Down Expand Up @@ -1082,7 +1082,7 @@
% \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{thuthesis}
%<cls>[2020/06/12 6.1.1 Tsinghua University Thesis Template]
%<cls>[2020/06/14 6.1.2 Tsinghua University Thesis Template]
% \end{macrocode}
%
% 报错
Expand Down Expand Up @@ -1116,7 +1116,7 @@
%<*cls>
\hyphenation{Thu-Thesis}
\def\thuthesis{ThuThesis}
\def\version{6.1.1}
\def\version{6.1.2}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}
Expand Down

0 comments on commit 4271a72

Please sign in to comment.