summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/thusetup.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/thuthesis/thusetup.tex')
-rw-r--r--Master/texmf-dist/doc/latex/thuthesis/thusetup.tex18
1 files changed, 12 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/thuthesis/thusetup.tex b/Master/texmf-dist/doc/latex/thuthesis/thusetup.tex
index 2571c78f04a..7e0e93575b6 100644
--- a/Master/texmf-dist/doc/latex/thuthesis/thusetup.tex
+++ b/Master/texmf-dist/doc/latex/thuthesis/thusetup.tex
@@ -48,7 +48,7 @@
% 工程领域名称
% 3. 其他专业型学位
% 不填写此项
- % 4. 本科生不需要填写
+ % 4. 本科生填写专业名称,第二学位论文需标注“(第二学位)”
%
discipline = {计算机科学与技术},
discipline* = {Computer Science and Technology},
@@ -61,17 +61,17 @@
% 指导教师
% 中文姓名和职称之间以英文逗号“,”分开,下同
%
- supervisor = {郑纬民教授},
+ supervisor = {郑纬民, 教授},
supervisor* = {Professor Zheng Weimin},
%
% 副指导教师
%
- associate-supervisor = {陈文光教授},
+ associate-supervisor = {陈文光, 教授},
associate-supervisor* = {Professor Chen Wenguang},
%
% 联合指导教师
%
- % joint-supervisor = {某某某教授},
+ % joint-supervisor = {某某某, 教授},
% joint-supervisor* = {Professor Mou Moumou},
%
% 日期
@@ -103,9 +103,13 @@
% 跨页表格
\usepackage{longtable}
-% 固定宽度的表格
+% 固定宽度的表格。放在 hyperref 之前的话,tabularx 里的 footnote 显示不出来。
\usepackage{tabularx}
+% 表格加脚注
+\usepackage{threeparttable}
+\pretocmd{\TPTnoteSettings}{\footnotesize}{}{}
+
% 表格中的反斜线
\usepackage{diagbox}
@@ -121,7 +125,9 @@
% \usepackage{rotating} % 图形和表格的控制旋转
% 定理类环境宏包
-\usepackage[amsmath,thmmarks,hyperref]{ntheorem}
+\usepackage{amsthm}
+% 也可以使用 ntheorem
+% \usepackage[amsmath,thmmarks,hyperref]{ntheorem}
% 给自定义的宏后面自动加空白
% \usepackage{xspace}