Commit 361faab3 authored by liziwl's avatar liziwl
Browse files

Bump to v1.3.12

parent f19e030d
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -29,7 +29,9 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
- 预发布版本使用形如 "`[1.0.2-rc.1] - 2021-06-11`" 作为二级标题,
- 正式发布版本使用形如 "`[1.0.1] - 2020-07-25`" 作为二级标题。

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

## [1.3.12](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.11...v1.3.12)

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

### Fixed
- 修复模版默认配置导致的编译错误。

## [1.3.11](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.10...v1.3.11)

### Added
+3 −3
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
%
% \iffalse
%<*driver>
\ProvidesFile{sustechthesis.dtx}[2022/03/23 1.3.11 Southern University of Science and Technology Thesis Template]
\ProvidesFile{sustechthesis.dtx}[2022/03/30 1.3.12 Southern University of Science and Technology Thesis Template]
\documentclass{ltxdoc}
\usepackage{dtx-style}
\EnableCrossrefs
@@ -897,7 +897,7 @@
%    \begin{macrocode}
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
%<cls>\ProvidesClass{sustechthesis}
%<cls>[2022/03/23 1.3.11 Southern University of Science and Technology Thesis Template]
%<cls>[2022/03/30 1.3.12 Southern University of Science and Technology Thesis Template]
%    \end{macrocode}
%
% 报错
@@ -948,7 +948,7 @@
\hyphenation{Thu-Thesis SUSTech-Thesis}
\def\thuthesis{ThuThesis}
\def\sustechthesis{SUSTechThesis}
\def\version{1.3.11}
\def\version{1.3.12}
\RequirePackage{kvdefinekeys}
\RequirePackage{kvsetkeys}
\RequirePackage{kvoptions}