texlive[51941] Master/texmf-dist/scripts/tlgs/gswin32: .setpdfwrite

commits+kakuto at tug.org commits+kakuto at tug.org
Fri Aug 23 14:44:52 CEST 2019


Revision: 51941
          http://tug.org/svn/texlive?view=revision&revision=51941
Author:   kakuto
Date:     2019-08-23 14:44:52 +0200 (Fri, 23 Aug 2019)
Log Message:
-----------
.setpdfwrite operator has been deprecated and will be removed

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
    trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu	2019-08-23 11:09:28 UTC (rev 51940)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu	2019-08-23 12:44:52 UTC (rev 51941)
@@ -150,7 +150,7 @@
 
 -- We have to include the options twice because -I only takes effect
 -- if it appears before other options [see ps2pdfwr].
-push(command, options, '-c', '.setpdfwrite', '-f', file.input)
+push(command, options, '-f', file.input)
 
 command=fixwin(command)
 

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu	2019-08-23 11:09:28 UTC (rev 51940)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu	2019-08-23 12:44:52 UTC (rev 51941)
@@ -150,7 +150,7 @@
 
 -- We have to include the options twice because -I only takes effect
 -- if it appears before other options [see ps2pdfwr].
-push(command, options, '-c', '.setpdfwrite', '-f', file.input)
+push(command, options, '-f', file.input)
 
 command=fixwin(command)
 

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu	2019-08-23 11:09:28 UTC (rev 51940)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu	2019-08-23 12:44:52 UTC (rev 51941)
@@ -150,7 +150,7 @@
 
 -- We have to include the options twice because -I only takes effect
 -- if it appears before other options [see ps2pdfwr].
-push(command, options, '-c', '.setpdfwrite', '-f', file.input)
+push(command, options, '-f', file.input)
 
 command=fixwin(command)
 

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu	2019-08-23 11:09:28 UTC (rev 51940)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu	2019-08-23 12:44:52 UTC (rev 51941)
@@ -150,7 +150,7 @@
 
 -- We have to include the options twice because -I only takes effect
 -- if it appears before other options [see ps2pdfwr].
-push(command, options, '-c', '.setpdfwrite', '-f', file.input)
+push(command, options, '-f', file.input)
 
 command=fixwin(command)
 

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu	2019-08-23 11:09:28 UTC (rev 51940)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu	2019-08-23 12:44:52 UTC (rev 51941)
@@ -150,7 +150,7 @@
 
 -- We have to include the options twice because -I only takes effect
 -- if it appears before other options [see ps2pdfwr].
-push(command, options, '-c', '.setpdfwrite', '-f', file.input)
+push(command, options, '-f', file.input)
 
 command=fixwin(command)
 



More information about the tex-live-commits mailing list