Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!wuarchive!sdd.hp.com!hp-col!col!hpldola!hp-lsd!jimr@hplsdv7.COS.HP.COM From: jimr@hplsdv7.COS.HP.COM (Jim Rogers) Newsgroups: comp.unix.questions Subject: Re: Troff question Message-ID: <7370023@hplsdv7.COS.HP.COM> Date: 11 Feb 91 17:53:07 GMT References: <1235@sjfc.UUCP> Organization: HP Logic Systems Division - ColoSpgs, CO Lines: 32 There are two Troff command pairs you need to study: .nf -- Turn off the automatic fill .fi -- Turn on the automatic fill (default state) .na -- Turn off margin adjust .ad -- Turn on margin adjust (default state) If you want someting to appear just as you type it then you would preceed that block of text with: .na .nf and follow that block of text with: .fi .ad If you only want to disable the automatic fill then preceed the block of text with: .nf and follow it with: .fi No macro packages are needed for this capability. Jim Rogers Hewlett Packard Company