summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-09-11 22:03:38 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2020-09-11 22:03:38 +0000
commit075c46da8ff119ea61fd501c5e99500d9ab8ec2d (patch)
treed3a5159190547d635e6d65d1ae5fd8734c4feb0c /Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu
parent1588dcacae63ec69829b4a4baa6c3fd626f7346a (diff)
-dALLOWPSTRANSPARENCY in scripts for gs (win32).
git-svn-id: svn://tug.org/texlive/trunk@56326 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu')
-rwxr-xr-xMaster/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu b/Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu
index 063fc76d0cc..e5e81a4b6f4 100755
--- a/Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu
+++ b/Master/texmf-dist/scripts/tlgs/gswin32/ps2ps.tlu
@@ -123,7 +123,7 @@ push(command, '-q', '-sDEVICE=ps2write')
if os.type=='unix' then push(command, '-sstdout=%stderr') end
push(command, '-sOutputFile='..file.output)
-push(command, '-dNOPAUSE', '-dBATCH', '-P-', '-dSAFER')
+push(command, '-dNOPAUSE', '-dBATCH', '-P-', '-dALLOWPSTRANSPARENCY')
push(command, options, file.input)
command=fixwin(command)