diff options
author | Reinhard Kotucha <reinhard.kotucha@web.de> | 2014-04-15 13:38:30 +0000 |
---|---|---|
committer | Reinhard Kotucha <reinhard.kotucha@web.de> | 2014-04-15 13:38:30 +0000 |
commit | 0386d5bea367e662c9d30b3cae77d4199e485a01 (patch) | |
tree | 40b607475e25072e9cfa082ec5263636f25f09fb /Master/tlpkg/tlgs/lib/ps2epsi.ps | |
parent | c982c2e03fe6f29206c7a25e9d378251289dcf36 (diff) |
Reverted to gs-9.10 due to severe bugs reported by Ulrike and Heiko.
git-svn-id: svn://tug.org/texlive/trunk@33453 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlgs/lib/ps2epsi.ps')
-rw-r--r-- | Master/tlpkg/tlgs/lib/ps2epsi.ps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlgs/lib/ps2epsi.ps b/Master/tlpkg/tlgs/lib/ps2epsi.ps index 35c203a85c6..cc308ae484d 100644 --- a/Master/tlpkg/tlgs/lib/ps2epsi.ps +++ b/Master/tlpkg/tlgs/lib/ps2epsi.ps @@ -190,8 +190,8 @@ ps2edict begin epsifile (\n) writestring epsifile flushfile - epsifile BBoxString writestring epsifile (\n) writestring - epsifile HiresBBoxString writestring epsifile (\n) writestring + epsifile BBoxString writestring epsifile (\r) writestring + epsifile HiresBBoxString writestring epsifile (\r) writestring % Define character and bit widths for the output line buffer: /cwidth rm lm sub 1 add def |