diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/cquthesis/main.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/cquthesis/main.tex | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/cquthesis/main.tex b/Master/texmf-dist/doc/latex/cquthesis/main.tex index d51b68c3c77..871c40c93b8 100644 --- a/Master/texmf-dist/doc/latex/cquthesis/main.tex +++ b/Master/texmf-dist/doc/latex/cquthesis/main.tex @@ -3,13 +3,14 @@ %%% 使用前请先阅读使用文档和用户协议,内有详细介绍。Happy Texing! :) %% ======================================================= \documentclass% - [type=bachelor, ]{cquthesis}% + [type=master, bilinguallist=apart,]{cquthesis}% % 可用选项: % type=[bachelor|master|doctor], % 必选,毕业论文类型,以下项目不填时为默认 % liberalformat, % 可选,仅适用本科生,使用文学类论文标题格式,默认未打开 % proffesionalmaster=[true|false], % 可选,仅适用研究生,是(true)否(false)专业硕士,默认为否 % printmode=[oneside|twoside|auto], % 可选,论文打印方式,默认采用auto按页数要求自动判定 % openany,|openright, % 可选,双面打印时每章的第一页仅右页开启,默认左右页开启(openany) +% bilinguallist=[off|combined|apart] % 可选,图录表录等分别按双语题注混编(combined),分开编录(apart),默认关(off) % seriftoc, % 可选,目录中的不同级别采用不同的字号和字体,适用于三级标题很多的情况 % continuoustoc, % 可选,目录和索引不会自动新开一页,适用于索引内容较少时 % draft, % 写作期间可选,不渲染图片,关闭外围功能,加快预览速度,默认未开启 @@ -37,10 +38,13 @@ \tableofcontents %% 插图索引,可选,如不用可注释掉 \listoffigures +\listoffiguresEN %% 表格索引,可选 \listoftables +\listoftablesEN %% 公式索引,可选 \listofequations +\listofequationsEN %% 符号对照表,可选 \input{contents/denotation} |