Skip to content

Commit 657bb80

Browse files
committed
Add option style-override=schwarzman
1 parent 496fbf7 commit 657bb80

5 files changed

Lines changed: 173 additions & 169 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
## [Unreleased]
88

9+
### Added
10+
11+
- 添加苏世民学院格式([#1037](https://github.com/tuna/thuthesis/discussions/1037))。。
12+
913
### Changed
1014

1115
- `Biblatex` 的斜线不再默认使用等宽字体([#1018](https://github.com/tuna/thuthesis/discussions/1018))。

testfiles/09-schwarzman.tex

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
\input{regression-test.tex}
2-
\documentclass[degree=doctor]{thuthesis}
3-
4-
\thusetup{
5-
footnote-numbering = global,
6-
footnote-style = plain,
7-
figure-numbering = global,
8-
table-numbering = global,
9-
equation-numbering = global,
10-
}
2+
\documentclass[degree=doctor, style-override=schwarzman]{thuthesis}
113

124
\begin{document}
135
\START
@@ -102,6 +94,7 @@ \chapter{章标题}
10294
\end{table}
10395

10496

97+
\appendix
10598
\chapter{章标题}
10699

107100
文字。\footnote{脚注内容1。}

0 commit comments

Comments
 (0)