From b3cf6973881fee79b4abb0be96dcfd5330bfeeea Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Fri, 10 Jul 2020 03:02:35 +0000 Subject: CTAN sync 202007100302 --- macros/latex/contrib/thuthesis/thusetup.tex | 42 +++++++++++++---------------- 1 file changed, 18 insertions(+), 24 deletions(-) (limited to 'macros/latex/contrib/thuthesis/thusetup.tex') diff --git a/macros/latex/contrib/thuthesis/thusetup.tex b/macros/latex/contrib/thuthesis/thusetup.tex index c1545ad811..bba4722092 100644 --- a/macros/latex/contrib/thuthesis/thusetup.tex +++ b/macros/latex/contrib/thuthesis/thusetup.tex @@ -89,11 +89,11 @@ % include-spine = false, % - % 生成的声明页是否要插入页码(默认 false) + % 生成的声明页是否要插入页眉和页脚(默认 empty) % 仅在需要进行电子签名时,才需要打开这一选项 - % 插入的扫描声明页总是会有页码,不受这一选项影响 + % 插入的扫描声明页总是会生成页眉(研究生)和页脚,不受这一选项影响 % - statement-page-number = false, + % statement-page-style = plain, % % 密级和年限 % 秘密, 机密, 绝密 @@ -126,9 +126,6 @@ \usepackage{threeparttable} \pretocmd{\TPTnoteSettings}{\footnotesize}{}{} -% 表格中的反斜线 -\usepackage{diagbox} - % 确定浮动对象的位置,可以使用 H,强制将浮动对象放到这里(可能效果很差) \usepackage{float} @@ -148,29 +145,26 @@ % 给自定义的宏后面自动加空白 % \usepackage{xspace} -% 借用 ltxdoc 里面的几个命令。 -\def\cmd#1{\cs{\expandafter\cmd@to@cs\string#1}} -\def\cmd@to@cs#1#2{\char\number`#2\relax} -\DeclareRobustCommand\cs[1]{\texttt{\char`\\#1}} - -\newcommand*{\meta}[1]{{% - \ensuremath{\langle}\rmfamily\itshape#1\/\ensuremath{\rangle}}} -\providecommand\marg[1]{% - {\ttfamily\char`\{}\meta{#1}{\ttfamily\char`\}}} -\providecommand\oarg[1]{% - {\ttfamily[}\meta{#1}{\ttfamily]}} -\providecommand\parg[1]{% - {\ttfamily(}\meta{#1}{\ttfamily)}} -\providecommand\pkg[1]{{\sffamily#1}} - % 定义所有的图片文件在 figures 子目录下 \graphicspath{{figures/}} -% 数学命令 -\input{math_commands.tex} - % 定义自己常用的东西 % \def\myname{薛瑞尼} +% 数学命令 +\newcommand\dif{\mathop{}\!\mathrm{d}} % 微分符号 +\newcommand\real{{\mathbf{R}}} % 实数集 +\newcommand\abs[1]{\lvert#1\rvert} +\newcommand\VECTOR{\symbf} % 向量 +\newcommand\MATRIX{\symbf} % 矩阵 +\newcommand\vn{{\VECTOR{n}}} +\newcommand\vx{{\VECTOR{x}}} +\newcommand\mA{{\MATRIX{A}}} +\newcommand\mK{{\MATRIX{K}}} + +% 借用 ltxdoc 里面的几个命令方便写文档。 +\DeclareRobustCommand\cs[1]{\texttt{\char`\\#1}} +\providecommand\pkg[1]{{\sffamily#1}} + % hyperref 宏包在最后调用 \usepackage{hyperref} -- cgit v1.2.3