diff options
author | Karl Berry <karl@freefriends.org> | 2017-01-02 23:46:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-01-02 23:46:11 +0000 |
commit | cf0efe757a6e8aaedd5160fe178b96a19f9080bd (patch) | |
tree | 4e8f16a11eed825e0108e215beec5f54156b97ca /Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty | |
parent | fa09604b063585db4c504d262745088c42fe1513 (diff) |
beamer (1jan17)
git-svn-id: svn://tug.org/texlive/trunk@42837 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty index b5a17741690..af57a24ecb8 100644 --- a/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty +++ b/Master/texmf-dist/tex/latex/beamer/beamerbasecompatibility.sty @@ -1,5 +1,7 @@ % Copyright 2003--2007 by Till Tantau % Copyright 2010 by Vedran Mileti\'c +% Copyright 2011,2012,2015 by Vedran Mileti\'c, Joseph Wright +% Copyright 2016 Joseph Wright % % This file may be distributed and/or modified % @@ -8,8 +10,6 @@ % % See the file doc/licenses/LICENSE for more details. -\ProvidesPackageRCS $Header: /Users/joseph/Documents/LaTeX/beamer/base/beamerbasecompatibility.sty,v 67c48b3b652d 2012/05/01 07:25:30 joseph $ - \mode <presentation> @@ -25,6 +25,18 @@ \providecommand\hyper@pageduration{} \providecommand\hyper@pagehidden{} +% The definitions that hyperref uses with natbib to give +% links: our load order is wrong so they don't 'engage' +\def\hyper@natanchorstart#1{% + \Hy@raisedlink{\hyper@anchorstart {cite.#1}}% +} +\def\hyper@natanchorend{\hyper@anchorend} +\def\hyper@natlinkstart#1{% + \Hy@backout{#1}% + \hyper@linkstart{cite}{cite.#1}% + \def\hyper@nat@current{#1}% +} +\def\hyper@natlinkend{\hyper@linkend} \mode <all> |