Skip to content

Commit 911c065

Browse files
committed
Bump to v3.3.5
1 parent e94f00f commit 911c065

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

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+
## [3.3.5] - 2024-05-09
11+
1012
### Changed
1113

1214
- 本科生摘要关键词的分隔符改为分号,同步教务处 2023-05-06 的修改([#376](https://github.com/ustctug/ustcthesis/issues/376))。
@@ -313,7 +315,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
313315
- 优化图注、算法的行距。
314316
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
315317

316-
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.3.4...HEAD
318+
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.3.5...HEAD
319+
[3.3.5]: https://github.com/ustctug/ustcthesis/compare/v3.3.4...v3.3.5
317320
[3.3.4]: https://github.com/ustctug/ustcthesis/compare/v3.3.3...v3.3.4
318321
[3.3.3]: https://github.com/ustctug/ustcthesis/compare/v3.3.2...v3.3.3
319322
[3.3.2]: https://github.com/ustctug/ustcthesis/compare/v3.3.1...v3.3.2

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-2023 by USTC TeX Users Group <https://github.com/ustctug>
6+
% Copyright (C) 2015-2024 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{v3.3.4\qquad 2023-05-10}
116+
\date{v3.3.5\qquad 2024-05-09}
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-2023 by USTC TeX Users Group <https://github.com/ustctug>
2+
% Copyright (C) 2015-2024 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{3.3.4}
15-
\ProvidesClass{ustcthesis}[2023/05/10 {\ustcthesisversion} USTC thesis template]
14+
\newcommand\ustcthesisversion{3.3.5}
15+
\ProvidesClass{ustcthesis}[2024/05/09 v\ustcthesisversion\space USTC thesis template]
1616

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

0 commit comments

Comments
 (0)