I tried to insert a page number in the footline of my beamer slides with
Code: Select all
\setbeamertemplate{footline}[page number]
I use the default theme.
If anyone has an idea, please let me know.
Thanks,
MKa
Code: Select all
\setbeamertemplate{footline}[page number]
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Code: Select all
\newcommand*\oldmacro{}
\let\oldmacro\insertshortauthor% save previous definition
\renewcommand*\insertshortauthor{%
\leftskip=.3cm% before the author could be a plus1fill ...
\insertframenumber\,/\,\inserttotalframenumber\hfill\oldmacro}
Code: Select all
\usetheme{default}
Code: Select all
\setbeamertemplate{footline}[page number]
Code: Select all
\setbeamertemplate{footline}[text line]{hello}
Code: Select all
\documentclass{beamer}
\usepackage[english]{babel}
\usetheme{default}
\begin{document}
\setbeamertemplate{footline}[frame number]
\setbeamertemplate{navigation symbols}{}
\frame{
Frame 1
}
\frame{
Frame 2
}
\end{document}
Code: Select all
\setbeamertemplate{footline}[page number]
Before \begin{document} is working so well, thanks!jeremie wrote:Hi,
Try your code with:
but BEFORE \begin{document}Code: Select all
\setbeamertemplate{footline}[page number]
(For me it is working with or with out the theme : \usetheme{Hannover} )
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p