Document ClassesBeamer - Footline disappears with \setbeamertemplate

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
AlexS1985
Posts: 2
Joined: Fri Mar 11, 2011 1:12 pm

Beamer - Footline disappears with \setbeamertemplate

Post by AlexS1985 »

Hi guys,

I define my own class, and again I have a problem, which is more a question for my understanding.

You find my attached files, a minimal class 'class.cls' and a tex-file 'class_test.tex' that uses my self-defined class.

In class.cls I define a footline with the command \defbeamertemplate*{footline}{bla}, that is immediately active, because of *. Ok, I'm fine, everything looks good. Now I remove the *, and invoke the footline in class_test.tex AFTER \begin{document} via \setbeamertemplate{footline}[bla]. What happens is that the footline almost disappears under the lower margin.
Now I invoke the footline in class_test.tex BEFORE \begin{document} via \setbeamertemplate{footline}[bla] and everything is fine again.

My question: What is wrong within the environment 'document'.
I mean, I also define \defbeamertemplate{frametitle}{blubb} and invoke them AFTER \begin{document} via \setbeamertemplate{frametitle}[blubb] and it works and looks the way I expect it.

I hope anyone is able to help me.

Thanks in advance. Best wishes,
Alex

P.S. I posted this topic also on mrunix.de
http://www.mrunix.de/forums/showthread.php?t=70920
Attachments
class_test.tex
(1.29 KiB) Downloaded 335 times
class.cls
(1.17 KiB) Downloaded 356 times

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

Post Reply