-
Notifications
You must be signed in to change notification settings - Fork 201
/
demo.tex
353 lines (266 loc) · 9.13 KB
/
demo.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
% \documentclass[type = bachelor]{whu-thesis}
\documentclass[type = master,class = academic]{whu-thesis}
% \documentclass[type = doctor]{whu-thesis}
% \documentclass[type = master,showframe]{whu-thesis}
% \documentclass[type = doctor,showframe]{whu-thesis}
% \documentclass[type = bachelor,showframe]{whu-thesis}
\whusetup{
info = {
title = {论文题目,楷体一号},
title* = {A QoS-aware Self-Adaptive System Approach in Service Computing Environment},
department = {数学与统计学院},
department* = {School of Mathematics and Statistics},
author = {张三},
author* = {Xxxxxx Xxxxx},
student-id = {2021202012345},
supervisor = {李某某},
supervisor* = {Xxx Xxxxx},
supervisor-outer = {王某某},
academic-title = {教授},
academic-title* = {Prof},
academic-title-outer = {高级工程师},
subject = {英语},
major = {英国语言文学},
research-area = {英语语言学},
research-area* = {Operator Theory},
year = 2024,
month = 4,
clc = O175.29,
udc = 517.9,
},
style = {
% footnote-style = libertinus-sans,
font = termes,
math-font = termes,
cjk-font = mac,
% library,
% cjk-fakefont = true,
bib-backend = bibtex,
% bib-style = numerical,
bib-resource = {ref/bachelor-refs.bib},
license = false
}
}
\whumodule{algorithm2e}
\begin{document}
\tableofcontents
% \listoffigures
% \listoftables
\begin{notation}
$\omega_n$ & $n$-维欧氏空间中单位球的表面积 \\
$\alpha_n$ & $n$-维欧氏空间中单位球的体积 \\
\end{notation}
\mainmatter
\chapter{测试}
\section{文字测试}
这是武汉大学学位论文模版,欢迎使用。
This is Wuhan University thesis template, welcome to use!
\section{公式}
\subsection{算符、希腊字母}
\[\sum\prod\int\iint\alpha\beta\gamma\xi\zeta\eta\epsilon\varepsilon\theta\vartheta
\phi\varphi\psi\]
\subsection{几类数学字母表}
\begin{itemize}
\item \verb|\mathcal|: $\mathcal{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
\item \verb|\mathscr|: $\mathscr{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
\item \verb|\mathbb|: $\mathbb{ABCDEFGHIJKLMNOPQRSTUVWXYZ}$
\end{itemize}
\subsection{(不)带编号单行公式}
Use \texttt{equation} environment:
\begin{equation}
a^2 + b^2 = c^2.
\end{equation}
Use \texttt{equation*} environment or \texttt{\textbackslash[...\textbackslash]}:
\[ a^2 + b^2 = c^2.\]
\subsection{(不)带编号多行公式}
Use \texttt{align} environment:
\begin{align}
S_n & = 1 + 2 + \cdots + n \\
& = \frac12 n(n+1).
\end{align}
Use \texttt{align*} environment:
\begin{align*}
T_n & = 1^3 + 2^3 + \cdots + n^3 \\
& = \biggl(\frac{n(n+1)}{2}\biggr)^2 \\
& = S_n^2.
\end{align*}
\subsection{矩阵}
\[\begin{pmatrix}
a_{11} & a_{22} & a_{33} \\
a_{21} & a_{22} & a_{23} \\
a_{31} & a_{32} & a_{33} \\
\end{pmatrix} \quad
\begin{vmatrix}
a_{11} & a_{22} & a_{33} \\
a_{21} & a_{22} & a_{23} \\
a_{31} & a_{32} & a_{33} \\
\end{vmatrix} \quad
\begin{bmatrix}
a_{11} & a_{22} & a_{33} \\
a_{21} & a_{22} & a_{23} \\
a_{31} & a_{32} & a_{33} \\
\end{bmatrix} \quad
\begin{Bmatrix}
a_{11} & a_{22} & a_{33} \\
a_{21} & a_{22} & a_{23} \\
a_{31} & a_{32} & a_{33} \\
\end{Bmatrix}\]
\section{脚注测试}
测试 \footnote{眼看他起朱楼,眼看他宴宾客,眼看他楼塌了。这青苔碧瓦堆,俺曾睡风流觉,将五十年兴亡看饱。
金粉未消亡,闻得六朝香,满天涯烟草断人肠。怕催花信紧,风风雨雨,误了春光。}
测试 \footnote[3]{君不见,左纳言,右纳史,朝承恩,暮赐死。行路难,不在水,不在山,只在人情反覆间!}
\section{引用测试}
\subsection{参考文献}
测试 \cite{whu-bachelor:1,whu-bachelor:2,whu-bachelor:3,whu-bachelor:5,whu-bachelor:7}
测试 \cite*{whu-bachelor:1,whu-bachelor:2,whu-bachelor:3,whu-bachelor:7}
\section{图表测试}
\begin{figure}[ht]
\centering
\includegraphics[width = 5cm]{whu-logo.pdf}
\caption{武汉大学校徽}
\label{fig:武汉大学校徽}
\end{figure}
引用图~\ref{fig:武汉大学校徽}
\begin{table}[ht]
\centering
\caption{%
简单的表格和引用 abc 123 %\cite{whu-bachelor:1}
}
\label{table:简单的表格}
\begin{tabular}{cc}
\hline
a & b \\ \hline
c & d \\ \hline
测试 & 文本 \\ \hline
\end{tabular}
\end{table}
引用表~\ref{table:简单的表格}
\section{算法}
\begin{algorithm}
\caption{Simulation-optimization heuristic}\label{algorithm}
\KwData{current period $t$, initial inventory $I_{t-1}$, initial capital $B_{t-1}$, demand samples}
\KwResult{Optimal order quantity $Q^{\ast}_{t}$}
$r\leftarrow t$\;
$\Delta B^{\ast}\leftarrow -\infty$\;
\While{$\Delta B\leq \Delta B^{\ast}$ and $r\leq T$}{$Q\leftarrow\arg\max_{Q\geq 0}\Delta B^{Q}_{t,r}(I_{t-1},B_{t-1})$\;
$\Delta B\leftarrow \Delta B^{Q}_{t,r}(I_{t-1},B_{t-1})/(r-t+1)$\;
\If{$\Delta B\geq \Delta B^{\ast}$}{$Q^{\ast}\leftarrow Q$\;
$\Delta B^{\ast}\leftarrow \Delta B$\;}
$r\leftarrow r+1$\;}
\end{algorithm}
引用 \autoref{algorithm}
\section{已定义好的一些数学定理环境}
\begin{definition}[测度]
(参见文献xxx) 这是一段文字 $E = m c^2$ (中文括号)和 (西文括号)
\end{definition}
\begin{theorem}
这是一段文字 $E = m c^2$
\end{theorem}
\begin{proof}
这是一段文字 $E = m c^2$
\end{proof}
\begin{proof}[定理xx的证明]
这是一段文字 $E = m c^2$
\end{proof}
\begin{example}
这是一段文字 $E = m c^2$
\end{example}
\begin{property}
这是一段文字 $E = m c^2$
\end{property}
\begin{proposition}
这是一段文字 $E = m c^2$
\end{proposition}
\begin{corollary}
这是一段文字 $E = m c^2$
\end{corollary}
\begin{lemma}
这是一段文字 $E = m c^2$
\end{lemma}
\begin{axiom}
这是一段文字 $E = m c^2$
\end{axiom}
\begin{counterexample}
这是一段文字 $E = m c^2$
\end{counterexample}
\begin{conjecture}
这是一段文字 $E = m c^2$
\end{conjecture}
\begin{question}
这是一段文字 $E = m c^2$
\end{question}
\begin{claim}
这是一段文字 $E = m c^2$
\end{claim}
\begin{remark}
这是一段文字 $E = m c^2$
\end{remark}
\begin{theorem}[Banach-Steinhaus]\label{thm:test}
设 $E$ 是 Banach 空间, $F$ 是赋范空间, $(u_i)_{i\in I}$ 是一族从 $E$ 到 $F$ 的有界线性算子,
即 $(u_i)_{i\in I}\subset \mathcal{B}(E,F)$. 若对每一点 $x\in E$, 有
$\sup_{i\in I} \|u_i(x)\|<\infty$, 则
\begin{equation}\label{eq:test1}
\sup_{i\in I} \|u_i\| < \infty.
\end{equation}
\end{theorem}
我想引用定理~\ref{thm:test} 和公式~\ref{eq:test1}
定理括号测试:
\begin{theorem}
测试
\begin{enumerate}
\item 中文(括号)没输入空格的效果
\item 中文 (括号) 输入空格的效果
\item 西文(括号)没输入空格的效果
\item 西文 (括号) 输入空格的效果
\end{enumerate}
\end{theorem}
\begin{proof}
test
\[
\int_{0}^{1} x^2 \d x
\]
\end{proof}
\begin{proof}
test
\[
\int_{0}^{1} x^2 \d x \qedhere
\]
\end{proof}
\section{字体测试}
字体测试:\\
{宋体} {\heiti 黑体} {\kaishu 楷书} {\fangsong 仿宋}\\
{\rmfamily 罗马字族} {\sffamily 无衬线字族} {\ttfamily 打字机}\\
{\bfseries 粗体} {\itshape 意大利} {\slshape 倾斜}
伪粗体测试:\\
{\bfseries\songti 伪粗体} {\bfseries\kaishu 伪粗体} {\bfseries\heiti 伪粗体} {\bfseries\fangsong 伪粗体} {\bfseries 伪粗体}
伪斜体测试:\\
{\itshape\songti 伪斜体} {\itshape\kaishu 伪斜体} {\itshape\heiti 伪斜体} {\itshape\fangsong 伪斜体} {\itshape 伪斜体}
叠加测试:\\
{\bfseries\itshape 伪粗斜体} {\bfseries\sffamily 伪粗黑体} {\bfseries\ttfamily 伪粗仿宋} {\itshape\sffamily 伪斜黑体} {\itshape\ttfamily 伪斜仿宋}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
\chapter{BBBB}
% 参考文献
% \nocite{*}
\printbibliography
\begin{acknowledgements}
致谢是以简短的文字对课题研究与论文撰写过程中直接给予帮助的人员(例如指导教师、答疑教师及其他人员)表示谢意。致谢是对他人劳动的尊重,也是学术规范。内容限一页。
\end{acknowledgements}
\appendix
\chapter{测试}
\section{公式测试}
\section{公式测试}
\begin{equation}
a^2 + b^2 = c^2
\end{equation}
\chapter{测试}
\section{公式测试}
\subsection{编号测试}
\subsection{编号测试}
\subsubsection{编号测试}
\subsubsection{编号测试}
\section{公式测试}
\begin{equation}\label{equation:appendix-test}
a^2 + b^2 = c^2
\end{equation}
公式~\eqref{equation:appendix-test}
\end{document}