Merge pull request #211 from cagix/beamer-theme

Support themeoptions for beamer themes
This commit is contained in:
John MacFarlane 2016-08-11 21:12:09 +02:00 committed by GitHub
commit 284279f61e

View file

@ -45,7 +45,7 @@ $if(CJKmainfont)$
$endif$
\fi
$if(theme)$
\usetheme{$theme$}
\usetheme[$for(themeoptions)$$themeoptions$$sep$,$endfor$]{$theme$}
$endif$
$if(colortheme)$
\usecolortheme{$colortheme$}