We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6dd9f41 commit e3ec2b9Copy full SHA for e3ec2b9
CHANGELOG.md
@@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
20
- 更新封面的格式([#438](https://github.com/ustctug/ustcthesis/issues/438))。
21
- 更新原创性和授权使用声明的格式。
22
- 数学式的改为段前6磅、段后6磅(研究生院 2025-03-12 Word 模板)。。
23
+- 图表标题的对齐方式改为 `centerlast`(两端对齐、末行居中)([#442](https://github.com/ustctug/ustcthesis/issues/442))。
24
25
### Fixed
26
ustcthesis.cls
@@ -2795,6 +2795,7 @@
2795
}
2796
2797
\captionsetup{
2798
+ justification = centerlast,
2799
font = ustc,
2800
labelsep = quad,
2801
skip = 6bp,
0 commit comments