Skip to content

Commit

Permalink
bump to v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
liziwl committed May 16, 2022
1 parent c0e170c commit 2f96a1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按

## [Unreleased](https://github.com/iydon/sustechthesis/compare/v1.3.2...HEAD)

## [1.3.3](https://github.com/iydon/sustechthesis/compare/v1.3.2...v1.3.3) - 2022-05-16

### Added
- 加入 VScode 项目编译配置
- 加入 pdf 元数据
- 摘要和目录加入罗马页码([#31](https://github.com/iydon/sustechthesis/issues/31)

### Fixed
- 修复参考文献、附录、致谢的链接跳转位置错误([#32](https://github.com/iydon/sustechthesis/issues/32)
- 修复英文封面教授职称顺序错误

## [1.3.2](https://github.com/iydon/sustechthesis/compare/v1.3.1...v1.3.2) - 2022-04-21

### Changed
Expand Down
4 changes: 2 additions & 2 deletions sustechthesis.cls
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesClass{sustechthesis}
[2022/03/22 v1.3.1 SUSTech Thesis Template]
[2022/05/16 v1.3.3 SUSTech Thesis Template]
\RequirePackage{ifxetex,ifluatex,ifthen}
\ifthenelse{\boolean{xetex}\OR\boolean{luatex}}{}{
\ClassError{sustechthesis}{You Should Use XeLaTeX or LuaLaTeX To Compile.}}

\hyphenation{SUSTech-Thesis}
\newcommand{\sustechthesis}{SUSTechThesis}
\newcommand{\version}{1.3.1}
\newcommand{\version}{1.3.3}
\RequirePackage{kvoptions}
\SetupKeyvalOptions{
family=sustech,
Expand Down

0 comments on commit 2f96a1c

Please sign in to comment.