I am using the "Masters/Doctoral Thesis" template and I have an abstract that ist longer than on page. What happens in the pdf is that the header moves to the bottom of one page and then on the next page the abstract begins which looks quite weird. I guess this is some vertical alignment? Could someone help me to change it so the header is at the top of the page and the abstract follows? The Code for the environment is:
Code: Select all
\DeclareDocumentEnvironment{abstract}{ O{} }{%
\addchap*{\abstractname}%
{\chapteralign\normalsize\abstractauthorfont \authorname \par}% Author name
\vspace{\baselineskip}
{\chapteralign\parbox{.7\linewidth}{\chapteralign\normalsize\itshape\abstracttitlefont\@title}\par}% Thesis title
\bigskip\noindent\ignorespaces
}
Thank you in advance,
Eibur