diff options
author | Carsten Gips <carsten.gips@fh-bielefeld.de> | 2016-08-05 16:32:25 +0200 |
---|---|---|
committer | Carsten Gips <carsten.gips@fh-bielefeld.de> | 2016-08-05 16:32:25 +0200 |
commit | 35c788701551f5b5094d230f33a7668072124655 (patch) | |
tree | d002314352aab2120452876d6ed3932b2b2585d0 | |
parent | 6b2a1db0b9a8d5d7daca2c4542ad1a011b64d56b (diff) | |
download | pandoc-35c788701551f5b5094d230f33a7668072124655.tar.gz |
Support options for beamer themes
see https://github.com/jgm/pandoc-templates/issues/206#issuecomment-236158334
-rw-r--r-- | default.beamer | 2 |
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$} |