Skip to content

Arithmetic overflow when using \section within backup slides #365

@johan12345

Description

@johan12345

I tried to use \section* to create a new section for my backup slides.

\documentclass{beamer}

\usetheme[progressbar=frametitle]{metropolis}
\usepackage{appendixnumberbeamer}

\begin{document}

\begin{frame}{A}
A
\end{frame}

\appendix

\section*{Backup slides}
\begin{frame}{B}
B
\end{frame}

\end{document}

However, the compilation fails with

! Arithmetic overflow.
<recently read> \calc@denominator 
                                  
l.14 \section{Backup slides}

This may be related to #15, #18, but is not fixed in the latest version 2017/01/23 v1.2.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions