Skip to content

Commit e498ea8

Browse files
committed
Bump to v3.3.2
1 parent 3e91c34 commit e498ea8

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
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+
## [v3.3.2] - 2022-03-25
11+
1012
### Added
1113

1214
- 新增选项 `math-font = cm` (Computer Modern)([#324](https://github.com/ustctug/ustcthesis/issues/324))。
@@ -46,7 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4648
- 修正授权使用声明中的“保密”为“控阅”([#314](https://github.com/ustctug/ustcthesis/issues/314))。
4749
- 修正本科生参考文献的格式。
4850
- 修正了图题的段后距离([#307](https://github.com/ustctug/ustcthesis/issues/307))。
49-
- 参考文献表中专利文献使用 `address`/`lcoation` 输出专利国别。
51+
- 参考文献表中专利文献使用 `address`/`location` 输出专利国别。
5052

5153
### Removed
5254

@@ -278,7 +280,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
278280
- 优化图注、算法的行距。
279281
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
280282

281-
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.3.1...HEAD
283+
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.3.2...HEAD
284+
[v3.3.2]: https://github.com/ustctug/ustcthesis/compare/v3.3.1...v3.3.2
282285
[v3.3.1]: https://github.com/ustctug/ustcthesis/compare/v3.3.0...v3.3.1
283286
[v3.3.0]: https://github.com/ustctug/ustcthesis/compare/v3.2.1...v3.3.0
284287
[v3.2.1]: https://github.com/ustctug/ustcthesis/compare/v3.2...v3.2.1

ustcthesis-doc.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1\qquad 2021-12-10}
116+
\date{v3.3.2\qquad 2022-03-25}
117117
\maketitle
118118

119119

ustcthesis.cls

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
%
1212

1313
\NeedsTeXFormat{LaTeX2e}[2017/04/15]
14-
\newcommand\ustcthesisversion{v3.3.1}
15-
\ProvidesClass{ustcthesis}[2021/12/10 {\ustcthesisversion} USTC thesis template]
14+
\newcommand\ustcthesisversion{v3.3.2}
15+
\ProvidesClass{ustcthesis}[2022/03/25 {\ustcthesisversion} USTC thesis template]
1616

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

0 commit comments

Comments
 (0)