diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-17 21:32:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-17 21:32:21 +0000 |
commit | 636cbf03f6dcdc84f121e242abcf036015800524 (patch) | |
tree | 7b9733c2f72e4c4483bb2840616755819aa59d8c /Master/texmf-dist/source | |
parent | f853b6bb8fe5ed8eea324afcd32ad325056fe1e2 (diff) |
l3build (17mar20)
git-svn-id: svn://tug.org/texlive/trunk@54379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index c39c0f9c295..a8d812d6d90 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -234,7 +234,7 @@ % }^^A % } % -% \date{Released 2020-03-13} +% \date{Released 2020-03-16} % % \maketitle % \tableofcontents @@ -2378,16 +2378,21 @@ \pdfvariable objcompresslevel=0 % \fi \else - \ifnum 0% - \ifx\XeTeXversion\@undefined\else 1\fi - \ifx\kanjiskip\@undefined\else 1\fi - >0 % + \ifx\XeTeXversion\@undefined + \special{% + ps: /setdistillerparams + where + {pop << /CompressPages false /CompressStreams false >> setdistillerparams} + if + }% + \else \special{dvipdfmx:config z 0}% Compress level \special{dvipdfmx:config C 0x40}% Object compression \fi \fi % \end{macrocode} % +% % \begin{macrocode} \begingroup\expandafter\expandafter\expandafter\endgroup \expandafter\ifx\csname protected\endcsname\relax @@ -2415,8 +2420,7 @@ % % To make any PDF file produced comparable we need to suppress various % pieces of data. This works in concert with setting the epoch from the -% environment side (as not all output can be controlled here). We are -% somewhat stuck if \texttt{dvips} is being used so just hope for the best! +% environment side (as not all output can be controlled here). % There is a limit to what can be done with the underlying PDF structure so % there is no point entirely suppressing \texttt{Producer}: simply avoid % any version numbers. @@ -2448,17 +2452,17 @@ \relax \fi \else - \ifnum 0% - \ifx\XeTeXversion\@undefined\else 1\fi - \ifx\kanjiskip\@undefined\else 1\fi - >0 % + \ifx\XeTeXversion\@undefined + \special{! <</DocumentUUID (DocumentUUID)>> setpagedevice} + \special{! <</InstanceUUID (InstanceUUID)>> setpagedevice} + \else \special{% pdf: docinfo << /Creator (TeX) /CreationDate () /ModDate () - /Producer (\ifx\XeTeXversion\@undefined\else x\fi dvipdfmx) + /Producer (xdvipdfmx) >> } \fi |