[latex3-commits] [git/LaTeX3-latex3-pdfresources] master: set creation and mod date (d13f768)

Ulrike Fischer fischer at troubleshooting-tex.de
Fri Mar 20 00:45:30 CET 2020


Repository : https://github.com/latex3/pdfresources
On branch  : master
Link       : https://github.com/latex3/pdfresources/commit/d13f7684fe07cb0425eca1e6dbcdcd25ae6710c4

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

commit d13f7684fe07cb0425eca1e6dbcdcd25ae6710c4
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Fri Mar 20 00:45:30 2020 +0100

    set creation and mod date


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

d13f7684fe07cb0425eca1e6dbcdcd25ae6710c4
 testfiles-dvips/pagelabels.pvt |   6 ++++++
 testfiles-dvips/pagelabels.tpf | Bin 9521 -> 9581 bytes
 2 files changed, 6 insertions(+)

diff --git a/testfiles-dvips/pagelabels.pvt b/testfiles-dvips/pagelabels.pvt
index 0a39934..61cf9a0 100644
--- a/testfiles-dvips/pagelabels.pvt
+++ b/testfiles-dvips/pagelabels.pvt
@@ -2,6 +2,7 @@
 \documentclass{article}
 \usepackage{l3pdf}
 \ExplSyntaxOn
+\usepackage{pdfresources}
 \sys_if_engine_pdftex:T {\usepackage[LGR]{fontenc}}
 \pdf_uncompress:
 \ExplSyntaxOff
@@ -10,5 +11,10 @@
 
 \renewcommand\thepage{λέγ\arabic{page}}
 \begin{document}
+\ExplSyntaxOn
+\pdf_info_gput:nn{CreationDate}{(D:20200202111111+01'00')}
+\pdf_info_gput:nn{ModDate}{(D:20200202111111+01'00')}
+\pdf_info_gput:nn{Creator}{(l3build test)}
+\ExplSyntaxOff
 abc \newpage abc \newpage abc  \newpage \pagenumbering{roman} abc  \newpage \pagenumbering{Roman}\setcounter{page}{5} abc
 \end{document}
diff --git a/testfiles-dvips/pagelabels.tpf b/testfiles-dvips/pagelabels.tpf
index 613aa67..97381d4 100644
Binary files a/testfiles-dvips/pagelabels.tpf and b/testfiles-dvips/pagelabels.tpf differ





More information about the latex3-commits mailing list.