diff --git a/data/templates/default.beamer b/data/templates/default.beamer index e6367ff0d540..38822eed9dbc 100644 --- a/data/templates/default.beamer +++ b/data/templates/default.beamer @@ -114,7 +114,10 @@ $if(institute)$ \institute{$for(institute)$$institute$$sep$ \and $endfor$} $endif$ $if(titlegraphic)$ -\titlegraphic{\includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}} +\titlegraphic{ +$for(titlegraphic)$ + \includegraphics$if(titlegraphicoptions)$[$for(titlegraphicoptions)$$titlegraphicoptions$$sep$, $endfor$]$endif${$titlegraphic$}$sep$\enspace +$endfor$} $endif$ $if(logo)$ \logo{\includegraphics{$logo$}}