diff --git a/beamerthemem.sty b/beamerthemem.sty index c20ba4c..552879e 100644 --- a/beamerthemem.sty +++ b/beamerthemem.sty @@ -165,12 +165,12 @@ \newcommand{\rightTextArrow}{→} -\newcommand{\statement}[1]{% +\newcommand{\plain}[2]{% \begingroup \setbeamercolor{background canvas}{bg=mDarkTeal} - \begin{frame}[plain] + \begin{frame}{#1} \centering - \vfill\vspace{1em}\usebeamerfont{section title}\textcolor{white}{\scshape #1}\vfill + \vfill\vspace{1em}\usebeamerfont{section title}\textcolor{white}{\scshape #2}\vfill \end{frame} \endgroup } diff --git a/demo.pdf b/demo.pdf index 4f6011a..cfa49f3 100644 Binary files a/demo.pdf and b/demo.pdf differ diff --git a/demo.tex b/demo.tex index 476aaba..85c5582 100644 --- a/demo.tex +++ b/demo.tex @@ -148,6 +148,8 @@ text, \alert{accent} parts or show \textbf{bold} results. \end{quote} \end{frame} +\plain{Dark background}{\vspace{-2em}\begin{center}\includegraphics[width=\textwidth]{images/valley.jpg}\end{center}} + \section{Conclusion} \begin{frame}{Summary} @@ -164,6 +166,6 @@ text, \alert{accent} parts or show \textbf{bold} results. \end{frame} -\statement{Questions?} +\plain{}{Questions?} \end{document} diff --git a/images/valley.jpg b/images/valley.jpg new file mode 100644 index 0000000..f72e6e6 Binary files /dev/null and b/images/valley.jpg differ