diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-24 23:08:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-24 23:08:08 +0000 |
commit | 21c374dac3e9da7af20b033b1356184556c0cb89 (patch) | |
tree | 006bb1542cfc82912d2d05613def55bec556145a /Master/texmf-dist/doc/latex/thuthesis/main.tex | |
parent | b0887a408058ad36d79cda138316ce8840398c8f (diff) |
thuthesis (24dec15)
git-svn-id: svn://tug.org/texlive/trunk@39192 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.tex | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/main.tex b/Master/texmf-dist/doc/latex/thuthesis/main.tex index 4a56cf6f53d..b895ac1b28e 100644 --- a/Master/texmf-dist/doc/latex/thuthesis/main.tex +++ b/Master/texmf-dist/doc/latex/thuthesis/main.tex @@ -3,20 +3,15 @@ %%% TeX-master: t %%% End: -\documentclass[bachelor,nofonts]{thuthesis} -%\documentclass[master]{thuthesis} -%\documentclass[doctor]{thuthesis} +\documentclass[type=master]{thuthesis} % \documentclass[% -% bachelor|master|doctor|postdoctor, % mandatory option -% winfonts|nofonts|adobefonts, % mandatory only for bachelor and Linuxer +% type=[bachelor|master|doctor|postdoctor], % mandatory option % secret, % openany|openright, % arialtoc,arialtitle]{thuthesis} -% 当使用 XeLaTeX 编译时,本科生、Linux 用户需要加上 nofonts 选项; -% 当使用 PDFLaTeX 编译时,adobefonts 选项等效于 winfonts 选项(缺省选项)。 % 所有其它可能用到的包都统一放到这里了,可以根据自己的实际添加或者删除。 -\usepackage{thutils} +\usepackage{thuthesis} % 你可以在这里修改配置文件中的定义,导言区可以使用中文。 % \def\myname{薛瑞尼} @@ -34,6 +29,8 @@ \makeatletter \thu@setup@pdfinfo \makeatother +% 如果使用授权说明扫描页,将可选参数中指定为扫描得到的 PDF 文件名,例如: +%\makecover[scan-auth.pdf] \makecover % 目录 @@ -66,7 +63,9 @@ % 参考文献 -\bibliographystyle{thubib} +% 注意至少需要引用一篇参考文献,否则下面两行可能引起编译错误。 +% 如果不需要参考文献,请将下面两行删除或注释掉。 +\bibliographystyle{thuthesis} \bibliography{ref/refs} |