summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/main.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-01-11 22:12:17 +0000
committerKarl Berry <karl@freefriends.org>2016-01-11 22:12:17 +0000
commit4d5ecf8fcf4e6667025feb557ddbb30c9f671c7a (patch)
treeb4673eb7b310c02a8d5a222d5a654fdf0a9ebab0 /Master/texmf-dist/doc/latex/thuthesis/main.tex
parent8e4a709fa64caddcfe3600d3a8ba56826ef750e1 (diff)
thuthesis (11jan16)
git-svn-id: svn://tug.org/texlive/trunk@39351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/main.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thuthesis/main.tex52
1 files changed, 22 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/main.tex b/Master/texmf-dist/doc/latex/thuthesis/main.tex
index ec87346d311..27ca5753dc4 100644
--- a/Master/texmf-dist/doc/latex/thuthesis/main.tex
+++ b/Master/texmf-dist/doc/latex/thuthesis/main.tex
@@ -1,14 +1,10 @@
-%%% Local Variables:
-%%% mode: latex
-%%% TeX-master: t
-%%% End:
-
\documentclass[type=master]{thuthesis}
-% \documentclass[%
-% type=[bachelor|master|doctor|postdoctor], % mandatory option
-% secret,
-% openany|openright,
-% arialtoc,arialtitle]{thuthesis}
+% 选项:
+% type=[bachelor|master|doctor|postdoctor], % 必选
+% secret, % 可选
+% openany|openright, % 可选,基本不用
+% arialtoc, % 可选,基本不用
+% arialtitle % 可选,基本不用
% 所有其它可能用到的包都统一放到这里了,可以根据自己的实际添加或者删除。
\usepackage{thuthesis}
@@ -28,10 +24,10 @@
% \makecover[scan-auth.pdf]
\makecover
-% 目录
+%% 目录
\tableofcontents
-% 符号对照表
+%% 符号对照表
\input{data/denotation}
@@ -44,34 +40,30 @@
%%% 其它部分
\backmatter
-% 本科生要这几个索引,研究生不要。选择性留下。
-\makeatletter
-\ifthu@bachelor
- % 插图索引
- \listoffigures
- % 表格索引
- \listoftables
- % 公式索引
- %\listofequations
-\fi
-\makeatother
-
-
-% 参考文献
-% 注意至少需要引用一篇参考文献,否则下面两行可能引起编译错误。
+%% 本科生要这几个索引,研究生不要。选择性留下。
+% 插图索引
+\listoffigures
+% 表格索引
+\listoftables
+% 公式索引
+\listofequations
+
+
+%% 参考文献
+% 注意:至少需要引用一篇参考文献,否则下面两行可能引起编译错误。
% 如果不需要参考文献,请将下面两行删除或注释掉。
\bibliographystyle{thuthesis}
\bibliography{ref/refs}
-% 致谢
+%% 致谢
\include{data/ack}
-% 附录
+%% 附录
\begin{appendix}
\input{data/appendix01}
\end{appendix}
-% 个人简历
+%% 个人简历
\include{data/resume}
\end{document}