Commit 958183e0 authored by liziwl's avatar liziwl
Browse files

Bump to v1.3.11

parent 8ac0cca5
Loading
Loading
Loading
Loading
+28 −4
Original line number Diff line number Diff line
@@ -29,7 +29,31 @@ 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.10...HEAD)
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.11...HEAD)

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

### Added
- 增加副指导教师配置。
- 增加表格示例。
- 增加源代码示例。
- 增加英文个人简历模版。
- 增加附录测试。
- 重新加入 BibLaTeX 参考文献编译模式。

### Changed
- 更新文档。
- 更新编译环境,同时测试 texlive 2021、2020 版本。
- 修改中文个人简历模版中拼写错误。
- 小于等于、大于等于号倾斜模式仅限中文生效。
- 添加允许英文版行间数字模式引用。
- 全局设定多行题注居中。
- 更新源代码、伪代码环境的标号,与图表一致。

### Removed
- 书签中移除个人简历的子条目。
- 回滚个人简历的引用包。
- 图书分类号替换为无意义占位符。

## [1.3.10](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.9...v1.3.10) - 2022-03-06

@@ -40,17 +64,17 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按

### Changed
- Makefile 更新字数统计命令,将结果写入本地日志。
- 回滚个人简历的示例。
- 修正示例文档中的打字错误和注释错误。
- 修改 texlive 最低版本要求(2017 -> 2020),由于 gbt7714 宏包的接口更新。
- 更新一些配置文件。

### Removed
- 移除v1.3.3启用的功能:示例文档中个人简历部分的自动化格式生成文献条目。由于个人简历的成果部分是定制化的国标格式,每个条目后还有括号包含的其他信息,无法兼容目前 bibunits 的方案。
- 回滚个人简历的示例。

## [1.3.9](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.8...v1.3.9) - 2022-01-05

### Changed
### Removed
- 移除压缩包内多余的临时文件。

## [1.3.8](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.7...v1.3.8) - 2021-11-28
@@ -195,7 +219,7 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
## [1.1.6](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.1.5...v1.1.6) - 2021-06-02
### Changed
- 分类答辩日期与封面发布日期选项。
- exanple 中改用 biblatex
- exanple 中改用 BibLaTeX
- 更新参考文献样式文件。

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