diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-09 22:55:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-09 22:55:20 +0000 |
commit | 794f1e43a43fd6b0208c82095467b9da5b679cd7 (patch) | |
tree | 8a05106d603b1ce83dcf20a8b9d2ccceb6e351fb /Master/texmf-dist/source/latex/hyperref | |
parent | cbd3e24dcb33168b84997f50d2e0b47548e22659 (diff) |
hyperref (from ctan, now from ho-tex repo)
git-svn-id: svn://tug.org/texlive/trunk@40985 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.dtx | 8 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hyperref.ins | 7 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/useluatex85.dtx | 13 |
3 files changed, 3 insertions, 25 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx index 6409b654bbb..abcba9f722f 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.dtx @@ -7654,16 +7654,11 @@ % Within the argument the following special definitions apply: % |\#|, |\%|, |~| produce |#|, |%|, |~| respectively. % for consistency |\~| produces |~| as well. -% -% At the \emph{top level only}, i.e., not within the argument of another +% At the \emph{top level only} ie not within the argument of another % command, you can use |#| and |%| unescaped, to produce themselves. % even if, say, |#| is entered as |#| it will be converted to |\#| % so it does not die if written to an aux file etc. |\#| will write % as |#| locally while making |\special|s. -% -% Other special characters are allowed as well: |_|, |$|, |&|, -% and |:| (special in expl3 syntax) is forced to catcode other. -% % \begin{macrocode} \begingroup \endlinechar=-1 % @@ -7696,7 +7691,6 @@ \let\textasciitilde\hyper@tilde \let\\\@backslashchar \edef${\string$}^^A - \@makeother\:^^A for expl3 syntax \Hy@safe@activestrue \hyper@n@rmalise }^^A diff --git a/Master/texmf-dist/source/latex/hyperref/hyperref.ins b/Master/texmf-dist/source/latex/hyperref/hyperref.ins index f6ffddf0b4b..3add5dd1488 100644 --- a/Master/texmf-dist/source/latex/hyperref/hyperref.ins +++ b/Master/texmf-dist/source/latex/hyperref/hyperref.ins @@ -55,17 +55,14 @@ \endpreamble \generate{% - \file{hyperref.drv}{\needed{useluatex85.dtx}\from{hyperref.dtx}{driver}} + \file{hyperref.drv}{\from{hyperref.dtx}{driver}} \file{hycheck.tex}{\from{hyperref.dtx}{check}} \file{backref.drv}{\from{backref.dtx}{driver}} \file{nameref.drv}{\from{nameref.dtx}{driver}} \usedir{tex/latex/hyperref} \file{backref.sty}{\from{backref.dtx}{package}} \file{nameref.sty}{\from{nameref.dtx}{package}} - \file{hyperref.sty}{ - \from{useluatex85.dtx}{package} - \from{hyperref.dtx}{package} - } + \file{hyperref.sty}{\from{hyperref.dtx}{package}} \file{hypertex.def}{\from{hyperref.dtx}{hypertex}} \file{pdfmark.def}{\from{hyperref.dtx}{pdfmark,pdfmarkbase,pdfform,outlines}} \file{hvtexmrk.def}{\from{hyperref.dtx}{vtexpdfmark}} diff --git a/Master/texmf-dist/source/latex/hyperref/useluatex85.dtx b/Master/texmf-dist/source/latex/hyperref/useluatex85.dtx deleted file mode 100644 index 12757674738..00000000000 --- a/Master/texmf-dist/source/latex/hyperref/useluatex85.dtx +++ /dev/null @@ -1,13 +0,0 @@ -% \begin{macrocode} -%<*package> -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%% LaTeX3 Team update: -%% Add compatibility for luatex 0.85+. -\ifx\directlua\@undefined\else -\typeout{luatex85 package added for Luatex 0.85+ compatibility} -\RequirePackage{luatex85} -\fi -% end of luatex compatibility insertion -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%</package> -% \end{macrocode} |