Skip to content

Commit 0e1b97c

Browse files
committed
bump to v1.3.13
1 parent 3276e6f commit 0e1b97c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,9 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
2929
- 预发布版本使用形如 "`[1.0.2-rc.1] - 2021-06-11`" 作为二级标题,
3030
- 正式发布版本使用形如 "`[1.0.1] - 2020-07-25`" 作为二级标题。
3131

32-
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...HEAD)
32+
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.13...HEAD)
3333

34+
## [1.3.13](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...v1.3.13)
3435
### Added
3536
- 增加数学字体配置选项 math-style。
3637
- 增加公式符号解释的例子。
@@ -41,6 +42,7 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
4142
- 全局移除列表第一级序号后空格。
4243
- 加粗英文的定理环境前缀和编号。
4344
- 插图列表、表格列表、公式列表中加入附录中出现的实例。
45+
- 更新超长列表列样式例子。
4446

4547
### Removed
4648
- 删除模版未建议字体的选项。

sustechthesis.dtx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
%
1818
% \iffalse
1919
%<*driver>
20-
\ProvidesFile{sustechthesis.dtx}[2022/03/30 1.3.12 Southern University of Science and Technology Thesis Template]
20+
\ProvidesFile{sustechthesis.dtx}[2022/04/12 1.3.13 Southern University of Science and Technology Thesis Template]
2121
\documentclass{ltxdoc}
2222
\usepackage{dtx-style}
2323
\EnableCrossrefs
@@ -906,7 +906,7 @@
906906
% \begin{macrocode}
907907
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
908908
%<cls>\ProvidesClass{sustechthesis}
909-
%<cls>[2022/03/30 1.3.12 Southern University of Science and Technology Thesis Template]
909+
%<cls>[2022/04/12 1.3.13 Southern University of Science and Technology Thesis Template]
910910
% \end{macrocode}
911911
%
912912
% 报错
@@ -957,7 +957,7 @@
957957
\hyphenation{Thu-Thesis SUSTech-Thesis}
958958
\def\thuthesis{ThuThesis}
959959
\def\sustechthesis{SUSTechThesis}
960-
\def\version{1.3.12}
960+
\def\version{1.3.13}
961961
\RequirePackage{kvdefinekeys}
962962
\RequirePackage{kvsetkeys}
963963
\RequirePackage{kvoptions}

0 commit comments

Comments
 (0)