wip
This commit is contained in:
@@ -290,15 +290,15 @@
|
||||
}
|
||||
\newenvironment{abstractenv}{
|
||||
\def\skip@bstr@ctp@ges{\@@skip@bstr@ctp@ges}
|
||||
\afterpage{\skip@bstr@ctp@ges \thispagestyle{empty}}
|
||||
\pagestyle{empty}
|
||||
\afterpage{\skip@bstr@ctp@ges \thispagestyle{plain}}
|
||||
\pagestyle{plain}
|
||||
}
|
||||
|
||||
% Redefine above commands if etd option is specified. The blank pages make printing nice,
|
||||
% but they don't want them in the submitted PDF
|
||||
\DeclareOption{etd}{
|
||||
\renewcommand{\clearemptydoublepage}{ \clearpage }
|
||||
\renewenvironment{abstractenv}{\afterpage{\thispagestyle{empty}}\pagestyle{empty}}{}
|
||||
\renewenvironment{abstractenv}{\afterpage{\thispagestyle{plain}}\pagestyle{plain}}{}
|
||||
}
|
||||
|
||||
% ------------------------ Load the class and needed packages ---------------------------------
|
||||
@@ -572,7 +572,7 @@
|
||||
|
||||
\newcommand{\abstractpage}{
|
||||
|
||||
\thispagestyle{empty}
|
||||
% \thispagestyle{empty}
|
||||
\begin{abstractenv}
|
||||
\begin{center}
|
||||
\providecommand\pdfbookmark[3][]{} \pdfbookmark[1]{Abstract}{bm:Abstract}
|
||||
|
||||
Reference in New Issue
Block a user