@Begin(Comment)

 	$Source: /@/mit/m/i/minidev/minicourses/resume/RCS/letter.mss,v $
 	$Author: mcampos $
 	$Locker:  $
 	$Header: letter.mss,v 1.2 87/02/24 16:25:55 mcampos Exp $
	$Log:	letter.mss,v $
   Revision 1.2  87/02/24  16:25:55  mcampos
   New revision.
   
   Revision 1.1  86/11/16  16:40:16  minidev
   Initial revision
   

@End(Comment)

@Comment(Imagen480 is broken, so use old Imprint10.)
@Device[postscript]
@Make(Letter)
@Style(leftmargin 0.75 inches, linewidth 7 inches)
@style (FontFamily NewCenturySchoolBook)
@Comment(The two missing pages in the course handout.)
@set(page=15)
@Pagefooting{Immediate, Left "MIT Project Athena",
	Center "@Value(Page)", Right "Revision B, Sept. 1988"}
@Pageheading()

@Form(coverletter = {
@blankspace (1.5 inches)
Room 222
111 Memorial Drive
Cambridge, Mass. 02139
@Value(Date)

@Begin(Address, Indent 0)
@Parm (Title) @Parm(FirstName) @Parm (LastName)
@Parm(Position)
@Parm(Company)
@Parm(StreetAddress)
@Parm(City)
@End(Address)

@Begin(Body)
@Greeting<Dear @Parm(Title) @Parm(LastName):>

The body of your letter goes here.  Enter the text as you would for
any other scribe document.  If you want to include any of the
parameters you have defined you would type @@Parm(parameter-name)
where you wanted it to appear.  

@end(body)
Sincerely yours,



Alissa P. Hacker
@NewPage()
})

@coverletter[
	FirstName = "Donald L.",
	LastName = "Dinsel",
	Title = "Mr.",
	Position = "Coordinator, Employee Relations Department",
	Company = "Big Company",
	StreetAddress = "1007 Large Street",
	City = "Nome, Alaska 99999" 
]

@coverletter[
	FirstName = "M. R.",
	LastName = "Hillyard",
	Title = "Ms.",
  	Position = "Recruiting and Employment",
	Company = "Little Company, Inc.",
	StreetAddress = "P. O. Box 1",
	City = "Providence, Rhode Island 00000" 
]
