Skip to content

Commit d149cdc

Browse files
authored
添加苏世民学院的特殊样式 (#1038)
* Add Schwarzman Scholars style * Add option style-override=schwarzman * Fixup test files
2 parents a2c5428 + 023f66d commit d149cdc

5 files changed

Lines changed: 3092 additions & 14 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: 143 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,143 @@
1+
\input{regression-test.tex}
2+
\documentclass[degree=doctor, style-override=schwarzman]{thuthesis}
3+
4+
\begin{document}
5+
\START
6+
\showoutput
7+
8+
\mainmatter
9+
10+
11+
\chapter{章标题}
12+
13+
文字。\footnote{脚注内容1。}
14+
文字。\footnote{脚注内容2。}
15+
文字。\footnote{脚注内容3。}
16+
17+
\begin{equation}
18+
E=mc^2
19+
\end{equation}
20+
21+
\begin{equation}
22+
E=mc^2
23+
\end{equation}
24+
25+
\begin{equation}
26+
E=mc^2
27+
\end{equation}
28+
29+
\begin{figure}
30+
\caption{Figure caption 1}
31+
\end{figure}
32+
33+
\begin{figure}
34+
\caption{Figure caption 2}
35+
\end{figure}
36+
37+
\begin{figure}
38+
\caption{Figure caption 3}
39+
\end{figure}
40+
41+
\begin{table}
42+
\caption{Table caption 1}
43+
\end{table}
44+
45+
\begin{table}
46+
\caption{Table caption 2}
47+
\end{table}
48+
49+
\begin{table}
50+
\caption{Table caption 3}
51+
\end{table}
52+
53+
54+
\chapter{章标题}
55+
56+
文字。\footnote{脚注内容1。}
57+
文字。\footnote{脚注内容2。}
58+
文字。\footnote{脚注内容3。}
59+
60+
\begin{equation}
61+
E=mc^2
62+
\end{equation}
63+
64+
\begin{equation}
65+
E=mc^2
66+
\end{equation}
67+
68+
\begin{equation}
69+
E=mc^2
70+
\end{equation}
71+
72+
\begin{figure}
73+
\caption{Figure caption 1}
74+
\end{figure}
75+
76+
\begin{figure}
77+
\caption{Figure caption 2}
78+
\end{figure}
79+
80+
\begin{figure}
81+
\caption{Figure caption 3}
82+
\end{figure}
83+
84+
\begin{table}
85+
\caption{Table caption 1}
86+
\end{table}
87+
88+
\begin{table}
89+
\caption{Table caption 2}
90+
\end{table}
91+
92+
\begin{table}
93+
\caption{Table caption 3}
94+
\end{table}
95+
96+
97+
\appendix
98+
\chapter{章标题}
99+
100+
文字。\footnote{脚注内容1。}
101+
文字。\footnote{脚注内容2。}
102+
文字。\footnote{脚注内容3。}
103+
104+
\begin{equation}
105+
E=mc^2
106+
\end{equation}
107+
108+
\begin{equation}
109+
E=mc^2
110+
\end{equation}
111+
112+
\begin{equation}
113+
E=mc^2
114+
\end{equation}
115+
116+
\begin{figure}
117+
\caption{Figure caption 1}
118+
\end{figure}
119+
120+
\begin{figure}
121+
\caption{Figure caption 2}
122+
\end{figure}
123+
124+
\begin{figure}
125+
\caption{Figure caption 3}
126+
\end{figure}
127+
128+
\begin{table}
129+
\caption{Table caption 1}
130+
\end{table}
131+
132+
\begin{table}
133+
\caption{Table caption 2}
134+
\end{table}
135+
136+
\begin{table}
137+
\caption{Table caption 3}
138+
\end{table}
139+
140+
141+
\clearpage
142+
\OMIT
143+
\end{document}

0 commit comments

Comments
 (0)