Commit 9dde9fb7 authored by liziwl's avatar liziwl
Browse files

bump to v1.3.15

parent 0fec8224
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -29,10 +29,16 @@ 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.14...HEAD)
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.15...HEAD)

## [1.3.15](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.14...v1.3.15) - 2022-06-05

### Added
- 加入开题报告,年度考核报告的样式。

### Changed
- 更新授权声明,实现阅读器直接勾选。
- 正文统一不同操作系统中等宽字体默认值 Courier New。

## [1.3.14](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.13...v1.3.14) - 2022-05-16

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