模板的摘要是用的frontmatter形式,并且格式在cfg有设置,其他的chapter都没问题
%% the chapter title format
%%
\def\CTEX@chapter@beforeskip{-6mm}
\def\CTEX@chapter@afterskip{5mm}
同样格式的第二页英文摘要就没有问题,看起来这个标题和页码像是整体往上平移了一样,页码试过用\setlength{\footskip}{-9pt}
可以让它下来
标题的话,试过用\setlength{\abovecaptionskip}{2pt}
并没有效果,用\vspace
也没有作用,用\vspace*
会让第一页空出来,如图
它到了第二页就正常了,不知道这个咋做MWE。。。实在抱歉
其他相关代码如下:
\newenvironment{abstract}
{\Nchapter{\CAST@label@abstract}}
\newcommand\Nchapter[1]{%
\if@mainmatter%
\@mainmatterfalse%
\chapter{#1}%
\@mainmattertrue%
\else
\chapter{#1}%
\fi}
\makeatletter
\fancypagestyle{plain}{%
\fancyhf{}%
\renewcommand{\headrulewidth}{0pt}%
\renewcommand{\footrulewidth}{0pt}%
% \renewcommand{\headrule}{}
\fancyhead[CE]{{\zihao{5} xx大学\CAST@value@degree\CAST@label@thesis}}
\fancyhead[CO]{\zihao{5} 摘\ \ 要}
\fancyfoot[C]{{\zihao{-5} -~\thepage~-}}
}
\pagestyle{fancy}
\fancyhf{}
\fancyhead[CE]{{\zihao{5} xx大学\CAST@value@degree\CAST@label@thesis}}
\fancyhead[CO]{{\zihao{5} 摘\ \ 要}}
\fancyfoot[C]{{\zihao{-5} -~\thepage~-}}
\makeatother
YSUthesis-for-bechelor-degree的副本.zip
作者很多年前就不管了。。。