update V2.0.0
This commit is contained in:
parent
8f2d5bf810
commit
b94137267e
|
|
@ -19,9 +19,8 @@
|
|||
|
||||
|
||||
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
|
||||
\ProvidesClass{seuthesiY}[2019/06/23 1.0.2 The LaTeX template for academic degree thesis of Southeast University]
|
||||
\typeout{Document Class `seuthesix' 1.0.1 by James Fan (2016/03/20), \\
|
||||
Document Class `seuthesiY' 1.0.2 by Deans Yu (2019/06/23)}
|
||||
\ProvidesClass{seuthesiY}[2019/06/28 2.0.0 The LaTeX template for academic degree thesis of Southeast University]
|
||||
\typeout{Document Class `seuthesiY' 2.0.0 by Deans Yu (2019/06/28). Document Class `seuthesiY' 1.0.2 by Deans Yu (2019/06/23). Document Class `seuthesix' 1.0.1 by James Fan (2016/03/20)}
|
||||
|
||||
\newif\ifnocolorlinks\nocolorlinksfalse
|
||||
\newif\ifcoadvisor\coadvisorfalse
|
||||
|
|
@ -44,9 +43,9 @@ Document Class `seuthesiY' 1.0.2 by Deans Yu (2019/06/23)}
|
|||
\DeclareOption{figurelist}{\figurelisttrue}
|
||||
\DeclareOption{tablelist}{\tablelisttrue}
|
||||
\DeclareOption{nomlist}{\nomlisttrue}
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexrep}}
|
||||
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{ctexbook}}
|
||||
\ProcessOptions
|
||||
\LoadClass[twoside,a4paper,zihao=-4,UTF8,openright]{ctexrep}
|
||||
\LoadClass[twoside,a4paper,zihao=-4,UTF8,openright]{ctexbook}
|
||||
\RequirePackage[titles]{tocloft}
|
||||
\renewcommand{\cftchapleader}{\bfseries\cftdotfill{\cftdotsep}}
|
||||
\newcommand{\chuhao}{\fontsize{42bp}{46bp}\selectfont}
|
||||
|
|
@ -142,8 +141,8 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
\RequirePackage{fancyhdr}
|
||||
\fancypagestyle{seustyle}{%
|
||||
\fancyhf{}
|
||||
\fancyhead[CO]{\xiaowuhao\universityname{}\@thesistype}
|
||||
\fancyhead[CE]{ \xiaowuhao\leftmark}
|
||||
\fancyhead[CE]{\xiaowuhao\universityname{}\@thesistype}
|
||||
\fancyhead[CO]{ \xiaowuhao\leftmark}
|
||||
\fancyfoot[CO,CE]{\thepage}
|
||||
}
|
||||
\pagestyle{seustyle}
|
||||
|
|
@ -517,6 +516,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
|
||||
\clearpage\thispagestyle{empty}\cleardoublepage%
|
||||
\thispagestyle{empty}
|
||||
|
||||
\begin{center}
|
||||
\xiaochuhao
|
||||
|
||||
|
|
@ -616,7 +616,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 摘 要 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%===============================================================================
|
||||
%================================ 中 文 摘 要 ==================================
|
||||
\renewenvironment{abstract}[1]
|
||||
\newenvironment{abstract}[1]
|
||||
{
|
||||
\pagenumbering{Roman}
|
||||
\clearpage\thispagestyle{empty}\cleardoublepage\thispagestyle{plain}
|
||||
|
|
@ -690,7 +690,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
\cleardoublepage
|
||||
\phantomsection
|
||||
\addcontentsline{toc}{chapter}{\nomname}
|
||||
\pagestyle{nom}
|
||||
\pagestyle{seustyle}
|
||||
\printnomenclature[1in]
|
||||
\fi
|
||||
|
||||
|
|
@ -699,7 +699,7 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 正 文 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newcommand{\mainmatter}{%
|
||||
\renewcommand{\mainmatter}{%
|
||||
\cleardoublepage
|
||||
\pagenumbering{arabic}
|
||||
\pagestyle{seustyle}
|
||||
|
|
@ -707,9 +707,10 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
|
||||
\newcommand{\acknowledgement}{%
|
||||
\cleardoublepage
|
||||
% \pagestyle{plain}
|
||||
\phantomsection
|
||||
\addcontentsline{toc}{chapter}{致 谢}
|
||||
\chapter*{致 谢}
|
||||
% \addcontentsline{toc}{chapter}{致 谢}
|
||||
\chapter{致 谢}
|
||||
}
|
||||
|
||||
% \newcommand{\thesisbib}[1]{%
|
||||
|
|
@ -730,8 +731,8 @@ gbpub=false,gbnamefmt=lowercase,gbbiblabel=dot,]{biblatex}
|
|||
\newcommand{\resume}[1]{%
|
||||
\cleardoublepage
|
||||
\phantomsection
|
||||
\addcontentsline{toc}{chapter}{#1}
|
||||
\chapter*{#1}
|
||||
% \addcontentsline{toc}{chapter}{#1}
|
||||
\chapter{#1}
|
||||
}
|
||||
|
||||
\newcommand{\seuthesix}{%
|
||||
|
|
|
|||
Loading…
Reference in New Issue