Add \questions command for ... questions

This commit is contained in:
Matthias Vogelgesang 2014-08-28 16:05:03 +02:00
parent 58e43660d4
commit 01b5387a98
2 changed files with 17 additions and 4 deletions

View File

@ -102,8 +102,23 @@
%}}}
%{{{ --- Commands ---------------------
\newcommand{\insertsectionHEAD}{%
\expandafter\insertsectionHEADaux\insertsectionhead}
\newcommand{\insertsectionHEADaux}[3]{\textsc{\MakeLowercase{#3}}
}
\newcommand{\rightTextArrow}{→}
\newcommand{\questions}{%
\begingroup
\setbeamercolor{background canvas}{bg=mDarkTeal}
\begin{frame}[plain]
\centering
\vfill\vspace{1em}\usebeamerfont{section title}\textcolor{white}{\scshape Questions?}\vfill
\end{frame}
\endgroup
}
%}}}
%{{{ --- Itemize ----------------------
@ -115,10 +130,6 @@
%}}}
%{{{ --- Sections ---------------------
\newcommand{\insertsectionHEAD}{%
\expandafter\insertsectionHEADaux\insertsectionhead}
\newcommand{\insertsectionHEADaux}[3]{\textsc{\MakeLowercase{#3}}
}
\if@doSectionPage\@empty
\else
% Insert frame with section title at every section start

View File

@ -78,4 +78,6 @@ sanctus est Lorem ipsum dolor sit amet.
Last words.
\end{frame}
\questions
\end{document}