renew partname

This commit is contained in:
EthanDeng
2019-05-11 16:18:54 +08:00
parent ada05e3415
commit 4b2626d4f1

View File

@@ -237,7 +237,8 @@
\renewcommand{\contentsname}{\hspace{2em}} \renewcommand{\contentsname}{\hspace{2em}}
\renewcommand{\figurename}{} \renewcommand{\figurename}{}
\renewcommand{\tablename}{} \renewcommand{\tablename}{}
\renewcommand{\partname}{ \thepart\; } \renewcommand{\partname}{\color{structurecolor}}
\renewcommand{\thepart}{\zhnumber{\arabic{part}}}
\renewcommand{\listfigurename}{} \renewcommand{\listfigurename}{}
\renewcommand{\listtablename}{} \renewcommand{\listtablename}{}
\renewcommand{\bibname}{} \renewcommand{\bibname}{}
@@ -256,7 +257,11 @@
\bibliographystyle{aer} \bibliographystyle{aer}
}{\relax} }{\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/}} \graphicspath{{./figure/}{./figures/}{./image/}{./images/}{./graphics/}{./graphic/}{./pictures/}{./picture/}}
\RequirePackage{tikz} \RequirePackage{tikz}