diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hluatex.def')
-rw-r--r-- | Master/texmf-dist/tex/latex/hyperref/hluatex.def | 40 |
1 files changed, 3 insertions, 37 deletions
diff --git a/Master/texmf-dist/tex/latex/hyperref/hluatex.def b/Master/texmf-dist/tex/latex/hyperref/hluatex.def index ae3b3e2f51d..465b60e6d6e 100644 --- a/Master/texmf-dist/tex/latex/hyperref/hluatex.def +++ b/Master/texmf-dist/tex/latex/hyperref/hluatex.def @@ -12,7 +12,7 @@ %% 1995-2001 Sebastian Rahtz, with portions written by David Carlisle and Heiko Oberdiek, %% 2001-2015 Heiko Oberdiek. %% 2016-2019 Oberdiek Package Support Group -%% 2019-2020 LaTeX3 Project +%% 2019-2021 LaTeX3 Project %% https://github.com/latex3/hyperref/issues %% %% This file is part of the `Hyperref Bundle'. @@ -34,10 +34,10 @@ %% given in the file `manifest.txt'. %% \ProvidesFile{hluatex.def} - [2020-05-15 v7.00e % + [2021-02-04 v7.00g % Hyperref driver for luaTeX] \Hy@VersionCheck{hluatex.def} -%% 2020-05-15 v7.00e +%% 2021-02-04 v7.00g %% force unicode encoding, see issue #101 %% code mostly copied from hxetex.def \HyPsd@LoadUnicode @@ -709,33 +709,10 @@ \Hy@RemoveDurPageAttr#1#4\END \fi } -\def\hyper@pagehidden{% - \ifHy@useHidKey - \expandafter - \Hy@RemoveHidPageAttr\the\pdfpageattr^^J/Hid{} \END - \ifHy@pdfpagehidden - \edef\@processme{% - \global\pdfpageattr{% - \the\pdfpageattr - ^^J/Hid true % SPACE - }% - }% - \@processme - \fi - \fi -} -\gdef\Hy@RemoveHidPageAttr#1^^J/Hid#2#3 #4\END{% - \ifx\\#2\\% - \global\pdfpageattr{#1}% - \else - \Hy@RemoveHidPageAttr#1#4\END - \fi -} \pdf@ifdraftmode{}{% \g@addto@macro\Hy@EveryPageHook{% \hyper@pagetransition \hyper@pageduration - \hyper@pagehidden }% } \Hy@AtBeginDocument{% @@ -814,17 +791,6 @@ \close@pdflink }% } -\def\Hy@FixNotFirstPage{% - \gdef\Hy@FixNotFirstPage{% - \setbox\AtBeginShipoutBox=\hbox{% - \copy\AtBeginShipoutBox - }% - }% -} -\ltx@ifpackagelater{atbegshi}{2011/10/05}{% -}{% - \AtBeginShipout{\Hy@FixNotFirstPage}% -} \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum \Hy@Message{Sorry, pdftex does not support FORM gauges}% } |