summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/example/main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/example/main.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thuthesis/example/main.tex53
1 files changed, 32 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/example/main.tex b/Master/texmf-dist/doc/latex/thuthesis/example/main.tex
index 82199808dc4..dd25f1f059e 100644
--- a/Master/texmf-dist/doc/latex/thuthesis/example/main.tex
+++ b/Master/texmf-dist/doc/latex/thuthesis/example/main.tex
@@ -4,61 +4,72 @@
%%% End:
\documentclass[doctor]{thuthesis}
-% \documentclass[bachelor|master|doctor,dvips|dvipdfm,secret,openany|openright,arialtoc,arialtitle]{thuthesis}
-
-% 所有其它可能用到的包都统一放到这里了,可以根据自己的实际添加或者删除。
+% \documentclass[%
+% bachelor|master|doctor, % mandatory option
+% xetex|pdftex|dvips|dvipdfm, % optional
+% secret,
+% openany|openright,
+% arialtoc,arialtitle]{thuthesis}
+
+% 鎵鏈夊叾瀹冨彲鑳界敤鍒扮殑鍖呴兘缁熶竴鏀惧埌杩欓噷浜嗭紝鍙互鏍规嵁鑷繁鐨勫疄闄呮坊鍔犳垨鑰呭垹闄ゃ
\usepackage{thutils}
-% 你可以在这里修改配置文件中的定义,导言区可以使用中文。
-% \def\myname{薛瑞尼}
+% 浣犲彲浠ュ湪杩欓噷淇敼閰嶇疆鏂囦欢涓殑瀹氫箟锛屽瑷鍖哄彲浠ヤ娇鐢ㄤ腑鏂囥
+% \def\myname{钖涚憺灏紏
\begin{document}
-% 定义所有的eps文件在 figures 子目录下
+% 瀹氫箟鎵鏈夌殑eps鏂囦欢鍦 figures 瀛愮洰褰曚笅
\graphicspath{{figures/}}
-%%% 封面部分
+%%% 灏侀潰閮ㄥ垎
\frontmatter
\input{data/cover}
\makecover
-% 目录
+% 鐩綍
\tableofcontents
-% 符号对照表
+% 绗﹀彿瀵圭収琛
\input{data/denotation}
-%%% 正文部分
+%%% 姝f枃閮ㄥ垎
\mainmatter
\include{data/chap01}
\include{data/chap02}
-%%% 其它部分
+%%% 鍏跺畠閮ㄥ垎
\backmatter
-% 插图索引
-\listoffigures
-% 表格索引
-\listoftables
-% 公式索引
-\listofequations
+
+% 鏈鐢熻杩欏嚑涓储寮曪紝鐮旂┒鐢熶笉瑕併傞夋嫨鎬х暀涓嬨
+\makeatletter
+\ifthu@bachelor
+ % 鎻掑浘绱㈠紩
+ \listoffigures
+ % 琛ㄦ牸绱㈠紩
+ \listoftables
+ % 鍏紡绱㈠紩
+ \listofequations
+\fi
+\makeatother
-% 参考文献
+% 鍙傝冩枃鐚
\bibliographystyle{thubib}
\bibliography{ref/refs}
-% 致谢
+% 鑷磋阿
\include{data/ack}
-% 附录
+% 闄勫綍
\begin{appendix}
\input{data/appendix01}
\end{appendix}
-% 个人简历
+% 涓汉绠鍘
\include{data/resume}
\end{document}