Skip to content

Commit

Permalink
Updated templates for pandoc 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed May 11, 2024
1 parent 721b5da commit ff51cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.latex
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ $if(institute)$
\institute{$for(institute)$$institute$$sep$ \and $endfor$}
$endif$
$if(titlegraphic)$
\titlegraphic{\includegraphics{$titlegraphic$}}
\titlegraphic{\includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}}
$endif$
$if(logo)$
\logo{\includegraphics{$logo$}}
Expand Down

0 comments on commit ff51cf4

Please sign in to comment.