diff options
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) |