From 834e2add250e44cea3f1f6a9833e677209a8256e Mon Sep 17 00:00:00 2001 From: Thomas Hodgson Date: Tue, 1 Oct 2024 13:03:37 +0200 Subject: [PATCH] Allow a list of title graphics in default.beamer Title graphic options will be applied to each title graphic. I included an `\enspace` as a separator. --- data/templates/default.beamer | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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$}}