|
| 1 | +% !TEX root = ../thuthesis-example.tex |
| 2 | + |
| 3 | +\begin{survey} |
| 4 | +\label{cha:survey} |
| 5 | + |
| 6 | +\title{Title of the Survey} |
| 7 | +\maketitle |
| 8 | + |
| 9 | + |
| 10 | +\tableofcontents |
| 11 | + |
| 12 | + |
| 13 | +本科生的外文资料调研阅读报告。 |
| 14 | + |
| 15 | + |
| 16 | +\section{Figures and Tables} |
| 17 | + |
| 18 | +\subsection{Figures} |
| 19 | + |
| 20 | +An example figure in appendix (Figure~\ref{fig:appendix-survey-figure}). |
| 21 | + |
| 22 | +\begin{figure} |
| 23 | + \centering |
| 24 | + \includegraphics[width=0.6\linewidth]{example-image-a.pdf} |
| 25 | + \caption{Example figure in appendix} |
| 26 | + \label{fig:appendix-survey-figure} |
| 27 | +\end{figure} |
| 28 | + |
| 29 | + |
| 30 | +\subsection{Tables} |
| 31 | + |
| 32 | +An example table in appendix (Table~\ref{tab:appendix-survey-table}). |
| 33 | + |
| 34 | +\begin{table} |
| 35 | + \centering |
| 36 | + \caption{Example table in appendix} |
| 37 | + \begin{tabular}{ll} |
| 38 | + \toprule |
| 39 | + File name & Description \\ |
| 40 | + \midrule |
| 41 | + thuthesis.dtx & The source file including documentation and comments \\ |
| 42 | + thuthesis.cls & The template file \\ |
| 43 | + thuthesis-*.bst & BibTeX styles \\ |
| 44 | + thuthesis-*.bbx & BibLaTeX styles for bibliographies \\ |
| 45 | + thuthesis-*.cbx & BibLaTeX styles for citations \\ |
| 46 | + \bottomrule |
| 47 | + \end{tabular} |
| 48 | + \label{tab:appendix-survey-table} |
| 49 | +\end{table} |
| 50 | + |
| 51 | + |
| 52 | +\section{Equations} |
| 53 | + |
| 54 | +An example equation in appendix (Equation~\eqref{eq:appendix-survey-equation}). |
| 55 | +\begin{equation} |
| 56 | + \frac{1}{2 \uppi \symup{i}} \int_\gamma f = \sum_{k=1}^m n(\gamma; a_k) \mathscr{R}(f; a_k) |
| 57 | + \label{eq:appendix-survey-equation} |
| 58 | +\end{equation} |
| 59 | + |
| 60 | + |
| 61 | +\section{Citations} |
| 62 | + |
| 63 | +Example\cite{dupont1974bone} citations\cite{merkt1995rotational} in appendix |
| 64 | +\cite{dupont1974bone,merkt1995rotational}. |
| 65 | + |
| 66 | + |
| 67 | +% 默认使用正文的参考文献样式; |
| 68 | +% 如果使用 BibTeX,可以切换为其他兼容 natbib 的 BibTeX 样式。 |
| 69 | +\bibliographystyle{unsrtnat} |
| 70 | +% \bibliographystyle{IEEEtranN} |
| 71 | + |
| 72 | +% 默认使用正文的参考文献 .bib 数据库; |
| 73 | +% 如果使用 BibTeX,可以改为指定数据库,如 \bibliography{ref/refs}。 |
| 74 | +\printbibliography |
| 75 | + |
| 76 | +\end{survey} |
0 commit comments