From 35c788701551f5b5094d230f33a7668072124655 Mon Sep 17 00:00:00 2001 From: Carsten Gips Date: Fri, 5 Aug 2016 16:32:25 +0200 Subject: Support options for beamer themes see https://github.com/jgm/pandoc-templates/issues/206#issuecomment-236158334 --- default.beamer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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$} -- cgit v1.2.3