[latex3-commits] [git/LaTeX3-latex3-hyperref] master: removed outdated code for first page boxing (ded4e40)

Ulrike Fischer fischer at troubleshooting-tex.de
Thu Oct 1 13:56:10 CEST 2020


Repository : https://github.com/latex3/hyperref
On branch  : master
Link       : https://github.com/latex3/hyperref/commit/ded4e405d3b4cacabc137e800f61ee8afe7e394d

>---------------------------------------------------------------

commit ded4e405d3b4cacabc137e800f61ee8afe7e394d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Thu Oct 1 13:56:10 2020 +0200

    removed outdated code for first page boxing


>---------------------------------------------------------------

ded4e405d3b4cacabc137e800f61ee8afe7e394d
 ChangeLog.txt |  3 ++-
 hluatex.dtx   | 11 -----------
 hyperref.dtx  | 15 ++-------------
 3 files changed, 4 insertions(+), 25 deletions(-)

diff --git a/ChangeLog.txt b/ChangeLog.txt
index 7d41e69..e5e87a4 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,9 +1,10 @@
-2020-08-14 Ulrike Fischer
+2020-10-01 Ulrike Fischer
     * added Euro to encoding of form field font (issue 145)
     * removed patches for ngerman/german: these are now in babel-german
     * removed patches for french, unneeded according the
     babel-french maintainer.
     * set unicode to true by default for all engines.
+    * removed outdated code to fix the first page boxlevel.
 
 2020-01-14 7.00d David Carlisle
     * Test for newer GhostScript releases in dvips output
diff --git a/hluatex.dtx b/hluatex.dtx
index 78caaa8..9f0aa22 100644
--- a/hluatex.dtx
+++ b/hluatex.dtx
@@ -811,17 +811,6 @@
     \close at pdflink
   }%
 }
-\def\Hy at FixNotFirstPage{%
-  \gdef\Hy at FixNotFirstPage{%
-    \setbox\AtBeginShipoutBox=\hbox{%
-      \copy\AtBeginShipoutBox
-    }%
-  }%
-}
-\ltx at ifpackagelater{atbegshi}{2011/10/05}{%
-}{%
-  \AtBeginShipout{\Hy at FixNotFirstPage}%
-}
 \def\@Gauge[#1]#2#3#4{% parameters, label, minimum, maximum
   \Hy at Message{Sorry, pdftex does not support FORM gauges}%
 }
diff --git a/hyperref.dtx b/hyperref.dtx
index b36982f..102dfee 100644
--- a/hyperref.dtx
+++ b/hyperref.dtx
@@ -14382,19 +14382,8 @@
 %
 %    Since version 2011/10/05 v1.16 of package `atbegshi'
 %    \cs{AtBeginShipoutFirst} does not add a additional box layer.
-%    \begin{macrocode}
-\def\Hy at FixNotFirstPage{%
-  \gdef\Hy at FixNotFirstPage{%
-    \setbox\AtBeginShipoutBox=\hbox{%
-      \copy\AtBeginShipoutBox
-    }%
-  }%
-}
-\ltx at ifpackagelater{atbegshi}{2011/10/05}{%
-}{%
-  \AtBeginShipout{\Hy at FixNotFirstPage}%
-}
-%    \end{macrocode}
+%
+%    change 2020-10-01: the code has been removed as outdated.
 %
 %    \begin{macrocode}
 %</pdftex>





More information about the latex3-commits mailing list.