Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!ll-xn!mit-eddie!bu-cs!bzs From: bzs@bu-cs.BU.EDU (Barry Shein) Newsgroups: comp.unix.questions Subject: troff 'Keep' Question Message-ID: <2828@bu-cs.BU.EDU> Date: Sat, 6-Dec-86 20:00:58 EST Article-I.D.: bu-cs.2828 Posted: Sat Dec 6 20:00:58 1986 Date-Received: Mon, 8-Dec-86 20:46:12 EST Organization: Boston U. Comp. Sci. Lines: 14 From: dje@datacube.UUCP >Does anyone know a trick for fooling troff into removing its >proportional spacing temporarily? The 'keep' commands .DS .DE are >still proportionally spaced in troff. It's not a trick, use the .cs command, as in: .cs 20 R and see if that doesn't point you towards the solution, you'll have to diddle the '20' etc, probably write some cheapshot macros or strings. -Barry Shein, Boston University