@Device(PostScript)
@Make(Report)
@DefineFont(HeadingFont,
	P=<RawFont "NewCenturySchlbkBoldItalic">,
	B=<RawFont "NewCenturySchlbkBold">,
	I=<RawFont "NewCenturySchlbkBoldItalic">,
	R=<RawFont "NewCenturySchlbkRoman">)
@Counter(MajorPart,TitleEnv HD0,ContentsEnv tc0,Numbered [@I],
          IncrementedBy Use,Announced)
@Counter(Chapter,TitleEnv HD1,ContentsEnv tc1,Numbered [@1. ],
          IncrementedBy Use,Referenced [@1],Announced)
@Counter(Appendix,TitleEnv HD1,ContentsEnv tc1,Numbered [@I. ],
          IncrementedBy,Referenced [@I],Announced,Alias Chapter)
@Counter(UnNumbered,TitleEnv HD1,ContentsEnv tc1,Announced,Alias 
           Chapter)
@Counter(Section,Within Chapter,TitleEnv HD2,ContentsEnv tc2,
          Numbered [@#@:.@1 ],Referenced [@#@:.@1],IncrementedBy
          Use,Announced)
@Counter(AppendixSection,Within Appendix,TitleEnv HD2,
          ContentsEnv tc2,
          Numbered [@#@:.@1 ],Referenced [@#@:.@1],IncrementedBy 
          Use,Announced)
@Counter(SubSection,Within Section,TitleEnv HD3,ContentsEnv tc3,
          Numbered [@#@:.@1 ],IncrementedBy Use,
          Referenced [@#@:.@1])
@Counter(Paragraph,Within SubSection,TitleEnv HD4,ContentsEnv tc4,
          Numbered [@#@:.@1 ],Referenced [@#@:.@1],
          IncrementedBy Use)
@Modify(CopyrightNotice, Fixed -1 inch, Flushright)
@Modify(Titlebox, Fixed 3.0 inches)
@Modify(hd1, below .2 inch, facecode B, size 20, spaces kept)
@Modify(hd2, below .2 inch, facecode B, size 16, spaces kept)
@Modify(hd3, below .2 inch, facecode B, size 12, spaces kept)
@Modify(Description, Leftmargin +20, Indent -20,below 1 line, above 1 line)
@Modify(Tc1, Above .5,  Facecode B)
@Modify(Tc2, Above .25, Below .25, Facecode R)
@Modify(Tc3,Facecode R)
@Modify(Tc4,Facecode R)
@Modify(Itemize,Above 1line,Below 1line)
@Modify(Insert,LeftMargin +2, RightMargin +2)
@Style(Font NewCenturySchoolBook, size 11)
@Style(Spacing 1.1, indent 0)
@Style(leftmargin 1.0inch)
@Style(justification no)
@Style(BottomMargin 1.5inch)
@Style(ChangeBarLocation Right)
@Style(ChangeBars=off)
@Style(Date="March 8, 1952")
@PageHeading(immediate)
@PageFooting(	left="MIT Project Athena", center="@Value<page>",
		right="Revision A, @Value<Date>")

@Begin(TitlePage)
@Begin(TitleBox)
	@Begin(MajorHeading, Flushright, Size 36)
		More Emacs
	@End(Majorheading)
	@Begin(Heading, Flushright)
	@End(Heading)
	@Blankspace(3 lines)
	@Begin(Format, Size 14, Flushright)
		Ernest N. Prabhakar
		User Consultant
		MIT Project Athena
		Revision A
		@Value<Date>
	@End(Format)
@End(TitleBox)

@CopyrightNotice(Massachusetts Institute of Technology)
@Set(Page=-1)
@End(Titlepage)

@BlankSpace(4 in)

@Begin(Format)
Revision A:  Ernest N. Prabhakar
@Value(Date).  Original Version.
Originally developed as a handout for the minicourse "Programming w/GNU Emacs"
@End(Format)

@Include(intro.mss)

@Include(emacs.mss)

@Include(buffer.mss)

@Include(find.mss)

@Include(writers.mss)

@Include(compile.mss)

@Include(kill.mss)

@Include(custom.mss)

@Include(abbrev.mss)

@Include(help.mss)
