diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-19 20:48:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-19 20:48:34 +0000 |
commit | 48561236fc022edcf3f809721714c89abda515aa (patch) | |
tree | 42a9cf12ec0816f7dc4375668b46f749b6c218ef /Master/texmf-dist/tex/latex/hyperref | |
parent | 31d261406712b866232bafd834b52eedfa10c9a1 (diff) |
update of ifpdf and hyperref from dcarlisle+latex3 to work with new luatex
git-svn-id: svn://tug.org/texlive/trunk@40618 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hyperref.sty | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty index 443de9630d6..d4d77e5cc83 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hyperref.sty +++ b/Master/texmf-dist/tex/latex/hyperref/hyperref.sty @@ -4,8 +4,17 @@ %% %% The original source files were: %% +%% useluatex85.dtx (with options: `package') %% hyperref.dtx (with options: `package') %% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% LaTeX3 Team update April 2016: +%% Add compatibility for luatex 0.85+. +\ifx\directlua\@undefined\else +\typeout{luatex85 package added for Luatex 0.85+ compatibility} +\RequirePackage{luatex85} +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% File: hyperref.dtx Copyright 1995-2001 Sebastian Rahtz, %% with portions written by David Carlisle and Heiko Oberdiek, %% 2001-2012 Heiko Oberdiek. @@ -30,7 +39,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] \ProvidesPackage{hyperref} - [2012/11/06 v6.83m % + [2016/04/19 v6.83m3 % Hypertext links for LaTeX] \begingroup \@makeother\`% |