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!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- 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}