diff --git a/MANUAL.txt b/MANUAL.txt index c8871e538903..dc6ed3731776 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -2902,7 +2902,7 @@ These variables change the appearance of PDF slides using [`beamer`]. : options for LaTeX beamer themes (lists) `titlegraphic` -: image for title slide +: image for title slide: can be a list `titlegraphicoptions` : options for title slide image diff --git a/data/templates/default.beamer b/data/templates/default.beamer index 032b4ebc3ff5..5e52fd2f3001 100644 --- a/data/templates/default.beamer +++ b/data/templates/default.beamer @@ -111,7 +111,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$}}