summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hitszthesis/back/appendixA.tex
blob: e549eebc93e413ffb5c8e1fb82c5347684769ca6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% !TEX root = ../main.tex

% 附录A
\chapter{带章节的附录}[Full Appendix]%
完整的附录内容,包含章节,公式,图表等

\section{附录节的内容}[Section in Appendix]
这是附录的节的内容

附录中图的示例:
\begin{figure}[htbp]
\centering
\includegraphics[width = 0.4\textwidth]{golfer}
%\bicaption[golfer5]{}{\xiaosi[0]打高尔夫球的人}{Fig.$\!$}{The person playing golf}\vspace{-1em}
\caption{\xiaosi[0]打高尔夫球的人}
\end{figure}

附录中公式的示例:
\begin{align}
a & = b \times c \\
E & = m c^2
\label{eq}
\end{align}