Skip to content

Commit 9a18d51

Browse files
committed
Bump to v4.0.0-beta.11
1 parent dc8a1e2 commit 9a18d51

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [4.0.0-beta.11] - 2026-04-06
11+
1012
### Added
1113

1214
- 新增选项 `review = true/false` 选择盲审模式([#489](https://github.com/ustctug/ustcthesis/issues/489))。
@@ -484,7 +486,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
484486
- 优化图注、算法的行距。
485487
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
486488

487-
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.10...HEAD
489+
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.11...HEAD
490+
[4.0.0-beta.11]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.10...v4.0.0-beta.11
488491
[4.0.0-beta.10]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.9...v4.0.0-beta.10
489492
[4.0.0-beta.9]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.8...v4.0.0-beta.9
490493
[4.0.0-beta.8]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.7...v4.0.0-beta.8

ustcthesis-doc.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
% !TEX spellcheck = en_US
44

55
%
6-
% Copyright (C) 2015-2025 by USTC TeX Users Group <https://github.com/ustctug>
6+
% Copyright (C) 2015-2026 by USTC TeX Users Group <https://github.com/ustctug>
77
%
88
% This file may be distributed and/or modified under the
99
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -113,7 +113,7 @@
113113
\title{\cls{ustcthesis} 使用说明}
114114
\author{Zeping Lee\thanks{zepinglee AT gmail.com} \and
115115
seisman\thanks{seisman.info AT gmail.com} }
116-
\date{v4.0.0-beta.10\qquad 2025-12-21}
116+
\date{v4.0.0-beta.11\qquad 2026-04-06}
117117
\maketitle
118118

119119

ustcthesis.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%
2-
% Copyright (C) 2015-2025 by USTC TeX Users Group <https://github.com/ustctug>
2+
% Copyright (C) 2015-2026 by USTC TeX Users Group <https://github.com/ustctug>
33
%
44
% This file may be distributed and/or modified under the
55
% conditions of the LaTeX Project Public License, either version 1.3c
@@ -11,8 +11,8 @@
1111
%
1212

1313
\NeedsTeXFormat{LaTeX2e}[2017/04/15]
14-
\newcommand\ustcthesisversion{4.0.0-beta.10}
15-
\ProvidesClass{ustcthesis}[2025/12/21 v\ustcthesisversion\space USTC thesis template]
14+
\newcommand\ustcthesisversion{4.0.0-beta.11}
15+
\ProvidesClass{ustcthesis}[2026/04/06 v\ustcthesisversion\space USTC thesis template]
1616

1717
% 报错和警告
1818
\newcommand\ustc@error[1]{%

0 commit comments

Comments
 (0)