Skip to content

Commit

Permalink
Bump to v4.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zepinglee committed Dec 15, 2024
1 parent 8d60887 commit 71c2baa
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.0-beta.2] - 2024-11-18

### Changed

- 封面中“导师姓名”改为“导师”(研究生院 2024-10-14 Word 模板修改,[#406](https://github.com/ustctug/ustcthesis/issues/406))。

## [4.0.0-beta.1] - 2024-10-18

### Changed

- 本科生参考文献改用 GB/T 7714 格式([zepinglee/gbt7714-bibtex-style#169](https://github.com/zepinglee/gbt7714-bibtex-style/issues/169))。
- 专业博士的封面改为“工程博士”(研究生院 2024-10-14 Word 模板修改,[#402](https://github.com/ustctug/ustcthesis/issues/402))。
- 封面中“导师姓名”改为“导师”(研究生院 2024-10-14 Word 模板修改,[#406](https://github.com/ustctug/ustcthesis/issues/406))。

## [3.3.5] - 2024-05-09

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

[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v3.3.5...HEAD
[Unreleased]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.2...HEAD
[4.0.0-beta.2]: https://github.com/ustctug/ustcthesis/compare/v4.0.0-beta.1...v4.0.0-beta.2
[4.0.0-beta.1]: https://github.com/ustctug/ustcthesis/compare/v3.3.5...v4.0.0-beta.1
[3.3.5]: https://github.com/ustctug/ustcthesis/compare/v3.3.4...v3.3.5
[3.3.4]: https://github.com/ustctug/ustcthesis/compare/v3.3.3...v3.3.4
[3.3.3]: https://github.com/ustctug/ustcthesis/compare/v3.3.2...v3.3.3
Expand Down
2 changes: 1 addition & 1 deletion ustcthesis-doc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
\title{\cls{ustcthesis} 使用说明}
\author{Zeping Lee\thanks{zepinglee AT gmail.com} \and
seisman\thanks{seisman.info AT gmail.com} }
\date{v3.3.5\qquad 2024-05-09}
\date{v4.0.0-beta.2\qquad 2024-11-18}
\maketitle


Expand Down
4 changes: 2 additions & 2 deletions ustcthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
%

\NeedsTeXFormat{LaTeX2e}[2017/04/15]
\newcommand\ustcthesisversion{3.3.5}
\ProvidesClass{ustcthesis}[2024/05/09 v\ustcthesisversion\space USTC thesis template]
\newcommand\ustcthesisversion{4.0.0-beta.2}
\ProvidesClass{ustcthesis}[2024/11/18 v\ustcthesisversion\space USTC thesis template]

% 报错和警告
\newcommand\ustc@error[1]{%
Expand Down

0 comments on commit 71c2baa

Please sign in to comment.