From 9c772e429f81b20f296adb7df89dcb564afaeb76 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 15 Aug 2020 05:36:32 +0000 Subject: ps2pdf: allow transparency in gs-9.50 for CompatibilityLevel > 1.3 (w32 only). git-svn-id: svn://tug.org/texlive/trunk@56117 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu | 2 +- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu | 2 +- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu | 2 +- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu index fdee5bd072c..3b841010e2d 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu @@ -141,7 +141,7 @@ 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', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level) +push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level) end if progname == 'pdfopt' then push(command, '-dFastWebView=true') end diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu index fdee5bd072c..3b841010e2d 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu @@ -141,7 +141,7 @@ 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', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level) +push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level) end if progname == 'pdfopt' then push(command, '-dFastWebView=true') end diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu index fdee5bd072c..3b841010e2d 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu @@ -141,7 +141,7 @@ 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', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level) +push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level) end if progname == 'pdfopt' then push(command, '-dFastWebView=true') end diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu index fdee5bd072c..3b841010e2d 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu @@ -141,7 +141,7 @@ 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', '-dALLOWPSTRANSPARENCY', options, '-dCompatibilityLevel='..PDF_level) +push(command, '-P-', '-dDELAYSAFER', options, '-dCompatibilityLevel='..PDF_level) end if progname == 'pdfopt' then push(command, '-dFastWebView=true') end -- cgit v1.2.3