diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-05 20:50:08 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-05 20:50:08 +0000 |
commit | 1891a47167e1e153a4175f7a58e384bf5d700e16 (patch) | |
tree | 0b53c4e711129f56e365201a17b565ba55bc3392 /Master/texmf-dist/source/latex/hyperref/hluatex.dtx | |
parent | 14f07ab853431454a65ea9b5893a260a77ace137 (diff) |
hyperref (5oct19)
git-svn-id: svn://tug.org/texlive/trunk@52295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/hluatex.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/hyperref/hluatex.dtx | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/hluatex.dtx b/Master/texmf-dist/source/latex/hyperref/hluatex.dtx index 364e9d60c2f..6d94245ef31 100644 --- a/Master/texmf-dist/source/latex/hyperref/hluatex.dtx +++ b/Master/texmf-dist/source/latex/hyperref/hluatex.dtx @@ -1,6 +1,7 @@ % \iffalse %% Source File: hluatex.dtx %% Copyright 2016 Oberdiek Package Support Group +%% Copyright 2019 The LaTeX3 Project %% %% %% Derived from hpdftex.def @@ -15,7 +16,9 @@ \GetFileInfo{hluatex.def}% \title{hluatex.def} \date{}% - \author{Oberdiek Package Support Group} + \author{Maintained by The \LaTeX3 Project\\% + \texttt{https://github.com/latex3/hyperref/issues}% +} \maketitle \DocInput{hluatex.dtx}% \end{document} @@ -25,6 +28,12 @@ % % \begin{macrocode} %<*luatex> +%% 2019-09-17,v 6.88j force unicode encoding, see issue #101 +%% code mostly copied from hxetex.def +\HyPsd@LoadUnicode +\Hy@unicodetrue +\let\HyPsd@pdfencoding\HyPsd@pdfencoding@unicode +\HyPsd@LoadStringEnc %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % remains of luatex85 package \protected\def\pdfcatalog {\pdfextension catalog } |