Xref: utzoo comp.text:1630 comp.lang.postscript:286 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!elroy!mahendo!jplgodo!wlbr!scgvaxd!trwrb!sdcrdcf!sdcsmb!sea!eggert From: eggert@sea.sm.unisys.com (Paul Eggert) Newsgroups: comp.text,comp.lang.postscript Subject: Re: tbl problems with LaserWriter Message-ID: <1ED8CDC432BB@sea.sm.unisys.com> Date: 27 Feb 88 02:48:46 GMT References: <511@robin.cs.nott.ac.uk> Reply-To: eggert@sea.sm.unisys.com (Paul Eggert) Organization: Unisys Santa Monica Lines: 11 Keywords: tbl TranScript PostScript LaserWriter In article <511@robin.cs.nott.ac.uk> dre@cs.nott.ac.uk (David Evans) writes: We use the TranScript package.... Underlines and bold rules generated from "tbl" do not line up on the LaserWriter. TranScript 2.1 fixes this, among other things. To fix 2.0, try the following patch to psdit.pro posted 1987/10/12 by comet!feldman (Steve Feldman). 191c191 < /br{0 750 moveto 0 -1000 rls}def --- > /br{0 880 moveto 0 -1040 rls}def