diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-08-23 12:44:52 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2019-08-23 12:44:52 +0000 |
commit | 4015184937843466e1c41e7a723b950c01041442 (patch) | |
tree | e6a8831a8a378bb3259eef94623202fd52e9137c /Master/texmf-dist/scripts/tlgs | |
parent | c61b85cdb055677c320fb8f1209800d33aa11637 (diff) |
.setpdfwrite operator has been deprecated and will be removed
git-svn-id: svn://tug.org/texlive/trunk@51941 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/tlgs')
5 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu index d694047cfff..b0debe869df 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/pdfopt.tlu @@ -150,7 +150,7 @@ push(command, '-sOutputFile='..file.output, '-P-', '-dSAFER') -- We have to include the options twice because -I only takes effect -- if it appears before other options [see ps2pdfwr]. -push(command, options, '-c', '.setpdfwrite', '-f', file.input) +push(command, options, '-f', file.input) command=fixwin(command) diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu index d694047cfff..b0debe869df 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf.tlu @@ -150,7 +150,7 @@ push(command, '-sOutputFile='..file.output, '-P-', '-dSAFER') -- We have to include the options twice because -I only takes effect -- if it appears before other options [see ps2pdfwr]. -push(command, options, '-c', '.setpdfwrite', '-f', file.input) +push(command, options, '-f', file.input) command=fixwin(command) diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu index d694047cfff..b0debe869df 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf12.tlu @@ -150,7 +150,7 @@ push(command, '-sOutputFile='..file.output, '-P-', '-dSAFER') -- We have to include the options twice because -I only takes effect -- if it appears before other options [see ps2pdfwr]. -push(command, options, '-c', '.setpdfwrite', '-f', file.input) +push(command, options, '-f', file.input) command=fixwin(command) diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu index d694047cfff..b0debe869df 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf13.tlu @@ -150,7 +150,7 @@ push(command, '-sOutputFile='..file.output, '-P-', '-dSAFER') -- We have to include the options twice because -I only takes effect -- if it appears before other options [see ps2pdfwr]. -push(command, options, '-c', '.setpdfwrite', '-f', file.input) +push(command, options, '-f', file.input) command=fixwin(command) diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu index d694047cfff..b0debe869df 100755 --- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu +++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2pdf14.tlu @@ -150,7 +150,7 @@ push(command, '-sOutputFile='..file.output, '-P-', '-dSAFER') -- We have to include the options twice because -I only takes effect -- if it appears before other options [see ps2pdfwr]. -push(command, options, '-c', '.setpdfwrite', '-f', file.input) +push(command, options, '-f', file.input) command=fixwin(command) |