Search found 3 matches

by MKa
Sat May 03, 2008 11:20 am
Forum: Document Classes
Topic: beamer | Page Number is truncated
Replies: 8
Views: 37314

beamer | Page Number is truncated

Yes, of course.

\documentclass{beamer}

\usepackage[english]{babel}
\usetheme{default}

\begin{document}
\setbeamertemplate{footline}[frame number]
\setbeamertemplate{navigation symbols}{}

\frame{
Frame 1
}

\frame{
Frame 2
}
\end{document}

You see, the '2' for example is slightly cut at the ...
by MKa
Mon Apr 28, 2008 3:48 pm
Forum: Document Classes
Topic: beamer | Page Number is truncated
Replies: 8
Views: 37314

beamer | Page Number is truncated

Hi Stefan,

thanx for your reply.
Sorry, I did not understand completely how I can use the modifications for \insertauthor to the footline.

I will give you some more information:

I select the theme with \usetheme{default} I don't know exactly if that's the split theme.

After \begin{document ...
by MKa
Sun Jan 20, 2008 5:46 am
Forum: Document Classes
Topic: beamer | Page Number is truncated
Replies: 8
Views: 37314

beamer | Page Number is truncated

Hello,

I tried to insert a page number in the footline of my beamer slides with
\setbeamertemplate{footline}[page number]

But the bottom of the number is not on the slide any more so that it displays only half the number.
I use the default theme.

If anyone has an idea, please let me know ...