renew partname

This commit is contained in:
EthanDeng
2019-05-11 16:18:54 +08:00
parent 77ac771ad1
commit e4371c7bf3

View File

@@ -237,7 +237,8 @@
\renewcommand{\contentsname}{\hspace{2em}}
\renewcommand{\figurename}{}
\renewcommand{\tablename}{}
\renewcommand{\partname}{ \thepart\; }
\renewcommand{\partname}{\color{structurecolor}}
\renewcommand{\thepart}{\zhnumber{\arabic{part}}}
\renewcommand{\listfigurename}{}
\renewcommand{\listtablename}{}
\renewcommand{\bibname}{}
@@ -256,7 +257,11 @@
\bibliographystyle{aer}
}{\relax}
\RequirePackage{xpatch}
\xpatchcmd{\part}{\thispagestyle{plain}}
{\pagecolor{white}\thispagestyle{plain}}{}{}
\xpatchcmd{\@endpart}{\vfil\newpage}{\vfil\newpage
\pagecolor{white}}{}{}
\graphicspath{{./figure/}{./figures/}{./image/}{./images/}{./graphics/}{./graphic/}{./pictures/}{./picture/}}
\RequirePackage{tikz}