Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: Notesfiles $Revision: 1.7.0.10 $; site uiucdcsp Path: utzoo!watmath!clyde!burl!ulysses!mhuxr!mhuxn!ihnp4!inuxc!pur-ee!uiucdcs!uiucdcsp!johnson From: johnson@uiucdcsp.CS.UIUC.EDU Newsgroups: net.lang.st80 Subject: Re: tmac.st wanted Message-ID: <9000002@uiucdcsp> Date: Mon, 10-Feb-86 10:11:00 EST Article-I.D.: uiucdcsp.9000002 Posted: Mon Feb 10 10:11:00 1986 Date-Received: Wed, 12-Feb-86 08:21:35 EST References: <255@sdcc7.UUCP> Lines: 127 Nf-ID: #R:sdcc7.UUCP:255:uiucdcsp:9000002:000:1736 Nf-From: uiucdcsp.CS.UIUC.EDU!johnson Feb 10 09:11:00 1986 Here is a version of tmac.st, a set of ms macros for troff. __________________________________________________________ .\" $Header: tmac.st,v 1.1 84/09/07 13:42:15 pkl Exp $ .\" Macros for troffing Smalltalk ``printOut'' files. Must be .\" sourced at the beginning. The format is very similar to that .\" used in Goldberg's book. .\" .\"--------------------------------------------------- .\" .TI .\" Time stamp goes to bottom of each page .de TI .ds CF \fI\\$1\fP .ds CH .. .\" .CL .\" Class name goes to upper right hand corner of each page and .\" in large font in center of the first page. .de CL .ds RH \fB\\$1 \- page %\fP .sp 3 .ce \s18\fB\\$1\fP\s0 .sp .ta 3i class name \fB\\$1\fP .br .. .\" .SC .\" Superclass .de SC superclass \fB\\$1\fP .br .. .\" .IV .\" Instance Variable .de IV instance variable names \fB\\$1\fP .br .. .\" .IC .\" Instance Variable Continue .de IC .R \& \fB\\$1\fP .br .. .\" .CV .\" Class Variable .de CV .R class variable names \fB\\$1\fP .br .. .\" .CC .\" Class Variable Continue .de CC \& \fB\\$1\fP .br .. .\" .PD .\" Pool Dictionary .de PD .R pool dictionaries \fB\\$1\fP .br .. .\" .PC .\" Pool Dictionary Continue .de PC \& \fB\\$1\fP .br .. .\" .CA .\" Category .de CA .R category \fB\\$1\fP .br .ta 0.2i 0.5i 1i 1.5i 2i 2.5i 3i 3.5i 4i 4.5i 5i 5.5i 6i 6.5i .. .\" .CS .\" Class Comment Start .de CS .sp comment .br .fi .na .I .. .\" .CE .\" Class Comment End .de CE .R .nf .sp .. .\" .PN .\" Protocol Name .de PN .sp 2 \s14\fBProtocols For: \\$1\fP\s0 .sp .. .\" .MH .\" Method Header (start) - argument is the first line of the method .de MH .sp .KS .LP .B \\$1 .R .nf .. .\" .ME .\" Method End - terminates a method .de ME .fi .KE .. .\" Start up .ds CF .ds CH .ds RH \fBpage %\fP .LP