aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarsten Gips <carsten.gips@fh-bielefeld.de>2016-08-05 16:32:25 +0200
committerCarsten Gips <carsten.gips@fh-bielefeld.de>2016-08-05 16:32:25 +0200
commit35c788701551f5b5094d230f33a7668072124655 (patch)
treed002314352aab2120452876d6ed3932b2b2585d0
parent6b2a1db0b9a8d5d7daca2c4542ad1a011b64d56b (diff)
downloadpandoc-35c788701551f5b5094d230f33a7668072124655.tar.gz
Support options for beamer themes
see https://github.com/jgm/pandoc-templates/issues/206#issuecomment-236158334
-rw-r--r--default.beamer2
1 files changed, 1 insertions, 1 deletions
diff --git a/default.beamer b/default.beamer
index e12c67025..3219028f8 100644
--- a/default.beamer
+++ b/default.beamer
@@ -45,7 +45,7 @@ $if(CJKmainfont)$
$endif$
\fi
$if(theme)$
-\usetheme{$theme$}
+\usetheme[$for(themeoptions)$$themeoptions$$sep$,$endfor$]{$theme$}
$endif$
$if(colortheme)$
\usecolortheme{$colortheme$}