You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
384 B
21 lines
384 B
%
|
|
% own commands
|
|
%
|
|
|
|
%double empty page
|
|
\newcommand \myemptypage {
|
|
\clearpage
|
|
\thispagestyle{empty}
|
|
\null
|
|
\cleardoublepage
|
|
}
|
|
|
|
%create abstract environment that is not available in latex book style
|
|
\newcommand\abstractname{Abstract}
|
|
\newenvironment{abstract}{%
|
|
\begin{center}%
|
|
\normalfont\Large\bfseries \abstractname
|
|
\end{center}%
|
|
\it%
|
|
}
|
|
{}
|