From c1bf26fb6e4ef4a671a68eb69d3d22bbbbedf628 Mon Sep 17 00:00:00 2001 From: EagleoutIce Date: Fri, 9 Feb 2024 09:39:19 +0100 Subject: [PATCH] doc: update demo slides to reflect simplified logo placement --- demo-slides/demoSlides.tex | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/demo-slides/demoSlides.tex b/demo-slides/demoSlides.tex index a421e64..8323740 100644 --- a/demo-slides/demoSlides.tex +++ b/demo-slides/demoSlides.tex @@ -21,7 +21,9 @@ \author[Short Author]{Long Author} % short author title is used for the slide footer but optional \date{\today} % use a particular date here if needed -\fancylogos{example-image-a,example-image-b,example-image-c} % define logos that are spread across the bottom of the title slide +\fancylogos{example-image-a,example-image-b,example-image-c} % define logos that are spread evenly across the bottom of the title slide +% \fancylogos{example-image-a} % just one logo is possible as well, e.g., the logo of your university +% \fancylogos{,example-image-a} % you can use empty entries for a more fine-tuned alignment \begin{document} @@ -169,7 +171,7 @@ \end{mycolumns} \begin{note}{Explanation} Using \texttt{\textbackslash picDark} instead of \texttt{\textbackslash pic}, the dark version of an image that is saved as \texttt{-dark} automatically gets used when dark-mode is enabled. - + Images can also automatically be inverted if there is no separate dark version. Therefore, white gets converted to a dark gray that matches the dark background color of the slides. \end{note} \end{frame}