From a110cdb9a3da71ae2e5f7a49ae6731e4cff386fd Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Sat, 15 Aug 2020 09:39:40 +0000 Subject: ps2pdf: revert except for default CompatibilityLevel 1.5 (w32 only). git-svn-id: svn://tug.org/texlive/trunk@56118 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu | 4 ---- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu | 4 ---- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu | 4 ---- Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu | 4 ---- 4 files changed, 16 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu index 3b841010e2d..e629f23cfdb 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu @@ -138,11 +138,7 @@ end 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 diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu index 3b841010e2d..e629f23cfdb 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu @@ -138,11 +138,7 @@ end 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 diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu index 3b841010e2d..e629f23cfdb 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu @@ -138,11 +138,7 @@ end 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 diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu index 3b841010e2d..e629f23cfdb 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu @@ -138,11 +138,7 @@ end 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 -- cgit v1.2.3