Table of Contents
	
intro.html#INTRO1. WHAT IS MOM? 	
		
intro.html#INTRO_INTRO1.1 Who is mom meant for? 		
intro.html#INTRO_TYPESETTING1.2 Typesetting with mom 		
intro.html#INTRO_DOCPROCESSING1.3 Document processing with mom 		
intro.html#INTRO_PHILOSOPHY1.4 Mom's philosophy 		
intro.html#INTRO_DOCUMENTATION1.5 A note on mom's documentation 		
			
intro.html#MACRO_ARGS1.5.1 How to read macro arguments 			
intro.html#TOGGLE_MACRO1.5.2 "Toggle" macros 		
	
	
definitions.html#TERMS2. DEFINITIONS OF TERMS USED IN THIS MANUAL 	
		
definitions.html#TERMS_TYPESETTING2.1 Typesetting terms 		
definitions.html#TERMS_GROFF2.2 Groff terms 		
definitions.html#TERMS_MOM2.3 Mom's document processing terms 	
	
using.html#USING3. USING MOM 	
		
using.html#USING_INTRO3.1 Introduction 		
using.html#USING_MACROS3.2 How to input mom's macros 		
using.html#USING_INVOKING3.3 Printing -- invoking groff with mom 		
using.html#USING_PREVIEWING3.4 How to preview documents 	
	
typesetting.html#MACROS_TYPESETTING4. THE TYPESETTING MACROS 	
		
typesetting.html#INTRO_MACROS_TYPESETTING4.1 Introduction to the typesetting macros 		
		
typesetting.html#PAGE_MARGINS4.2 Page Setup  -- paper size and page margins
		
			
typesetting.html#INDEX_SETUP4.2.1 Macro list 		
		
typesetting.html#BASIC_PARAMS4.3 Basic Parameters  -- family, font, point size, line space, line length, autolead
		
			
typesetting.html#INDEX_BASIC4.3.1 Macro list 		
		
typesetting.html#JUST_QUAD_FILL4.4 Justifying, Quadding, Filling and Breaking Lines 		
			
typesetting.html#INDEX_JUST4.4.1 Macro list 		
		
typesetting.html#REFINEMENTS4.5 Refinements  -- word space, sentence space, letter spacing (track kerning), hyphenation, kerning, ligatures
		
			
typesetting.html#INDEX_REFINEMENTS4.5.1 Macro list 		
		
typesetting.html#MODIFICATIONS4.6 Modifying Type  -- pseudo-italic, -bold, -condensed, and -extended
		
			
typesetting.html#INDEX_MODIFICATIONS4.6.1 Macro list 		
		
typesetting.html#ALDRLD4.7 Vertical Movements  -- moving up and down on the page
		
			
typesetting.html#INDEX_ALDRLD4.7.1 Macro list 		
		
typesetting.html#TABS4.8 Tabs 		
			
typesetting.html#TYPESETTING_TABS4.8.1 Typesetting tabs 			
				
typesetting.html#TYPESETTING_TABS_TUT4.8.1.1 Quickie tutorial 			
			
typesetting.html#STRING_TABS4.8.2 String tabs (autotabs) 			
				
typesetting.html#STRING_TABS_TUT4.8.2.1 Quickie tutorial 			
			
typesetting.html#INDEX_TABS4.8.3 Macro list 		
		
typesetting.html#MULTI_COLUMNS4.9 Multi-columns 		
			
typesetting.html#INDEX_MULTI_COLUMNS4.9.1 Macro list 		
		
typesetting.html#INDENTS4.10 Indents 		
			
typesetting.html#INDENTS_TUT4.10.1 A brief explanation of how mom handles indents 			
typesetting.html#INDEX_INDENTS4.10.2 Macro list 		
		
goodies.html#GOODIES4.11 Goodies  -- aliases,
			transparent lines, smartquotes, caps,
			underscoring/underlining, padding lines, leaders, drop
			caps, superscripts
		
			
goodies.html#INDEX_GOODIES4.11.1 Macro list 		
		
inlines.html#INLINE_ESCAPES4.12 Inline Escapes 		
			
inlines.html#INTRO_INLINE_ESCAPES4.12.1 Introduction to inline escapes 			
inlines.html#INLINES_MOM4.12.2 Mom's personal inlines 			
inlines.html#INLINES_GROFF4.12.3 Groff inlines 			
inlines.html#INLINE_CHARACTERS_GROFF4.12.3.1 Inlines for special characters and symbols 		
	
	
docprocessing.html#DOCPROCESSING5. DOCUMENT PROCESSING WITH MOM 	
		
docprocessing.html#INTRO_MACROS_DOCPROCESSING5.1 Introduction to document processing 		
docprocessing.html#DEFAULTS5.2 Some document defaults 		
		
docprocessing.html#LEADING_NOTEIMPORTANT NOTE on leading/spacing and bottom margins 		
		
docprocessing.html#SETUP5.3 PRELIMINARY DOCUMENT SETUP 		
			
docprocessing.html#DOCPROCESSING_TUT5.3.1 Tutorial  -- setting up a mom document
			
			
docprocessing.html#REFERENCE_MACROS5.3.2 The Reference Macros 			
				
docprocessing.html#TITLE5.3.2.1 TITLE 				
docprocessing.html#SUBTITLE5.3.2.2 SUBTITLE 				
docprocessing.html#AUTHOR5.3.2.3 AUTHOR 				
docprocessing.html#CHAPTER5.3.2.4 CHAPTER 				
docprocessing.html#DRAFT5.3.2.5 DRAFT 				
docprocessing.html#REVISION5.3.2.6 REVISION 			
			
docprocessing.html#DOCSTYLE_MACROS5.3.3 The Docstyle Macros 			
				
docprocessing.html#DOCTYPE5.3.3.1 DOCTYPE  -- kind of document
				
docprocessing.html#PRINTSTYLE5.3.3.2 PRINTSTYLE  -- typeset or typewrite
				
docprocessing.html#COPYSTYLE5.3.3.3 COPYSTYLE  -- draft or final
			
			
docprocessing.html#STYLE_BEFORE_START5.3.4 Changing Type and Style Parameters before START 			
				
docprocessing.html#TYPE_BEFORE_START5.3.4.1 Typesetting macros  -- usage
				
docprocessing.html#DOC_LEAD_ADJUST5.3.4.2  DOC_LEAD_ADJUST  -- adjust document leading to fill pages
				
docprocessing.html#DOCHEADER5.3.4.3 DOCHEADER  -- managing the docheader
			    
docprocessing.html#COLUMNS_INTRO5.3.4.4 COLUMNS  -- setting documents in columns
			
			
docprocessing.html#START_MACRO5.3.5 ***START***  -- the macro to initiate document processing
			
			
docprocessing.html#DOC_PARAM_MACROS5.3.6 Changing Document-wide Style Parameters after START 			
				
docprocessing.html#INDEX_DOC_PARAM5.3.6.1 Macro list 			
		
		
docelement.html#DOCELEMENT5.4 THE DOCUMENT ELEMENT TAGS 		
			
docelement.html#DOCELEMENT_INTRO5.4.1 Introduction to the document element tags 			
				
docelement.html#DOCELEMENT_CONTROLControl macros  -- changing style defaults for document element tags
				
docelement.html#CONTROL_MACRO_ARGSArguments to the control macros 			
			
docelement.html#EPIGRAPH_INTRO5.4.2 Epigraphs 			
docelement.html#PP_INTRO5.4.3 Paragraphs 			
docelement.html#HEAD_INTRO5.4.4 Main heads 			
docelement.html#SUBHEAD_INTRO5.4.5 Subheads 			
docelement.html#PARAHEAD_INTRO5.4.6 Paragraph heads 			
docelement.html#LINEBREAK_INTRO5.4.7 Linebreaks  -- author linebreaks
			
docelement.html#QUOTE_INTRO5.4.8 Quotes  -- line for line poetic quotes
			
docelement.html#BLOCKQUOTE_INTRO5.4.9 Blockquotes  -- cited material
			
docelement.html#FOOTNOTE_INTRO5.4.10 Footnotes 			
docelement.html#ENDNOTE_INTRO5.4.11 Endnotes 			
docelement.html#FINIS_INTRO5.4.12 Document termination  -- FINIS
		
		
headfootpage.html#HEADFOOTPAGE5.5 DOCUMENT HEADERS AND FOOTERS 		
			
headfootpage.html#HEADFOOTPAGE_INTRO5.5.1 Introduction 			
headfootpage.html#DESCRIPTION_GENERAL5.5.2 General description of headers/footers 			
headfootpage.html#HEADER_STYLE5.5.3 Default specs for headers/footers 			
headfootpage.html#VERTICAL_SPACING5.5.4 Vertical placement and spacing of headers/footers 			
headfootpage.html#HEADFOOT_MANAGEMENT5.5.5 Managing headers/footers             
		        
headfootpage.html#USERDEF_HDRFTR5.5.5.1 User-defined, single string recto/verso headers/footers             
			
headfootpage.html#HEADFOOT_CONTROL5.5.6 Control macros for headers/footers 		
		
headfootpage.html#PAGINATION5.6 PAGINATION 		
			
headfootpage.html#PAGINATIONIntroduction 			
headfootpage.html#INDEX_PAGINATIONPagination macros list 		
		
rectoverso.html#RECTOVERSO5.7 RECTO/VERSO PRINTING AND COLLATING 		
			
rectoverso.html#RECTOVERSO_INTRO5.7.1 Introduction to recto/verso 			
				
rectoverso.html#RECTOVERSO_LIST5.7.1.1 Macro list 			
			
rectoverso.html#COLLATE_INTRO5.7.2 Introduction to collating 			
				
rectoverso.html#COLLATE5.7.2.1 The COLLATE macro 			
		
		
cover.html#RECTOVERSO5.8 CREATING A COVER PAGE 		
		
letters.html#LETTERS5.9 WRITING LETTERS 		
			
letters.html#LETTERS_INTRO5.9.1 Introduction to writing letters 			
letters.html#TUTORIAL5.9.2 Tutorial on writing letters 			
letters.html#LETTERS_DEFAULTS5.9.3 Default style for letters 			
letters.html#LETTERS_MACROS5.9.4 The letter macros 		
		
typemacdoc.html#TYPESETTING5.10 USING TYPESETTING MACROS DURING DOCUMENT PROCESSING 	
	
appendices.html#APPENDICES6. APPENDICES 	
		
appendices.html#MOREDOC6.1 Further notes on this documentation 		
appendices.html#CODENOTES6.2 Some reflections on mom 		
reserved.html#RESERVED6.3 List of reserved words 		
appendices.html#CONTACT6.4 Contact the author 	
