Document Classesbeamer | Logo only on the Title Page

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
CaribeGirl
Posts: 2
Joined: Wed Nov 17, 2010 3:45 am

beamer | Logo only on the Title Page

Post by CaribeGirl »

I am working in a presentation and I want to put logos only in the title page. I do not want to replicate in the other slices some sugestions?

Recommended reading 2024:

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

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

bev
Posts: 20
Joined: Wed Nov 10, 2010 10:02 am

beamer | Logo only on the Title Page

Post by bev »

Can't you just include it as a graphic on the title page?

e.g.

Code: Select all

%% in preamble
\usepackage{graphicx}

% in document
\includegraphics[width=1in]{mypic}
Post Reply