texlive[56117] Master/texmf-dist/scripts/tlgs/gswin32: ps2pdf: allow

commits+kakuto at tug.org commits+kakuto at tug.org
Sat Aug 15 07:36:33 CEST 2020


Revision: 56117
          http://tug.org/svn/texlive?view=revision&revision=56117
Author:   kakuto
Date:     2020-08-15 07:36:32 +0200 (Sat, 15 Aug 2020)
Log Message:
-----------
ps2pdf: allow transparency in gs-9.50 for CompatibilityLevel > 1.3 (w32 only).

Modified Paths:
--------------
    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/ps2pdf.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu	2020-08-15 05:22:28 UTC (rev 56116)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu	2020-08-15 05:36:32 UTC (rev 56117)
@@ -141,7 +141,7 @@
 if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
 else
-push(command, '-P-', '-dDELAYSAFER', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level)
+push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level)
 end
 
 if progname == 'pdfopt' then push(command, '-dFastWebView=true') end

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu	2020-08-15 05:22:28 UTC (rev 56116)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu	2020-08-15 05:36:32 UTC (rev 56117)
@@ -141,7 +141,7 @@
 if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
 else
-push(command, '-P-', '-dDELAYSAFER', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level)
+push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level)
 end
 
 if progname == 'pdfopt' then push(command, '-dFastWebView=true') end

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu	2020-08-15 05:22:28 UTC (rev 56116)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu	2020-08-15 05:36:32 UTC (rev 56117)
@@ -141,7 +141,7 @@
 if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
 else
-push(command, '-P-', '-dDELAYSAFER', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level)
+push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level)
 end
 
 if progname == 'pdfopt' then push(command, '-dFastWebView=true') end

Modified: trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu
===================================================================
--- trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu	2020-08-15 05:22:28 UTC (rev 56116)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu	2020-08-15 05:36:32 UTC (rev 56117)
@@ -141,7 +141,7 @@
 if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
 else
-push(command, '-P-', '-dDELAYSAFER', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level)
+push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level)
 end
 
 if progname == 'pdfopt' then push(command, '-dFastWebView=true') end



More information about the tex-live-commits mailing list.