summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-05-09 23:12:52 +0000
committerKarl Berry <karl@freefriends.org>2016-05-09 23:12:52 +0000
commit4fcdc96579fbc394645c1071c6b05ddba12aad72 (patch)
tree33f9def375b426099abe57d4a5c466dcfce32adf /Master/texmf-dist/source/latex/hyperref
parent7921a46dafde9c3a0e7ba34a6d99449083c9ca01 (diff)
hyperref (this time really from ctan, sourced from ho-tex repo; previous attempt was from tug.org:~ftp staging)
git-svn-id: svn://tug.org/texlive/trunk@40988 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/hyperref.dtx14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
index abcba9f722f..0ea2b99f524 100644
--- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
+++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx
@@ -45,7 +45,7 @@
%<puvnenc>\ProvidesFile{puvnenc.def}
%<puarenc>\ProvidesFile{puarenc.def}
%<psdextra>\ProvidesFile{psdextra.def}
-%<!none> [2012/11/06 v6.83m %
+%<!none> [2016/05/05 v6.83n %
%<package> Hypertext links for LaTeX]
%<nohyperref> Dummy hyperref (SR)]
%<driver> Hyperref documentation driver file]
@@ -147,7 +147,7 @@
\end{document}
%</driver>
% \fi
-% \CheckSum{39761}
+% \CheckSum{39767}
%
% \MakeShortVerb{|}
% \StopEventually{}
@@ -494,6 +494,16 @@
% \end{macrocode}
% \section{Package options and setup}\label{options}
%
+% \subsection{Lua\TeX\ compatibility}
+%
+% Until a Lua\TeX\ driver is writen, load |luatex85| so that
+% the |pdftex| driver continues to work with Lua\TeX.
+% \begin{macrocode}
+\ifx\directlua\@undefined\else
+ \RequirePackage{luatex85}
+\fi
+% \end{macrocode}
+%
% \subsection{Save catcodes}
% There are many packages that change the standard catcodes.
%