Skip to content

Commit f73e3cc

Browse files
committed
Bump to v4.0.0-beta.9
1 parent 721c408 commit f73e3cc

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [4.0.0-beta.9] - 2025-05-25
11+
1012
### Changed
1113

14+
- 本科生参考文献的期刊题名不再使用斜体([#457](https://github.com/ustctug/ustcthesis/pull/457))。
1215
- 页眉距离边界改为 1.5 cm([#413](https://github.com/ustctug/ustcthesis/issues/413))。
1316
- 更新参考文献格式。
1417

1518
### Fixed
1619

20+
- 本科深的空白页不显示显示页码([#457](https://github.com/ustctug/ustcthesis/pull/458))。
1721
- 本科生表格、插图标题按照 Word 模板使用 22 pt 行距。
1822
- 本科生表格内容使用 1.5 倍行距。
1923
- 修正“关键词”的格式。
@@ -441,7 +445,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
441445
- 优化图注、算法的行距。
442446
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
443447

444-
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.8...HEAD
448+
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.9...HEAD
449+
[4.0.0-beta.9]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.8...v4.0.0-beta.9
445450
[4.0.0-beta.8]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.7...v4.0.0-beta.8
446451
[4.0.0-beta.7]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.6...v4.0.0-beta.7
447452
[4.0.0-beta.6]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.5...v4.0.0-beta.6

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{v4.0.0-beta.8\qquad 2025-04-16}
116+
\date{v4.0.0-beta.9\qquad 2025-05-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{4.0.0-beta.8}
15-
\ProvidesClass{ustcthesis}[2025/04/16 v\ustcthesisversion\space USTC thesis template]
14+
\newcommand\ustcthesisversion{4.0.0-beta.9}
15+
\ProvidesClass{ustcthesis}[2025/05/25 v\ustcthesisversion\space USTC thesis template]
1616

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

0 commit comments

Comments
 (0)