Document ClassesBeamer: how not to print the logo on a specific frame

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Stefanie
Posts: 25
Joined: Fri Apr 04, 2008 2:39 pm

Beamer: how not to print the logo on a specific frame

Post by Stefanie »

I am using beamer for a presentation and I would like to omit the logo from some specific frames. is there a command i can use at the beginning of the frame? I defined the logo by inserting \logo{\includegraphics[width=1.5cm]{mylogo.jpg}} in the preamble.
thanks,

stefanie

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

grinder
Posts: 9
Joined: Sat Oct 24, 2009 3:02 pm

Re: Beamer: how not to print the logo on a specific frame

Post by grinder »

Did you or anyone else has an answer to that? I don't want the logo to appear on the titlepage of my presentation
grinder
Posts: 9
Joined: Sat Oct 24, 2009 3:02 pm

Beamer: how not to print the logo on a specific frame

Post by grinder »

I 've just found a way. You can use the plain option:

Code: Select all

\begin{frame}[plain]
Post Reply