20
0

Suppress page number on standout slides

The black page number is illegible against the dark standout background.
Defines a custom frame numbering template that outputs nothing on standout
frames and the normal fraction on all others.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-31 17:25:19 -07:00
parent 4d1302d5b5
commit f2d871cbd7

View File

@@ -169,6 +169,14 @@ BoldItalicFont = *-BoldItalic
% remove the nagivation symbols
\setbeamertemplate{navigation symbols}{}
% suppress page number on standout slides
\defbeamertemplate{frame numbering}{fraction-no-standout}{%
\ifthenelse{\boolean{metropolis@standout}}%
{}%
{\insertframenumber/\inserttotalframenumber}%
}
\setbeamertemplate{frame numbering}[fraction-no-standout]
\newcommand{\credit}[1]{%
\tikz[overlay]{\node at (current page.south west)
[anchor=south west, yshift=3pt, xshift=2pt]