Skip to content
Snippets Groups Projects
Commit bc9daa6e authored by Rolf Niepraschk's avatar Rolf Niepraschk
Browse files

...

parent 8399f123
Branches
No related tags found
No related merge requests found
......@@ -17,18 +17,6 @@
\setbeamertemplate{frametitle continuation}{%
(\insertcontinuationcount)%
}
\newcommand*\PTB@create@frame@target[1]{%
% create link target if not already present
\@ifundefined{PTB@frame::#1}{\hypertarget{frame::#1}{}}{}%
% notice that the link target exists
\global\@namedef{PTB@frame::#1}{ptbbeamer}%
}
\AddToHook{shipout/foreground}{%
\ifnum\c@framenumber>0 %
\PTB@create@frame@target{\the\c@framenumber}%
\fi
}
\setbeamertemplate{headline}{%
\if@PTB@finalpage% special final page
......@@ -202,6 +190,21 @@
\fi
}
\newcommand*\PTB@create@frame@target[1]{%
% create link target if not already present
\@ifundefined{PTB@frame::#1}{%
\hypertarget{frame::#1}{}%
% notice that the link target exists
\global\@namedef{PTB@frame::#1}{ptbbeamer}%
}{}%
}
\AddToHook{shipout/foreground}{%
\ifnum\c@framenumber>0 %
\PTB@create@frame@target{\the\c@framenumber}%
\fi
}
\mode<all>
\endinput
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment