How can I suppress the links to the last page on each page? Consider the following example:
\documentclass[colorlinks]{moderncv}
\usepackage{lipsum}
\name{}{}
\begin{document}
\lipsum
\end{document}
Here we have the page numbering 1/2 and 2/2, but the last 2 is marked red because it is a link. How can I suppress the behavior so that I have 1/2 and 2/2 only?
ifthenelsemagic as is done in the original code. For the case of only a single page,\thispagestyle{empty}is probably what you want. – Jochen Martin Eppler Jul 30 '23 at 16:11documentclassoption ofmoderncvso that a user can switch between these two behaviors globally? – Thrash Jul 31 '23 at 20:16