summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/cquthesis
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-06-23 21:18:28 +0000
committerKarl Berry <karl@freefriends.org>2020-06-23 21:18:28 +0000
commitd31e80642a100da1d1c2cca140477507c02a650f (patch)
treec8e28d13738843725a218ab02ee416891c67ebce /Master/texmf-dist/tex/latex/cquthesis
parent496841f247b47c2967c4b4d8424689f6f67367c2 (diff)
cquthesis (23jun20)
git-svn-id: svn://tug.org/texlive/trunk@55634 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/cquthesis')
-rw-r--r--Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls10
-rw-r--r--Master/texmf-dist/tex/latex/cquthesis/cquthesis.sty19
3 files changed, 21 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg b/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg
index 285f80f6641..ed4c423dbcb 100644
--- a/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg
+++ b/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cfg
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2016-2019 by Zhennan Li <i@nanmu.me>
+%% Copyright (C) 2016-2020 by Zhennan Li <i@nanmu.me>
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
diff --git a/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls b/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls
index 252676f045b..916c4628126 100644
--- a/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls
+++ b/Master/texmf-dist/tex/latex/cquthesis/cquthesis.cls
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2016-2019 by Zhennan Li <i@nanmu.me>
+%% Copyright (C) 2016-2020 by Zhennan Li <i@nanmu.me>
%% This file may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either
%% version 1.3 of this license or (at your option) any later
@@ -105,9 +105,11 @@ bilinguallist=[off|combined|apart]}{}
\RequirePackage{ifxetex}
\RequirePackage{fontspec}
\RequirePackage{amsmath}
+\RequirePackage{amssymb}
+\RequirePackage{amsfonts}
\RequirePackage[defaultsups]{newtxtext}
\RequirePackage{pifont}
-\RequirePackage{CJKfntef}
+\RequirePackage{xeCJKfntef}
\RequirePackage{newfloat}
\RequirePackage{caption}
\RequirePackage[labelformat=simple]{subcaption}
@@ -336,8 +338,6 @@ text-micro = {\textmu},
\captionsetup[sub]{font=cqu,skip=6bp}
\renewcommand{\thesubfigure}{(\alph{subfigure})}
\renewcommand{\thesubtable}{(\alph{subtable})}
-\captionsetup[bi-first]{bi-first}
-\captionsetup[bi-second]{bi-second}
\DeclareCaptionOption{bi-first}[]{%
\def\tablename{\shorttablename}
\def\figurename{\shortfigurename}
@@ -346,6 +346,8 @@ text-micro = {\textmu},
\def\tablename{\shorttablenameEN}
\def\figurename{\shortfigurenameEN}
}%bi-second
+\captionsetup[bi-first]{bi-first}
+\captionsetup[bi-second]{bi-second}
\DeclareFloatingEnvironment[fileext=lofEN]{figuresEN}[\shortfigurenameEN][\listoffiguresnameEN]
\DeclareFloatingEnvironment[fileext=lotEN]{tablesEN}[\shorttablenameEN][\listoftablesnameEN]
\if@bicombined\relax
diff --git a/Master/texmf-dist/tex/latex/cquthesis/cquthesis.sty b/Master/texmf-dist/tex/latex/cquthesis/cquthesis.sty
index 7687abb02bc..cd6710597bb 100644
--- a/Master/texmf-dist/tex/latex/cquthesis/cquthesis.sty
+++ b/Master/texmf-dist/tex/latex/cquthesis/cquthesis.sty
@@ -9,13 +9,22 @@
-
-
-
% 晶向指数支持,如果需要请取消下面两行注释:
% \RequirePackage{miller}
% \pretocmd{\hkl}{{ }}{}{}
-
+%
+% 物理符号宏包:
+%\RequirePackage{physics}
+%
+% 计算机算法宏包:
+%\RequirePackage{algorithm2e}
+%\RequirePackage{algorithmic}
+%
+% 绘图宏包:
+%\RequirePackage{tikz}
+%
+% 绘制电路图:
+%\RequirePackage{circuitikz}
% 这两个个宏包仅供参考,未必使用:
% \RequirePackage{floatflt} % 图文混排用宏包
@@ -58,4 +67,4 @@
% now we make a command for a folder/file which inserts the icon and its label
% adjust this as needed. If you only have 2 icons, then you could create
% a \myfile and \myfolder command with the icon fixed.
-\newcommand{\myfolder}[2]{\myicon{#1}\ {#2}} \ No newline at end of file
+\newcommand{\myfolder}[2]{\myicon{#1}\ {#2}}