Beamer template: add logooption variable (#11456).

Closes #11452.
This commit is contained in:
Sidney Mau
2026-02-12 02:51:43 -05:00
committed by GitHub
parent 77d371c38c
commit ddf25d83ca
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -2999,6 +2999,9 @@ These variables change the appearance of PDF slides using [`beamer`].
`logo`
: logo image for slides
`logooptions`
: options for logo image (e.g., `width`, `height`)
`navigation`
: controls navigation symbols (default is `empty` for no navigation
symbols; other valid values are `frame`, `vertical`, and `horizontal`)
@@ -3016,7 +3019,7 @@ These variables change the appearance of PDF slides using [`beamer`].
: image for title slide: can be a list
`titlegraphicoptions`
: options for title slide image
: options for title slide image (e.g., `width`, `height`)
`shorttitle`, `shortsubtitle`, `shortauthor`, `shortinstitute`, `shortdate`
: some beamer themes use short versions of the title, subtitle, author,
+1 -1
View File
@@ -125,7 +125,7 @@ $for(titlegraphic)$
$endfor$}
$endif$
$if(logo)$
\logo{\includegraphics{$logo$}}
\logo{\includegraphics$if(logooptions)$[$for(logooptions)$$logooptions$$sep$, $endfor$]$endif${$logo$}}
$endif$
\begin{document}