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$ $endif$
\fi \fi
$if(theme)$ $if(theme)$
\usetheme{$theme$} \usetheme[$for(themeoptions)$$themeoptions$$sep$,$endfor$]{$theme$}
$endif$ $endif$
$if(colortheme)$ $if(colortheme)$
\usecolortheme{$colortheme$} \usecolortheme{$colortheme$}