Document Classesbeamer - Two Logos in Presentation

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
dagna
Posts: 16
Joined: Wed Mar 03, 2010 7:28 pm

beamer - Two Logos in Presentation

Post by dagna »

My professor require that the presentation on each slide were two logos in the header (the university and the institute). Therefore, I need to insert a second logo in the upper right corner. Presentation is scheduled to look like this:

Code: Select all

+----------------------------------------------------------+
| logo  |             header                       | logo  |
|----------------------------------------------------------|
| Author|                                                  |
| Title |                                                  |
|       |                                                  |
| table |                                                  |
|  of   |               content of page                    |
|content|                                                  |
|       |                                                  |
|       |                                                  |
+----------------------------------------------------------+
Has anyone encountered this problem?

Thank you in advance and best regards!

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

dagna
Posts: 16
Joined: Wed Mar 03, 2010 7:28 pm

beamer - Two Logos in Presentation

Post by dagna »

Here is my problem:
http://groups.google.com/group/latexuse ... 8186?pli=1

On the basis that I wrote it:

Code: Select all

\newcommand {\logosecond} {\includegraphics[height=45pt]{obrazy/logo_IIE}}
\let \oldmacro \frametitle
\renewcommand{\frametitle}[1]{\oldmacro{#1} \hfill \logosecond }
But, when I inserted line

Code: Select all

\setbeamertemplate{frametitle}[default][none] 
I have error:

Code: Select all

! Package xkeyval Error: 'none' undefined in families 'beamercolbox'.
Why have I this error? I use MikTeX 2.9 and PaloAlto.

Help, please.
Post Reply