Skip to content

Commit 361faab

Browse files
committed
Bump to v1.3.12
1 parent f19e030 commit 361faab

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +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.11...HEAD)
32+
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...HEAD)
33+
34+
## [1.3.12](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.11...v1.3.12)
3335

3436
### Added
3537
- 示例中增加数学字体配置提示。
@@ -39,6 +41,9 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
3941
- 更新数学例子。
4042
- 限制国标数学规范在中文论文中,英文论文不应用。
4143

44+
### Fixed
45+
- 修复模版默认配置导致的编译错误。
46+
4247
## [1.3.11](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.10...v1.3.11)
4348

4449
### Added

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/23 1.3.11 Southern University of Science and Technology Thesis Template]
20+
\ProvidesFile{sustechthesis.dtx}[2022/03/30 1.3.12 Southern University of Science and Technology Thesis Template]
2121
\documentclass{ltxdoc}
2222
\usepackage{dtx-style}
2323
\EnableCrossrefs
@@ -897,7 +897,7 @@
897897
% \begin{macrocode}
898898
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
899899
%<cls>\ProvidesClass{sustechthesis}
900-
%<cls>[2022/03/23 1.3.11 Southern University of Science and Technology Thesis Template]
900+
%<cls>[2022/03/30 1.3.12 Southern University of Science and Technology Thesis Template]
901901
% \end{macrocode}
902902
%
903903
% 报错
@@ -948,7 +948,7 @@
948948
\hyphenation{Thu-Thesis SUSTech-Thesis}
949949
\def\thuthesis{ThuThesis}
950950
\def\sustechthesis{SUSTechThesis}
951-
\def\version{1.3.11}
951+
\def\version{1.3.12}
952952
\RequirePackage{kvdefinekeys}
953953
\RequirePackage{kvsetkeys}
954954
\RequirePackage{kvoptions}

0 commit comments

Comments
 (0)