Support options for beamer themes

see https://github.com/jgm/pandoc-templates/issues/206#issuecomment-236158334
This commit is contained in:
Carsten Gips 2016-08-05 16:32:25 +02:00
parent 6b2a1db0b9
commit 35c7887015

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$}