diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-22 22:36:09 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-22 22:36:09 +0000 |
commit | 3daeaa801f863f445becb1363d91e456d3cfc607 (patch) | |
tree | 89266ae2a176397274e28c77762647781bc5646d /Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty | |
parent | 950e5c9eeef31e314090b8f7c362eda456e36a10 (diff) |
beamer (22jan17)
git-svn-id: svn://tug.org/texlive/trunk@43020 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty index 05d9b7e9cef..3dbe99247de 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasesection.sty @@ -205,6 +205,8 @@ \def\insertsection{\expandafter\hyperlink\sectionlink}% \def\insertsubsection{}% \def\insertsubsubsection{}% + % Deal with a defective patch in metropolis theme + \def\insertsectionhead{\hyperlink{Navigation\the\c@page}{#1}}% \protected@edef\insertsectionhead{\noexpand\hyperlink{Navigation\the\c@page}{#1}}% \def\insertsubsectionhead{}% \def\insertsubsubsectionhead{}% @@ -280,6 +282,8 @@ \edef\subsectionlink{{Navigation\the\c@page}{\noexpand\subsecname}}% \def\insertsubsection{\expandafter\hyperlink\subsectionlink}% \def\insertsubsubsection{}% + % Deal with a faulty patch in metropolis theme + \def\insertsubsectionhead{\hyperlink{Navigation\the\c@page}{#1}}% \protected@edef\insertsubsectionhead{\noexpand\hyperlink{Navigation\the\c@page}{#1}}% \def\insertsubsubsectionhead{}% \Hy@writebookmark{\the\c@subsection}{#2}{Outline\the\c@part.\the\c@section.\the\c@subsection.\the\c@page}{3}{toc}% |