[latex3-commits] [git/LaTeX3-latex3-pdfresources] testlinkstuff: corrected producer field (3d79bbc)
Ulrike Fischer
fischer at troubleshooting-tex.de
Sun Apr 28 17:15:58 CEST 2019
Repository : https://github.com/latex3/pdfresources
On branch : testlinkstuff
Link : https://github.com/latex3/pdfresources/commit/3d79bbcead629425c41c3c925232ab16b157cd98
>---------------------------------------------------------------
commit 3d79bbcead629425c41c3c925232ab16b157cd98
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Sun Apr 28 17:15:58 2019 +0200
corrected producer field
>---------------------------------------------------------------
3d79bbcead629425c41c3c925232ab16b157cd98
hluatex-experimental.def | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/hluatex-experimental.def b/hluatex-experimental.def
index fde7ff5..82d53f8 100644
--- a/hluatex-experimental.def
+++ b/hluatex-experimental.def
@@ -752,12 +752,12 @@
/CreationDate(\@pdfcreationdate)
}
\tl_if_empty:NF
- {\@pdfmoddate}
+ \@pdfmoddate
{
/ModDate(\@pdfmoddate)
}
- \tl_if_empty:NF
- {\@pdfproducer}
+ \tl_if_exist:NT
+ \@pdfproducer
{
/Producer(\@pdfproducer)
}
More information about the latex3-commits
mailing list