Document Classes ⇒ beamer problem
beamer problem
I am working whit the beamer documentclass, I am using the theme called warsaw. The problem is that the title doesn`t fit in the footline box. I would like to know if it is posible to write anything else there instead of the title?
Thank you very much!!!
i appreciate it!
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: beamer problem
Best regards
Thorsten¹
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: beamer problem
I'm sorry but i don't understand what you mean, can you explain it again, please?
beamer problem
what localghost suggested you was to use the optional argument of the \title command,as the following example shows:
Code: Select all
\documentclass{beamer}
\usetheme{Warsaw}
\title[A short form of the title]{A really really really really really really really really really really really really really really really really really really really really really really really really long title}
\author{The author}
\begin{document}
\begin{frame}
Test
\end{frame}
\end{document}
Re: beamer problem
beamer problem
I am also using Warsaw, and the outer theme "smoothbars".
Code: Select all
\useoutertheme[subsection=false]{smoothbars}
My question is: 1. Is there a way to define the size of the gaps? or 2. To align the sections to the right so that the one subsection (dots) does not overlap the other sections dots.
Thanks,
Danie
beamer problem
beamer problem
Sorry, I forgot about my "mwe". My file is very large, but I attached an image to show my problem.
Thanks for the quick reply.
Danie
beamer problem
So as you can see the space between "Introduction", "Project Aims". "Research Results", etc. are the same.
See how the one subsection's "dots" start to overlap the next one? I indicated it with an arrow.
Here is my code to define he settings:
Code: Select all
\useoutertheme[subsection=false]{smoothbars}
Thanks,
Danie
beamer problem
Code: Select all
\useoutertheme{split}