diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-08-15 09:39:40 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2020-08-15 09:39:40 +0000 |
commit | a110cdb9a3da71ae2e5f7a49ae6731e4cff386fd (patch) | |
tree | 161bda99e3222e62ce0ea5f0514c0e01dfd1ec0d /Master | |
parent | 9c772e429f81b20f296adb7df89dcb564afaeb76 (diff) |
ps2pdf: revert except for default CompatibilityLevel 1.5 (w32 only).
git-svn-id: svn://tug.org/texlive/trunk@56118 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
4 files changed, 0 insertions, 16 deletions
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 |