Skip to content

Commit 958183e

Browse files
committed
Bump to v1.3.11
1 parent 8ac0cca commit 958183e

File tree

2 files changed

+31
-7
lines changed

2 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,31 @@ 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.10...HEAD)
32+
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.11...HEAD)
33+
34+
## [1.3.11](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.10...v1.3.11)
35+
36+
### Added
37+
- 增加副指导教师配置。
38+
- 增加表格示例。
39+
- 增加源代码示例。
40+
- 增加英文个人简历模版。
41+
- 增加附录测试。
42+
- 重新加入 BibLaTeX 参考文献编译模式。
43+
44+
### Changed
45+
- 更新文档。
46+
- 更新编译环境,同时测试 texlive 2021、2020 版本。
47+
- 修改中文个人简历模版中拼写错误。
48+
- 小于等于、大于等于号倾斜模式仅限中文生效。
49+
- 添加允许英文版行间数字模式引用。
50+
- 全局设定多行题注居中。
51+
- 更新源代码、伪代码环境的标号,与图表一致。
52+
53+
### Removed
54+
- 书签中移除个人简历的子条目。
55+
- 回滚个人简历的引用包。
56+
- 图书分类号替换为无意义占位符。
3357

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

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

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

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

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

53-
### Changed
77+
### Removed
5478
- 移除压缩包内多余的临时文件。
5579

5680
## [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 维护应保持最新版本在文件上面的原则,日期格式按
195219
## [1.1.6](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.1.5...v1.1.6) - 2021-06-02
196220
### Changed
197221
- 分类答辩日期与封面发布日期选项。
198-
- exanple 中改用 biblatex
222+
- exanple 中改用 BibLaTeX
199223
- 更新参考文献样式文件。
200224

201225
### Fixed

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/06 1.3.10 Southern University of Science and Technology Thesis Template]
20+
\ProvidesFile{sustechthesis.dtx}[2022/03/23 1.3.11 Southern University of Science and Technology Thesis Template]
2121
\documentclass{ltxdoc}
2222
\usepackage{dtx-style}
2323
\EnableCrossrefs
@@ -961,7 +961,7 @@
961961
% \begin{macrocode}
962962
%<cls>\NeedsTeXFormat{LaTeX2e}[2017/04/15]
963963
%<cls>\ProvidesClass{sustechthesis}
964-
%<cls>[2022/03/06 1.3.10 Southern University of Science and Technology Thesis Template]
964+
%<cls>[2022/03/23 1.3.11 Southern University of Science and Technology Thesis Template]
965965
% \end{macrocode}
966966
%
967967
% 报错
@@ -1012,7 +1012,7 @@
10121012
\hyphenation{Thu-Thesis SUSTech-Thesis}
10131013
\def\thuthesis{ThuThesis}
10141014
\def\sustechthesis{SUSTechThesis}
1015-
\def\version{1.3.10}
1015+
\def\version{1.3.11}
10161016
\RequirePackage{kvdefinekeys}
10171017
\RequirePackage{kvsetkeys}
10181018
\RequirePackage{kvoptions}

0 commit comments

Comments
 (0)