summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hyperref/hluatex.def
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-02-05 22:15:53 +0000
committerKarl Berry <karl@freefriends.org>2021-02-05 22:15:53 +0000
commite1edadb492845c4b7206da9fb634dc4013826a45 (patch)
tree76494678b9c9dde08e7ebc4a5217094b5b694312 /Master/texmf-dist/tex/latex/hyperref/hluatex.def
parent249b9d82a3260fcf1fd741ad7f6df5b5553343eb (diff)
hyperref (5feb21)
git-svn-id: svn://tug.org/texlive/trunk@57623 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hyperref/hluatex.def')
-rw-r--r--Master/texmf-dist/tex/latex/hyperref/hluatex.def40
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}%
}