With beamer, I would like to add the frame number to the footer.
I am using texlive 20200327.
Here is my code:
Code: Select all
\documentclass{beamer}\usetheme{Warsaw}\title{Beamer Example}% https://texblog.net/latex-archive/uncategorized/beamer-footline-frame-number/\newcommand*\oldmacro{}%\let\oldmacro\insertshorttitle%\renewcommand*\insertshorttitle{%\oldmacro\hfill%\insertframenumber\,/\,\inserttotalframenumber}\begin{document}\begin{frame}\titlepage\end{frame}\section{First section}\begin{frame}abc\end{frame}\end{document}
The frame number "1 / 2" at the bottom is not aligned to the right of the page.
How to fix that please?
Thank you.
Best regards.