Closed EagleoutIce closed 2 years ago
Looks good to me! However I am not sure if we even need the commands to clear the logo when we for example can just use \institutelogo{}
.
Now we have \uulmlogos[<includegraphics options>]{logos, ...}
\uulmlogos{sp,sp,uulm}
- multiple logos (even more possible, but i do not check if they fit onto the slide)\uulmlogos{sp}
- just SP, similar to \institutelogo{sp}\clearuniversitylogo
\uulmlogos{,uulm}
- only the Uni Ulm logo, on the right, similar to \universitylogo{uulm}\clearuniversitylogo
\uulmlogos{sp,uulm}
- the "old" configuration\uulmlogos{,sp,}
- a centered logoProblem: if the logos are different in height or requiring different options using \uulmlogos[<opts>]{...}
sets the same options for all logos.
Any previous and subsequent (!) usage of \institutelogo
etc. does no longer work as the internal macro they rely on will be overwritten (hover, we could change that, if desired).
@Benno2000 Please go ahead an merge this.
Two new commands to set the logo[^1]:
Furthermore, two additional commands to remove the logo:
The default is:
Including the sp-logo is easy with just:
\institutelogo{sp}
(i added lines to the demoSlides which are commented-out).If someone adds a custom image it will be scaled to the same height. It is up to the user to ensure, that the scaled image remains readable and of a reasonable width (we could constraint that, or add some clippings, but at least in my opinion, that would only unnecessary complicate the code).
[^1]: With
<includegraphics>
, I refer to additional options accepted by the\includegraphics
-command (e.g.width=.5\linewidth, keepaspectratio
).