File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -7,13 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 4.0.0-beta.9] - 2025-05-25
11
+
10
12
### Changed
11
13
14
+ - 本科生参考文献的期刊题名不再使用斜体([ #457 ] ( https://github.com/ustctug/ustcthesis/pull/457 ) )。
12
15
- 页眉距离边界改为 1.5 cm([ #413 ] ( https://github.com/ustctug/ustcthesis/issues/413 ) )。
13
16
- 更新参考文献格式。
14
17
15
18
### Fixed
16
19
20
+ - 本科深的空白页不显示显示页码([ #457 ] ( https://github.com/ustctug/ustcthesis/pull/458 ) )。
17
21
- 本科生表格、插图标题按照 Word 模板使用 22 pt 行距。
18
22
- 本科生表格内容使用 1.5 倍行距。
19
23
- 修正“关键词”的格式。
@@ -441,7 +445,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
441
445
- 优化图注、算法的行距。
442
446
- 二级以下节标题编号下采用“1.”、“(1)”、“①”。
443
447
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
445
450
[ 4.0.0-beta.8 ] : https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.7...v4.0.0-beta.8
446
451
[ 4.0.0-beta.7 ] : https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.6...v4.0.0-beta.7
447
452
[ 4.0.0-beta.6 ] : https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.5...v4.0.0-beta.6
Original file line number Diff line number Diff line change 113
113
\title {\cls {ustcthesis} 使用说明}
114
114
\author {Zeping Lee\thanks {zepinglee AT gmail.com} \and
115
115
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 }
117
117
\maketitle
118
118
119
119
Original file line number Diff line number Diff line change 11
11
%
12
12
13
13
\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]
16
16
17
17
% 报错和警告
18
18
\newcommand \ustc@error [1]{%
You can’t perform that action at this time.
0 commit comments