Add default empty argument to \plain

This commit is contained in:
Matthias Vogelgesang 2014-10-09 15:10:47 +02:00
parent 717f71891d
commit 2032b5b719
2 changed files with 8 additions and 1 deletions

View File

@ -17,11 +17,18 @@ Thus to compile the demo with `make` you must
* install the [Fira Sans](https://github.com/mozilla/Fira) font and * install the [Fira Sans](https://github.com/mozilla/Fira) font and
* have a usable TikZ installation. * have a usable TikZ installation.
### Package options ### Package options
* `titleprogressbar` adds a thin progress bar similar to the section progress * `titleprogressbar` adds a thin progress bar similar to the section progress
bar underneath *each* slide. bar underneath *each* slide.
### Commands
* `\plain{title=[]}{body}` sets a slice in plain dark colors.
### License ### License
The theme itself is licensed under a [Creative Commons Attribution-ShareAlike The theme itself is licensed under a [Creative Commons Attribution-ShareAlike

View File

@ -129,7 +129,7 @@
\newcommand{\insertsectionHEADaux}[3]{\textsc{\MakeLowercase{#3}} \newcommand{\insertsectionHEADaux}[3]{\textsc{\MakeLowercase{#3}}
} }
\newcommand{\plain}[2]{% \newcommand{\plain}[2][]{%
\begingroup \begingroup
\setbeamercolor{background canvas}{bg=mDarkTeal} \setbeamercolor{background canvas}{bg=mDarkTeal}
\begin{frame}{#1} \begin{frame}{#1}