Commit 1783897c authored by liziwl's avatar liziwl
Browse files

Bump to v1.3.23

parent 8d5ca200
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -31,7 +31,16 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按

<!-- BODY 正文标记,请勿移除 -->

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

## [v1.3.23](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.22...v1.3.23) - 2025-07-19

### Fixed:
- 修复错别字([#85](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/85))。
- 修复引用文献特定页数的样式([#87](https://github.com/SUSTech-CRA/sustech-master-thesis/pull/87))。

### Added
- 添加 BibLaTeX 下两种不同的文献引用排序方式示例。

## [v1.3.22](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.21...v1.3.22) - 2024-10-06

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