File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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
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]{%
You can’t perform that action at this time.
0 commit comments