The minimal example
\documentclass{beamer}
\begin{document}
\part{About the beauty of numbers}
\frame{\partpage}
\end{document}
produces a hyperlink from the part title on a \partpage-slide whose destination is the slide itself. Is this intentional and if so, what is the purpose?
\partpage, section page etc. make the same, as they insert the section title via\insertsectionwhich creates the hyperlink - which is nice if the macro is used on another page and does not hurt on the section page. Having two separate macros would be more confusing in my opinion. – samcarter_is_at_topanswers.xyz Apr 03 '17 at 09:05