texlive[56118] Master/texmf-dist/scripts/tlgs/gswin32: ps2pdf: revert

commits+kakuto at tug.org commits+kakuto at tug.org
Sat Aug 15 11:39:40 CEST 2020


Revision: 56118
          http://tug.org/svn/texlive?view=revision&revision=56118
Author:   kakuto
Date:     2020-08-15 11:39:40 +0200 (Sat, 15 Aug 2020)
Log Message:
-----------
ps2pdf: revert except for default CompatibilityLevel 1.5 (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:36:32 UTC (rev 56117)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu	2020-08-15 09:39:40 UTC (rev 56118)
@@ -138,11 +138,7 @@
 local command={}
 if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end
 
-if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
-else
-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:36:32 UTC (rev 56117)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu	2020-08-15 09:39:40 UTC (rev 56118)
@@ -138,11 +138,7 @@
 local command={}
 if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end
 
-if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
-else
-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:36:32 UTC (rev 56117)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu	2020-08-15 09:39:40 UTC (rev 56118)
@@ -138,11 +138,7 @@
 local command={}
 if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end
 
-if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
-else
-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:36:32 UTC (rev 56117)
+++ trunk/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu	2020-08-15 09:39:40 UTC (rev 56118)
@@ -138,11 +138,7 @@
 local command={}
 if os.type == 'unix' then command={'gs'} else command={'gswin32c'} end
 
-if os.type == 'unix' then
 push(command, '-P-', '-dSAFER', options, '-dCompatibilityLevel='..PDF_level)
-else
-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.