diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/main.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/thuthesis/main.tex | 52 |
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} |