From da2d36e804bdc8d7ad9bd6f68feb83257bedf68b Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Sun, 16 Jun 2019 13:38:52 +0200 Subject: [PATCH] Fixed #99: Beamer document did not compile with pandoc when including the package `titling`. The generated LaTeX however did compile with an external LaTeX editor. --- eisvogel.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eisvogel.tex b/eisvogel.tex index 03a5e4e..b69f978 100644 --- a/eisvogel.tex +++ b/eisvogel.tex @@ -583,9 +583,12 @@ $endif$ % % variables for title and author % +$if(beamer)$ +$else$ \usepackage{titling} \title{$title$} \author{$for(author)$$author$$sep$, $endfor$} +$endif$ % % tables