Tagged Questions
1
vote
1answer
88 views
Hide frame's dot from the slide heading in beamer [duplicate]
Please i want to add some frames to my beamer presentation but without adding a new dot in the frame heading.
There's any method to do that ?
Below is a minimum code example with the theme i am ...
3
votes
1answer
315 views
Problem with smoothbars in beamer package [duplicate]
Possible Duplicate:
How can I get multiple lines of frame dots in beamer navigation?
I'm using beamer package for a presentation using smoothbars to display an index in the top.
The ...
2
votes
1answer
561 views
Dots, subsections in beamer
\section{Results}
\subsection{}
\frame
{
\frametitle{Example 1}
\setbeamercovered{dynamic}
\begin{itemize}
\pause \itemi example 1 say
\end{itemize}
}
\frame
{
%\frametitle{Example 1}
...
10
votes
1answer
993 views
How can I get multiple lines of frame dots in beamer navigation?
I'm writing a presentation using the Darmstadt theme which uses the smoothbars outer theme which is itself just a mild variation of miniframes.
In a couple of my sections, I have so many frames that ...
3
votes
1answer
781 views
On inverting navigation bar and footer contents
I'm using the Frankfurt theme in beamer. It includes a sort of navigation bar with (sub-)section titles and a circle per slide in each (sub-)section. I'd like to move such a bar to the bottom of the ...
4
votes
2answers
6k views
How to show only current section/subsection in beamer ?
I was wondering, if it is possible to show only the current section and subsection in the navigation bar ?
In the default configuration, the navigationbar uses too much space of the slide. With
...
3
votes
1answer
3k views
Frame number right of presentation controls
I currently use
\setbeamertemplate{footline}[frame number]
to get frame numbers on my slides produced by the LaTeX beamer class. But the presentation controls are above them and not on the left and ...