


These are the files that you should be in this directory. The numbered chapters
are listed alongside their orignial (long) UNIX filenames for
reference. 

tutorial.ps					The SUIT tutorial. 
						EVERYONE should print this
						out before programming in SUIT.
							
chap_01.ps -> RefCover.ps			Cover page, SUIT's
						e-mail address, copyright, 
						acknowledgements

chap_02.ps -> ReferenceTOC.ps			Table of contents

chap_03.ps -> ReferenceIndexOfMarkers.ps	Index

chap_04.ps -> ReferenceIndexOfQuestions.ps	Index of Frequently asked 
						questions

chap_05.ps -> GettingStarted.ps			Running the tutorial
						and Where to get help

chap_06.ps -> WindowsAndViewports.ps		Window to Viewport mapping. 
						Necessary only if you
						intend to use GP calls
						(or write your own widgets)

chap_07.ps -> FrequentlyAskedQuestions.ps	A list of Common SUIT 
						questions and their answers.

chap_08.ps -> Types.ps				Type definitions & constants.

chap_09.ps -> SuitFunctions.ps			The lion's share of
						the reference manual
						is in this file. Beginners
						will want this file,
						though most things they
						find here will not be
						immediately pertinent to
						them.

chap_10.ps -> GP.ps				The calls to SUIT's underlying
						graphics package, GP.
						Based on SRGP. 
						Primarily useful if you write
						your own widgets.

chap_11.ps -> Widget.ps				All the SUIT widgets
						outlined here. Beginngers 
						will want this file.

chap_12.ps -> Appendix.ps			Appendix cover page.
	
chap_13.ps -> SUITloop.ps			Appendix that discusses
						what happens in the SUIT
						main loop.


chap_14.ps -> Hierarchy.ps			Appendix that discusses 
						how SUIT manages "nested" 
						widgets. Necessary only if
						you intend to use the more
						advanced features of SUIT.

chap_15.ps -> Layers.ps				Appendix that outlines
						the software layers
						that make up the SUIT system.

chap_16.ps -> Shipping.ps			How to encapsulate the
						"sui" file into your
						executable.

chap_all.ps -> Reference.ps			The ENTIRE Manual, in
						one file. Prints back
						to front for easier 
						sorting in some laser
						printers. You can nuke
						this file if you're
						tight on disk space. 
						All the chap*.ps files
						together make up chap_all.ps.
						
	
X_srgp.ps					The SRGP documentation. 
						Necessary only for
						expert widget writers.

Beginning SUIT programmers concerned about the cost of printing out a
160 page manual in its entirety might think about printing out only
the tutorial (A MUST) and chapters 1, 2, 3, 4, 5, 7, 8, 9, and 11.

To do this, use the Makefile in the JustDocs directory :

	make economy_docs

for the whole nine yards (tutorial, ref man, SRGP):
	
	make all_docs

