Merge pull request #211 from cagix/beamer-theme
Support themeoptions for beamer themes
This commit is contained in:
commit
284279f61e
1 changed files with 1 additions and 1 deletions
|
@ -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$}
|
||||||
|
|
Loading…
Add table
Reference in a new issue