[latex3-commits] [git/LaTeX3-latex3-latex3] master: Set compress level globally (6797035)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu May 9 23:26:25 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/679703571b6597289d124d6db5672fdc78dda6ec
>---------------------------------------------------------------
commit 679703571b6597289d124d6db5672fdc78dda6ec
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu May 9 22:26:25 2019 +0100
Set compress level globally
>---------------------------------------------------------------
679703571b6597289d124d6db5672fdc78dda6ec
l3kernel/l3drivers-pdf.dtx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/l3kernel/l3drivers-pdf.dtx b/l3kernel/l3drivers-pdf.dtx
index 50215d5..58bf980 100644
--- a/l3kernel/l3drivers-pdf.dtx
+++ b/l3kernel/l3drivers-pdf.dtx
@@ -1457,6 +1457,7 @@
% \begin{macrocode}
\cs_new_protected:Npx \driver_pdf_compresslevel:n #1
{
+ \exp_not:N \tex_global:D
\cs_if_exist:NTF \tex_pdfcompresslevel:D
{ \tex_pdfcompresslevel:D }
{ \tex_pdfvariable:D compresslevel }
@@ -1470,6 +1471,7 @@
}
\cs_new_protected:Npx \@@_pdf_objcompresslevel:n #1
{
+ \exp_not:N \tex_global:D
\cs_if_exist:NTF \tex_pdfobjcompresslevel:D
{ \tex_pdfobjcompresslevel:D }
{ \tex_pdfvariable:D objcompresslevel }
More information about the latex3-commits
mailing list