diff options
Diffstat (limited to 'macros/latex/contrib/thuthesis/main.tex')
-rw-r--r-- | macros/latex/contrib/thuthesis/main.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/macros/latex/contrib/thuthesis/main.tex b/macros/latex/contrib/thuthesis/main.tex index a84e0b479e..93113b7a6a 100644 --- a/macros/latex/contrib/thuthesis/main.tex +++ b/macros/latex/contrib/thuthesis/main.tex @@ -2,7 +2,7 @@ % !TeX program = xelatex % !TeX spellcheck = en_US -\documentclass[degree=master,fontset=windows]{thuthesis} +\documentclass[degree=master]{thuthesis} % 学位 degree: % doctor | master | bachelor | postdoc % 学位类型 degree-type: @@ -20,6 +20,8 @@ % 使用授权的说明 \copyrightpage +% 将签字扫描后授权文件 scan-auth.pdf 替换原始页面 +% \copyrightpage[scan-auth.pdf] \frontmatter \input{data/abstract.tex} @@ -43,7 +45,6 @@ %% 本科生要求的几个索引。 % \listoffigures % 插图索引 % \listoftables % 表格索引 -% \listofequations % 公式索引 % 参考文献 \bibliographystyle{thuthesis-numeric} % 顺序编码制 @@ -56,12 +57,14 @@ % 声明 \statement +% 将签字扫描后的声明n'g statement.pdf 替换原始页面 +% \copyrightpage[statement.pdf] % 附录 \appendix +\input{data/appendix} % \input{data/appendix-survey} % 本科生:外文资料的调研阅读报告 % \input{data/appendix-translation} % 本科生:外文资料的书面翻译 -\input{data/appendix} % 个人简历 \input{data/resume} |