Page Layout ⇒ beamer | Different Frames with different Logos
beamer | Different Frames with different Logos
I would like to use different logos to different frames. Moreover, I would also like to control what logo to use to a particular frame. How can I do all these?
I am using \usetheme{default}, \usepackage{beamerfoils} and \MyLogo in my document. Are there other packages I need to use?
Thank you in advance,
Ian
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
beamer | Different Frames with different Logos
beamer | Different Frames with different Logos
Code: Select all
\usepackage{beamerfoils}
\usepackage{bigintcalc}
\MyLogo{%
\ifnum\bigintcalcMod{\insertframenumber}{2}=0
\includegraphics[width=25mm]{LOGO1.pdf}
\else
\includegraphics[width=25mm]{LOGO2.pdf}
\fi
}