Improved abstract frame.

This commit is contained in:
Achim D. Brucker 2017-05-06 06:42:11 +01:00
parent 4c87fcfc96
commit 8f9b36163d
1 changed files with 8 additions and 3 deletions

View File

@ -421,8 +421,13 @@
\NewEnviron{abstractframe}[1][]{%
% \begin{frame}<beamer:0>{plain,label={fra:abstract-en},#1}
\begin{frame}[label={fra:abstract-en},#1]
\centerline{\LARGE\textcolor{owaspOrange}{{\inserttitle: \insertsubtitle}}}
\bigskip\begin{abstract}\footnotesize
\begin{center}\LARGE\textcolor{owaspOrange}
{\inserttitle%
\ifx\insertsubtitle\empty\relax%
\else%
: \insertsubtitle%
\fi%
}\end{center} \bigskip\begin{abstract}\footnotesize
\BODY
\end{abstract}\end{frame}
}