Benjamin-Loison / latex2e

The LaTeX2e kernel
https://www.latex-project.org/
LaTeX Project Public License v1.3c
0 stars 0 forks source link

Beamer how to avoid hardcoding total frame number and use a potentially moving final frame? #15

Closed Benjamin-Loison closed 4 months ago

Benjamin-Loison commented 7 months ago
\setbeamertemplate{navigation symbols}
{
    \usebeamerfont{footline}
    \usebeamercolor[fg]{footline}
    \hspace{1em}
    \insertframenumber/20%\inserttotalframenumber
}

To avoid counting extra frames.

Tracked at EDMH_audition/issues/22.

Brief outline of the enhancement

LaTeX2e generally cannot add new features without an extreme amount of care to accommodate backwards compatibility. Please do not be offended if your request is closed for being infeasible.

Minimal example showing the current behaviour

\RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
\documentclass{article}

  % Any preamble code goes here

\begin{document}

  % Demonstration of issue here

\end{document}

Minimal example showing the desired new behaviour

\RequirePackage{latexbug}       % <--should be always the first line (see CONTRIBUTING)!
\documentclass{article}

  % Any preamble code goes here

\begin{document}

  % Demonstration of issue here

\end{document}
Benjamin-Loison commented 4 months ago

Closed in favor of Benjamin_Loison/beamer/issues/1.