[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct literal command (a5583d8cf)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 16 13:18:34 CET 2020


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

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

commit a5583d8cfdedc112c21630846ce0dda1973f077b
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 16 12:18:34 2020 +0000

    Correct literal command


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

a5583d8cfdedc112c21630846ce0dda1973f077b
 l3backend/l3backend-pdf.dtx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/l3backend/l3backend-pdf.dtx b/l3backend/l3backend-pdf.dtx
index 8f005f4aa..6a60c4889 100644
--- a/l3backend/l3backend-pdf.dtx
+++ b/l3backend/l3backend-pdf.dtx
@@ -672,7 +672,7 @@
   {
     \int_compare:nNnT {#1} = 0
       { 
-        \__kernel_backend_literal:n
+        \__kernel_backend_literal_postscript:n
           {
             /setdistillerparams ~ where
              { pop << /CompressPages ~ false >> setdistillerparams }
@@ -684,7 +684,7 @@
   {
     \bool_if:nF {#1}
       { 
-        \__kernel_backend_literal:n
+        \__kernel_backend_literal_postscript:n
           {
             /setdistillerparams ~ where
              { pop << /CompressStreams ~ false >> setdistillerparams }





More information about the latex3-commits mailing list.