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.

This commit is contained in:
Wandmalfarbe 2019-06-16 13:38:52 +02:00
parent a02de6a670
commit da2d36e804

View File

@ -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