[latex3-commits] [git/LaTeX3-latex3-l3build] master: Suppress additional PDF data (7b124b8)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Aug 7 08:31:34 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/7b124b824bb535cf02492eb8cafa1599aee1e49e
>---------------------------------------------------------------
commit 7b124b824bb535cf02492eb8cafa1599aee1e49e
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Aug 7 07:17:33 2018 +0100
Suppress additional PDF data
This should deal with absolute paths in filenames.
>---------------------------------------------------------------
7b124b824bb535cf02492eb8cafa1599aee1e49e
CHANGELOG.md | 3 +++
l3build.dtx | 3 ++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d59804..a41ee4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ this project uses date-based 'snapshot' version identifiers.
## [Unreleased]
+### Changed
+- Suppress file name info in PDF output for included images, etc.
+
## [2018-08-04]
### Added
diff --git a/l3build.dtx b/l3build.dtx
index 5032e78..236fa85 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -1920,7 +1920,7 @@
\pdfinfo{/Producer (\ifx\directlua\@undefined pdf\else Lua\fi TeX)}
\ifx\pdfinfoomitdate\@undefined\else
\pdfinfoomitdate = 1 %
- \pdfsuppressptexinfo = 1 %
+ \pdfsuppressptexinfo = 3 %
\pdftrailerid{}
\fi
\else
@@ -1928,6 +1928,7 @@
\pdfvariable suppressoptionalinfo \numexpr
0
+ 1 % PTEX.Fullbanner
+ + 2 % PTEX.FileName
+ 32 % CreationDate
+ 64 % ModDate
\relax
More information about the latex3-commits
mailing list