[latex3-commits] [git/LaTeX3-latex3-pdfresources] test-new-hooks: load lthooks early (455da01)
Ulrike Fischer
fischer at troubleshooting-tex.de
Mon May 11 14:55:20 CEST 2020
Repository : https://github.com/latex3/pdfresources
On branch : test-new-hooks
Link : https://github.com/latex3/pdfresources/commit/455da012945e4e031df2f964282f921ef04ae63f
>---------------------------------------------------------------
commit 455da012945e4e031df2f964282f921ef04ae63f
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Mon May 11 14:55:20 2020 +0200
load lthooks early
>---------------------------------------------------------------
455da012945e4e031df2f964282f921ef04ae63f
testfiles-dvips/ismap.pvt | 1 +
testfiles-dvips/pdffilelink.pvt | 1 +
testfiles-luatex/non-ascii-links.pvt | 1 +
testfiles-noxetex/calculationsortorder.pvt | 1 +
testfiles/ismap.pvt | 1 +
testfiles/ocgcolorlinks.pvt | 1 +
testfiles/pagelabels.pvt | 1 +
7 files changed, 7 insertions(+)
diff --git a/testfiles-dvips/ismap.pvt b/testfiles-dvips/ismap.pvt
index c60a680..197fa29 100644
--- a/testfiles-dvips/ismap.pvt
+++ b/testfiles-dvips/ismap.pvt
@@ -1,4 +1,5 @@
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{report}
\usepackage[customdriver=hgeneric-experimental]{hyperref}
diff --git a/testfiles-dvips/pdffilelink.pvt b/testfiles-dvips/pdffilelink.pvt
index 1b0457f..eec6a8a 100644
--- a/testfiles-dvips/pdffilelink.pvt
+++ b/testfiles-dvips/pdffilelink.pvt
@@ -1,4 +1,5 @@
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{article}
\usepackage{l3pdf}
diff --git a/testfiles-luatex/non-ascii-links.pvt b/testfiles-luatex/non-ascii-links.pvt
index 8c55c44..1fd57a9 100644
--- a/testfiles-luatex/non-ascii-links.pvt
+++ b/testfiles-luatex/non-ascii-links.pvt
@@ -1,4 +1,5 @@
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{article}
\usepackage[customdriver=hgeneric-experimental]{hyperref}
diff --git a/testfiles-noxetex/calculationsortorder.pvt b/testfiles-noxetex/calculationsortorder.pvt
index 7cf12f0..ace50dd 100644
--- a/testfiles-noxetex/calculationsortorder.pvt
+++ b/testfiles-noxetex/calculationsortorder.pvt
@@ -2,6 +2,7 @@
% ok for pdftex and luatex. Perhaps some changes to avoid a two pass are possible/needed
% fails with xetex because of the missing \pdf_link_last:
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{article}
\usepackage{l3pdf}
\ExplSyntaxOn
diff --git a/testfiles/ismap.pvt b/testfiles/ismap.pvt
index fdc4229..99d1aa8 100644
--- a/testfiles/ismap.pvt
+++ b/testfiles/ismap.pvt
@@ -1,4 +1,5 @@
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{report}
\usepackage[customdriver=hgeneric-experimental]{hyperref}
diff --git a/testfiles/ocgcolorlinks.pvt b/testfiles/ocgcolorlinks.pvt
index 4cf9c75..9702da9 100644
--- a/testfiles/ocgcolorlinks.pvt
+++ b/testfiles/ocgcolorlinks.pvt
@@ -1,4 +1,5 @@
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{article}
\usepackage{xcolor}
\usepackage[verbose,ocgcolorlinks,customdriver=hgeneric-experimental]
diff --git a/testfiles/pagelabels.pvt b/testfiles/pagelabels.pvt
index 0a39934..92905a2 100644
--- a/testfiles/pagelabels.pvt
+++ b/testfiles/pagelabels.pvt
@@ -1,4 +1,5 @@
\input{regression-test}
+\RequirePackage{lthooks}
\documentclass{article}
\usepackage{l3pdf}
\ExplSyntaxOn
More information about the latex3-commits
mailing list.