[latex3-commits] [git/LaTeX3-latex3-pdfresources] develop: adapt testfiles to mediabox change (75d37f1)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sat Oct 8 00:24:51 CEST 2022
Repository : https://github.com/latex3/pdfresources
On branch : develop
Link : https://github.com/latex3/pdfresources/commit/75d37f1ad768f9bd7b47c1df743f7cb10995539b
>---------------------------------------------------------------
commit 75d37f1ad768f9bd7b47c1df743f7cb10995539b
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sat Oct 8 00:24:51 2022 +0200
adapt testfiles to mediabox change
>---------------------------------------------------------------
75d37f1ad768f9bd7b47c1df743f7cb10995539b
testfiles-pdftex/metadata-ansi.pvt | 2 ++
testfiles-pdftex/no-metadata.pvt | 3 +++
testfiles-pdftex/structure-destination.pvt | 3 ++-
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/testfiles-pdftex/metadata-ansi.pvt b/testfiles-pdftex/metadata-ansi.pvt
index a70017d..a439313 100644
--- a/testfiles-pdftex/metadata-ansi.pvt
+++ b/testfiles-pdftex/metadata-ansi.pvt
@@ -1,6 +1,8 @@
\DocumentMetadata{}
\input{regression-test}
\documentclass{article}
+\stockheight = 297mm
+\stockwidth = 210mm
\usepackage[ansinew]{inputenc}
\usepackage{hyperref}
\hypersetup{pdfauthor=Max Mäuschen,pdftitle={Grüße an den Käse}}
diff --git a/testfiles-pdftex/no-metadata.pvt b/testfiles-pdftex/no-metadata.pvt
index d740b06..49f6290 100644
--- a/testfiles-pdftex/no-metadata.pvt
+++ b/testfiles-pdftex/no-metadata.pvt
@@ -6,6 +6,9 @@
}
\input{regression-test}
\documentclass{article}
+\stockheight = 297mm
+\stockwidth = 210mm
+
\usepackage{hyperref}
\hypersetup{%
diff --git a/testfiles-pdftex/structure-destination.pvt b/testfiles-pdftex/structure-destination.pvt
index 4587717..8160608 100644
--- a/testfiles-pdftex/structure-destination.pvt
+++ b/testfiles-pdftex/structure-destination.pvt
@@ -5,11 +5,12 @@
\DocumentMetadata
{
pdfversion=2.0, %not so good with pdftex ...
- uncompress,
testphase=tagpdf
}
\input{regression-test}
\documentclass{article}
+\stockheight = 297mm
+\stockwidth = 210mm
\usepackage{hyperref}
\ExplSyntaxOn
More information about the latex3-commits
mailing list.