Commit c4ca876d authored by liziwl's avatar liziwl
Browse files

update changelog

parent bbc91107
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -32,24 +32,24 @@ Changelog 维护应保持最新版本在文件上面的原则,日期格式按
## [Unreleased](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.13...HEAD)

### Changed
- 允许论文题目和章节题目出现特殊的小写字母(#53)。
- 同步上游关于图表距离的修复,浮动对象整体上下距离调整为12bp(#54)。
- 允许论文题目和章节题目出现特殊的小写字母([#53](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/53))。
- 同步上游关于图表距离的修复,浮动对象整体上下距离调整为12bp([#54](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/54))。
- 移除中文下数学定理、证明环境里中文冒号后多余空格。
- 更换单元格类型符号,减少一个warning。
- 插图清单,表格清单按照 label 对齐(#57)。
- 目录每级取消悬挂缩进(#58)。
- 插图清单,表格清单按照 label 对齐([#57](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/57))。
- 目录每级取消悬挂缩进([#58](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/58))。

## [1.3.13](https://github.com/SUSTech-CRA/sustech-master-thesis/compare/v1.3.12...v1.3.13)
### Added
- 增加数学字体配置选项 math-style。
- 增加数学字体配置选项 math-style[#49](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/49)
- 增加公式符号解释的例子。
- 添加合并单元格的三线表的例子。

### Changed
- 修改全局的图题距离。
- 全局移除列表第一级序号后空格。
- 加粗英文的定理环境前缀和编号。
- 插图清单、附表清单、公式清单中加入附录中出现的实例。
- 加粗英文的定理环境前缀和编号[#51](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/51)
- 插图清单、附表清单、公式清单中加入附录中出现的实例[#48](https://github.com/SUSTech-CRA/sustech-master-thesis/issues/48)
- 更新超长列表列样式例子。

### Removed