Beamer: Slide Numbering

4,569 views
Skip to first unread message

Kotya Karapetyan

unread,
Oct 23, 2008, 4:36:33 AM10/23/08
to LaTeX Users Group
Hi guys,

I am making a presentation using the following preamble:

\documentclass{beamer}

\author[Konstantin Karapetyan]{\underline{Konstantin Karapetyan}, ***
***}
\institute[UniBonn]{AG Meschede\\Institut f\"ur Angewandte Physik,
Universit\"at Bonn}
\date{}
\title[SDF]{Nonlinear Optics with Subwavelength Diameter Fibres}

\usetheme{default}
\setbeamertemplate{navigation symbols}{}
\useoutertheme{infolines}

With this, I get a nice almost empty layout with slide number in the
right bottom corner. That's exactly what I want but: the slide number
is followed by a total number of slides after a slash. Is it possible
to easily suppress showing this second number, leaving just the
current slide number?

Regards,
Kotya.

C Hanck

unread,
Oct 24, 2008, 7:27:00 AM10/24/08
to LaTeX Users Group
hi,

try something like this.

- christoph

ps: it would be nice if you could post minimal examples in the
futures, i.e., ones that can be run directly.

\documentclass{beamer}

\usetheme{default}
\setbeamertemplate{navigation symbols}{}
\useoutertheme{infolines}
\setbeamertemplate{footline}{\hspace*{.5cm}\scriptsize{\insertauthor
\hspace*{50pt} \hfill\insertframenumber\hspace*{.5cm}}}
\begin{document}
\author[Konstantin Karapetyan]{\underline{Konstantin Karapetyan}, ***
***}
\institute[UniBonn]{AG Meschede\\Institut f\"ur Angewandte Physik,
Universit\"at Bonn}
\date{}
\title[SDF]{Nonlinear Optics with Subwavelength Diameter Fibres}
\begin{frame}
test
\end{frame}

\begin{frame}
test2
\end{frame}

\end{document}

On Oct 23, 10:36 am, Kotya Karapetyan <kotya.karapet...@gmail.com>
wrote:

Kotya Karapetyan

unread,
Oct 25, 2008, 5:17:11 AM10/25/08
to LaTeX Users Group
Great, works, thanks!
I have only replaced \insert commands with corresponding \insertshort
ones.

> ps: it would be nice if you could post minimal examples in the
> futures, i.e., ones that can be run directly.

I will, sorry.
Reply all
Reply to author
Forward
0 new messages