hello
is there any way i can change page numbering in the boadilla theme of beamer so that it shows only the current page number and not `page X / total number of pages'. That is for slide 18 out of 34 it should say just '18' and not '18/34'.
thanks a lot
j
Page Layout ⇒ beamer: custom page number
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10323
- Joined: Mon Mar 10, 2008 9:44 pm
beamer: custom page number
Hi jayantvivek,
welcome to the board!
This modified infoline theme would help:
Stefan
welcome to the board!
This modified infoline theme would help:
Code: Select all
Code, edit and compile here:
\defbeamertemplate*{footline}{my theme}{\leavevmode%\hbox{%\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{author in head/foot}%\usebeamerfont{author in head/foot}\insertshortauthor~~(\insertshortinstitute)\end{beamercolorbox}%\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,center]{title in head/foot}%\usebeamerfont{title in head/foot}\insertshorttitle\end{beamercolorbox}%\begin{beamercolorbox}[wd=.333333\paperwidth,ht=2.25ex,dp=1ex,right]{date in head/foot}%\usebeamerfont{date in head/foot}\insertshortdate{}\hspace*{2em}\insertframenumber{}\hspace*{2ex}\end{beamercolorbox}}%\vskip0pt%}
LaTeX.org admin