Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!rutgers!sunybcs!boulder!hao!oddjob!mimsy!chris From: chris@mimsy.UUCP (Chris Torek) Newsgroups: comp.text Subject: Re: Enhancements to Old Troff Message-ID: <8961@mimsy.UUCP> Date: Thu, 8-Oct-87 12:59:37 EDT Article-I.D.: mimsy.8961 Posted: Thu Oct 8 12:59:37 1987 Date-Received: Sun, 11-Oct-87 10:05:15 EDT References: <30176@sun.uucp> <4759@grebyn.COM> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Lines: 16 The -me macros have four (4) number registers that control point size. `.sz' changes the size until another command sets things back with one of those. These are: fp pp sp tp (footnote, paragraph, section, and ?title?). The macro `.ns ' below sets the current size and all the others: .de ns .sz \\$1 .nr pp \\$1 .nr sp \\$1 .nr fp \\$1-2p .nr tp \\$1 .. -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 7690) Domain: chris@mimsy.umd.edu Path: uunet!mimsy!chris