summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hyperref/hluatex.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-02-06 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2021-02-06 03:00:58 +0000
commit27accb929aa8061d3aea791560a1bffd3876f0c7 (patch)
treefe152323252f43829a6b524917db55d9d0b7d4db /macros/latex/contrib/hyperref/hluatex.dtx
parent6dd01829674e94f8b6b4829e703e6e0686f07a25 (diff)
CTAN sync 202102060300
Diffstat (limited to 'macros/latex/contrib/hyperref/hluatex.dtx')
-rw-r--r--macros/latex/contrib/hyperref/hluatex.dtx38
1 files changed, 2 insertions, 36 deletions
diff --git a/macros/latex/contrib/hyperref/hluatex.dtx b/macros/latex/contrib/hyperref/hluatex.dtx
index 17d19b77ad..b70a38a86a 100644
--- a/macros/latex/contrib/hyperref/hluatex.dtx
+++ b/macros/latex/contrib/hyperref/hluatex.dtx
@@ -1,6 +1,6 @@
% \iffalse
% Source File: hluatex.dtx
-% 2020-05-15 v7.00e
+% 2021-02-04 v7.00g
%
% Copyright
% 2016-2019 Oberdiek Package Support Group
@@ -31,7 +31,7 @@
%
% \begin{macrocode}
%<*luatex>
-%% 2020-05-15 v7.00e
+%% 2021-02-04 v7.00g
%% force unicode encoding, see issue #101
%% code mostly copied from hxetex.def
\HyPsd@LoadUnicode
@@ -706,33 +706,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{%
@@ -811,17 +788,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}%
}