mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-29 15:43:52 +00:00
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:
parent
a02de6a670
commit
da2d36e804
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user