xref: /netbsd-src/external/gpl2/groff/dist/contrib/mom/momdoc/docelement.html (revision 89a07cf815a29524268025a1139fac4c5190f765)
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2<html>
3<head>
4<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
5<title>Mom -- Document Processing, element tags</title>
6</head>
7<body bgcolor="#dfdfdf">
8
9<!====================================================================>
10
11<a href="headfootpage.html#TOP">Next</a>&nbsp;&nbsp;
12<a href="docprocessing.html#TOP">Prev</a>&nbsp;&nbsp;
13<a href="toc.html">Back to Table of Contents</a>
14<p>
15<a name="TOP"></a>
16<a name="DOCELEMENT">
17	<h1 align="center"><u>THE DOCUMENT ELEMENT TAGS</u></h1>
18</a>
19
20<ul>
21	<li><a href="#DOCELEMENT_INTRO">Introduction to the document element tags</a>
22	<ul>
23		<li><a href="#DOCELEMENT_CONTROL">Control macros -- changing defaults for document element tags</a>
24		<li><a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>
25	</ul>
26	<li><a href="#INDEX_DOCELEMENT">Index of document element tags</a>
27</ul>
28
29<a name="DOCELEMENT_INTRO">
30	<h2><u>Introduction to the document element tags</u></h2>
31</a>
32
33Once you've completed the setup for a document (see
34<a href="docprocessing.html#DOCPROCESSING_TUT">Setting up a mom document</a>),
35formatting it is a snap.  Simply invoke the appropriate tag for
36each document element as you need it.  The tags are macros that
37tell <strong>mom</strong>, &quot;This is a paragraph, this
38is a subhead, this is a footnote,&quot; and so on.
39<p>
40The list of tags is actually quite small -- ideal for the users
41<strong>mom</strong> brought herself into being for (see
42<a href="intro.html#INTRO_INTRO">Who mom is meant for</a>).
43However, the list of macros that control the appearance of the
44tags upon output is extensive.  Generally, for each tag,
45there are
46<a href="definitions.html#TERMS_CONTROLMACRO">control macros</a>
47for the tag's family, font and point size.  Where appropriate, there
48are macros to control leading, indents, quad and special features
49as well.
50<p>
51<strong>Mom</strong> has tasteful defaults for all the tags, hence you
52only use the control macros when you want to change the way
53she does things.  This is usually done prior to
54<a href="docprocessing.html#START">START</a>,
55but can, in fact, be done at any time in the course of a document.
56Any change to a tag's style affects all subsequent invocations of
57the tag.
58<p>
59
60<a name="DOCELEMENT_CONTROL"><h3><u>Control macros -- changing defaults</u></h3></a>
61
62<p>
63The control macros for document processing tags let you
64&quot;design&quot; the look of all the parts of your documents --
65should you wish.  At a bare minimum, all tags have macros to change
66<strong>mom</strong>'s defaults for family, font, point size and
67colour.  Where appropriate, there are macros to control leading,
68indents and quad as well.
69<p>
70In addition, many tags have special macros to control features that
71are pertinent to those tags alone.  Have a look at the section dealing
72with any particular tag to find out what macros control the tag,
73and what <strong>mom</strong>'s defaults for the tag are.
74<p>
75The control macros may be used at any time during the course of
76a document (i.e. before or after
77<a href="docprocessing.html#START">START</a>).  The changes you
78make alter all subsequent invocations of the affected tag until
79you make another change, either by passing new arguments to the
80tag's control macro, or toggling a particular feature of the tag on
81or off.
82<p>
83And don't forget: the
84<a href="typesetting.html#MACROS_TYPESETTING">typesetting macros</a>
85can be used at any time, including inside
86<a href="definitions.html#TERMS_TOGGLE">toggle</a>
87tags (affecting only that particular invocation of the tag).
88Equally,
89<a href="definitions.html#TERMS_INLINES">inline escapes</a>
90can be used in tags that take
91<a href="definitions.html#TERMS_STRINGARGUMENT">string arguments.</a>
92<p>
93<strong>IMPORTANT NOTE:</strong> The family, font, point size,
94colour and leading control macros have no effect in
95<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>,
96which sets EVERYTHING in Courier roman, 12/24 (i.e. 12-point type on
97a linespace of 24 points).
98<p>
99Please also note that the defaults listed
100with the control macros apply only to
101<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>
102unless a default for <strong>TYPEWRITE</strong> is also given.
103<p>
104<strong>A WORD OF ADVICE:</strong> Get familiar with
105<strong>mom</strong> at her default settings before exploring the
106control macros.  Put her through her paces.  See how she behaves.
107Get to know what she feels like and how she looks, both in your text
108editor and on the printed page.  Then, if you don't like something,
109use this documentation to find the precise macro you need to change it.
110There are tons of control macros.  Reading up on them and trying to
111remember them all might lead you to think that <strong>mom</strong>
112is complex and unwieldy, which is not only untrue, but would offend
113her mightily.
114<p>
115
116<a name="CONTROL_MACRO_ARGS"><h3><u>Arguments to the control macros</u></h3></a>
117
118<h3>Family and font</h3>
119The arguments to the control macros that end in
120<strong>_FAMILY</strong> or <strong>_FONT</strong> are the same
121as for
122<a href="typesetting.html#FAMILY">FAMILY</a>
123and
124<a href="typesetting.html#FONT">FT</a>.
125
126<h3>Point size</h3>
127Control macros that end in <strong>_SIZE</strong> always take
128the form <kbd>+digit</kbd> or <kbd>-digit</kbd> where digit is
129the number of
130<a href="definitions.html#TERMS_PICASPOINTS">points</a>
131larger (+) or smaller (-) than the point size of paragraphs
132you want the document element to be.  For example, to change
133subheads to 1-1/2 points larger than the type in paragraphs, do
134<p>
135<pre>
136	.SUBHEAD_SIZE +1.5
137</pre>
138
139There's no need for a
140<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
141with the <strong>_SIZE</strong> control macros; points is assumed.
142
143<h3>Colour</h3>
144Control macros that end in <strong>_COLOR</strong> take as their
145argument a colour name pre-defined (or &quot;initialized&quot;)
146with
147<a href="color.html#NEWCOLOR">NEWCOLOR</a>
148or
149<a href="color.html#XCOLOR">XCOLOR</a>.
150For example, if you want your heads to be red, once you've defined
151or initialized the color, red,
152<p>
153<pre>
154	.HEAD_COLOR red
155</pre>
156
157will turn your heads red.
158
159<h3>Lead/linespacing</h3>
160Control macros that end in <strong>_AUTOLEAD</strong> take the
161same argument as
162<a href="typesetting.html#AUTOLEAD">AUTOLEAD</a>,
163viz. a digit that represents the number of points to add to the
164tag's point size to arrive at its
165<a href="definitions.html#TERMS_LEADING">lead</a>.
166For example, to set footnotes
167<a href="definitions.html#TERMS_SOLID">solid</a>, do
168<p>
169<pre>
170	.FOOTNOTE_AUTOLEAD 0
171</pre>
172
173To set footnotes with a 1-point lead (i.e. with the line spacing
174one point greater than the footnote's point size), do
175<p>
176<pre>
177	.FOOTNOTE_AUTOLEAD 1
178</pre>
179
180<h3><a name="CONTROL_INDENTS">Indents</a></h3>
181Except for <strong>PARA_INDENT</strong>, the argument to the control
182macros that end
183in <strong>_INDENT</strong> is always a single digit (whole numbers
184only; no decimal fractions) with no
185<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
186appended to it.  The digit represents by how much you want the
187size of the paragraph first-line indent multiplied to achieve the
188correct indent for a particular tag.
189
190<h3>Quad/justification style</h3>
191Control macros that end in <strong>_QUAD</strong> take the same
192arguments as
193<a href="typesetting.html#QUAD">QUAD</a>.
194<p>
195<hr>
196
197<a name="INDEX_DOCELEMENT"><h3><u>Document element tags list</u></h3></a>
198<ul>
199	<li><a href="#EPIGRAPH_INTRO">Epigraphs</a>
200	<ul>
201		<li><a href="#EPIGRAPH">EPIGRAPH</a>
202		<li><a href="#EPIGRAPH_CONTROL">Epigrah control</a>
203	</ul>
204	<li><a href="#PP_INTRO">Paragraphs</a>
205	<ul>
206		<li><a href="#PP">PP</a>
207		<li><a href="#PP_CONTROL">Paragraph control</a>
208	</ul>
209	<li><a href="#HEAD_INTRO">Main heads</a>
210	<ul>
211		<li><a href="#HEAD">HEAD</a>
212		<li><a href="#HEAD_CONTROL">Head control</a>
213	</ul>
214	<li><a href="#SUBHEAD_INTRO">Subheads</a>
215	<ul>
216		<li><a href="#SUBHEAD">SUBHEAD</a>
217		<li><a href="#SUBHEAD_CONTROL">Subhead control</a>
218	</ul>
219	<li><a href="#PARAHEAD_INTRO">Paragraph heads</a>
220	<ul>
221		<li><a href="#PARAHEAD">PARAHEAD</a>
222		<li><a href="#PARAHEAD_CONTROL">Parahead control</a>
223	</ul>
224	<li><a href="#LINEBREAK_INTRO">Linebreaks (author linebreaks, section breaks)</a>
225	<ul>
226		<li><a href="#LINEBREAK">LINEBREAK</a>
227		<li><a href="#LINEBREAK_CHAR">Linebreak character</a>
228		<li><a href="#LINEBREAK_COLOR">Linebreak colour</a>
229	</ul>
230	<li><a href="#QUOTE_INTRO">Quotes (line for line)</a>
231	<ul>
232		<li><a href="#QUOTE">QUOTE</a>
233		<li><a href="#QUOTE_CONTROL">Quote control</a>
234	</ul>
235	<li><a href="#BLOCKQUOTE_INTRO">Blockquotes (cited material)</a>
236	<ul>
237		<li><a href="#BLOCKQUOTE">BLOCKQUOTE</a>
238		<li><a href="#BLOCKQUOTE_CONTROL">Blockquote control</a>
239	</ul>
240	<li><a href="#LIST_INTRO">Nested lists</a>
241	<ul>
242		<li><a href="#LIST">LIST</a>
243		<ul>
244			<li><a href="#ITEM">ITEM</a>
245		</ul>
246		<li><a href="#LIST_CONTROL">List control</a>
247	</ul>
248	<li><a href="#NUMBER_LINES_INTRO">Line numbering</a>
249	<ul>
250		<li><a href="#NUMBER_LINES">NUMBER_LINES</a>
251		<li><a href="#NUMBER_LINES_CONTROL">Control macros</a> (for QUOTE and BLOCKQUOTE)
252	</ul>
253	<li><a href="#FOOTNOTE_INTRO">Footnotes</a>
254	<ul>
255		<li><a href="#FOOTNOTE">FOOTNOTE</a>
256		<li><a href="#FOOTNOTE_CONTROL">Footnote control</a>
257	</ul>
258	<li><a href="#ENDNOTE_INTRO">Endnotes</a>
259	<ul>
260		<li><a href="#ENDNOTE">ENDNOTE</a>
261		<li><a href="#ENDNOTE_CONTROL">Endnote control</a>
262	</ul>
263	<li><a href="#MARGIN_NOTES_INTRO">Margin notes</a>
264	<ul>
265		<li><a href="#MN_INIT">MN_INIT</a> -- initialize margin notes
266		<li><a href="#MN">MN</a> -- start and end a margin note
267	</ul>
268    <li><a href="refer.html#TOP">Bibliographies and references</a>
269    <ul>
270        <li><a href="refer.html#REF">REF</a>
271        <li><a href="refer.html#ENDNOTE_REFS">ENDNOTE_REFS</a>
272        <li><a href="refer.html#FOOTNOTE_REFS">FOOTNOTE_REFS</a>
273        <li><a href="refer.html#BRACKET_REFS">Embedded references</a>
274        <li><a href="refer.html#BIBLIOGRAPHY">BIBLIOGRAPHY</a>
275        <li><a href="refer.html#BIBLIOGRAPHY_TYPE">BIBLIOGRAPHY_TYPE</a>
276    </ul>
277	<li><a href="#BLANK_PAGE_TITLE">Blank pages</a>
278	<li><a href="#TOC_INTRO">Table of contents</a>
279	<ul>
280		<li><a href="#TOC">TOC</a>
281		<li><a href="#TOC_CONTROL">Table of contents control</a>
282	</ul>
283	<li><a href="#FINIS_INTRO">Document termination</a>
284	<ul>
285		<li><a href="#FINIS">FINIS (Document termination)</a>
286	</ul>
287	<ul>
288		<li><a href="#FINIS_STRING">Changing the FINIS string</a>
289		<li><a href="#FINIS_COLOR">Changing the FINIS colour</a>
290	</ul>
291</ul>
292<hr>
293
294
295<!====================================================================>
296
297<a name="EPIGRAPH_INTRO"><h2><u>Epigraphs</u></h2></a>
298<ul>
299	<li><a href="#EPIGRAPH">Tag: EPIGRAPH</a>
300	<li><a href="#EPIGRAPH_CONTROL">Epigraph control macros</a>
301</ul>
302<p>
303<a href="definitions.html#TERMS_EPIGRAPH">Epigraphs</a>
304colour, flavour, or comment on the document they precede.  Typically,
305they are centred at the top of a document's first page (underneath the
306title) and set in a smaller point size than that of paragraph text.
307<p>
308By default, <strong>mom</strong> sets epigraphs centred and
309<a href="definitions.html#TERMS_NOFILL">unfilled</a>;
310this lets you input them on a line for line basis.  This behaviour
311can be changed to accomodate
312<a href="definitions.html#TERMS_FILLED">filled</a>
313epigraph &quot;blocks.&quot;
314<p>
315
316<!---EPIGRAPH--->
317
318<hr width="66%" align="left">
319<p>
320<a name="EPIGRAPH">
321	<nobr>Macro: <strong>EPIGRAPH</strong> &lt;toggle&gt; | [ BLOCK ]</a></nobr>
322</a>
323
324<p>
325<strong>EPIGRAPH</strong> is a toggle, used like this:
326<p>
327<pre>
328	.EPIGRAPH
329	&lt;text of epigraph&gt;
330	.EPIGRAPH OFF
331</pre>
332
333<strong>OFF</strong>, above, could be anything -- say, Q or X --
334since any argument other than <strong>BLOCK</strong> turns it off.
335<p>
336If given the argument <strong>BLOCK</strong>, <strong>EPIGRAPH</strong>
337sets epigraphs
338<a href="definitions.html#TERMS_FILLED">filled</a>,
339justified or quadded in the same direction as paragraphs, indented
340equally from both the left and right margins.
341<p>
342If a block-style epigraph runs to more than one paragraph (unlikely,
343but conceivable), you <strong>MUST</strong> introduce every paragraph
344-- <u>INCLUDING THE FIRST!!!</u> -- with the
345<a href="#PP">PP</a>
346tag.
347<p>
348<strong>NOTE:</strong> <strong>EPIGRAPH</strong> should only be
349used at the top of a document (i.e. just after
350<a href="docprocessing.html#START">START</a>)
351or after
352<a href="#HEAD_INTRO">heads</a>.  The latter is not especially
353recommended, but it does work.  In all other places where you
354want quotes or cited text, use
355<a href="#QUOTE">QUOTE</a>
356or
357<a href="#BLOCKQUOTE">BLOCKQUOTE</a>.
358<p>
359
360<a name="EPIGRAPH_CONTROL"><h3><u>Epigraph control macros</u></h3></a>
361<p>
362See
363<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
364<p>
365<pre>
366.EPIGRAPH_FAMILY    default = prevailing document family; default is Times Roman
367.EPIGRAPH_FONT      default = roman
368.EPIGRAPH_SIZE      default = -1.5 (points)
369.EPIGRAPH_COLOR     default = black
370.EPIGRAPH_AUTOLEAD  default = 2 points
371
372(The next two apply to &quot;block&quot; style epigraphs only)
373
374.EPIGRAPH_QUAD      default = same as paragraphs
375.EPIGRAPH_INDENT*   default = para indent x 3 (for typeset), x 2 (for typewrite)
376
377*Indent here refers to the indent from both the left and right margins
378 that centres the block style epigraph on the page.
379</pre>
380<hr>
381
382<!====================================================================>
383
384<a name="PP_INTRO"><h2><u>Paragraphs</u></h2></a>
385<ul>
386	<li><a href="#PP">Tag: PP</a>
387	<li><a href="#PP_CONTROL">Paragraph control macros</a>
388</ul>
389<p>
390The paragraph macro is the one you use most often.  Consequently,
391it's one of most powerful, yet simplest to use -- just the letters
392<strong>PP</strong>.  No arguments, nothing.  Just <kbd>.PP</kbd>
393on a line by itself any time, in any document element, tells
394<strong>mom</strong> you want to start a new paragraph.  The spacing
395and indent appropriate to where you are in your document are taken
396care of automatically.
397<p>
398By default, <strong>mom</strong> does not indent the first paragraph
399of a document, nor paragraphs that fall immediately after
400<a href="#HEAD_INTRO">heads</a>
401or
402<a href="#SUBHEAD_INTRO">subheads</a>.
403The first paragraphs of blockquotes and block-style epigraphs are
404also not indented.  This behaviour can be changed with the control
405macro
406<a href="#PARA_INDENT_FIRST">INDENT_FIRST_PARAS</a>.
407<p>
408In contrast to some other macro packages, <strong>mom</strong> does not
409deposit a blank line between paragraphs.  If you want her to do so, use
410the control macro <strong>PARA_SPACE</strong>.  (I don't recommend
411using this macro with
412<a href="typesetting.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>.)
413<p>
414Note that <strong>mom</strong> does not provide &quot;orphan
415control&quot; for paragraphs (i.e. even if only one line of a paragraph
416fits at the bottom of a page, she will set it on that page).  The
417reason for this is that writers of fiction often have single-line
418paragraphs (e.g. in dialogue).  Groff's simplistic orphan control
419will break these one-liners -- if they fall at the bottom of the page
420-- to a new page, which is not what you want.
421<p>
422<strong>TIP:</strong> The last thing you want while you're writing
423and editing drafts of a document (particularly stories and chapters)
424is a text file cluttered up with <strong>PP</strong>'s.  The visual
425interruption in the flow of text is a serious obstacle to creativity
426and critiquing.
427<p>
428I use the tab key on my keyboard to indent paragraphs when I'm writing,
429producing a text file that looks pretty much like what you see on
430a printed page.  When it comes time to format and print the file,
431I run it through a sed script that (amongst other things) converts
432the character generated by the tab key (<kbd>^I</kbd>) into <code>.PP</code>
433(plus a new line), and pipe the output to groff for processing and
434printing.
435<p>
436Another solution is to insert a blank line between paragraphs.
437The blank lines can then be sedded out at print time as above, or,
438more conveniently, you can use the <code>.blm</code>
439<a href="definitions.html#TERMS_PRIMITIVES">primitive</a>
440(blank line macro) to instruct groff (and <strong>mom</strong>)
441that blank lines should be interpreted as <strong>PP</strong>'s.
442<p>
443<pre>
444	.blm PP
445</pre>
446tells groff that all blank lines are really the macro <strong>PP</strong>.
447<p>
448
449<!---PP--->
450
451<hr width="66%" align="left">
452<p>
453<a name="PP">
454	Macro: <strong>PP</strong>
455</a>
456
457<p>
458<strong>PP</strong> (on a line by itself, of course) tells mom to
459start a new paragraph.  See
460<a href="#PP_INTRO">above</a>
461for more details.  In addition to regular text paragraphs, you can
462use <strong>PP</strong> in
463<a href="#EPIGRAPH_INTRO">epigraphs</a>,
464<a href="#BLOCKQUOTE_INTRO">blockquotes</a>
465and
466<a href="#FOOTNOTE_INTRO">footnotes</a>.
467
468<a name="PP_CONTROL"><h3><u>Paragraph control macros</u></h3></a>
469<p>
470The <strong>PP</strong> being so important, and representing, as
471it were, the basis of everything that goes on in a document, its
472control is managed in a manner somewhat different from other document
473element tags.
474<p>
475<ol>
476	<li><a href="#PP_FAMILY">Family control</a>
477	<li><a href="#PP_FONT">Font control</a>
478	<li><a href="#PP_COLOR">Paragraph colour</a>
479	<li><a href="#PP_LEADING">Leading/linespacing control</a>
480	<li><a href="#PP_JUST_QUAD">Justification/quad control</a>
481	<li><a href="#PARA_INDENT">First-line indent control</a>
482	<li><a href="#PARA_INDENT_FIRST">Initial paragraphs indent control</a>
483	<li><a href="#PP_SPACE">Paragraph spacing control</a>
484</ol>
485
486<a name="PP_FAMILY"><h3><u>1. Family</u></h3></a>
487<p>
488The paragraph
489<a href="definitions.html#TERMS_FAMILY">family</a>
490is set with
491<a href="typesetting.html#FAMILY">FAMILY</a>
492prior to
493<a href="docprocessing.html#START">START</a>,
494or
495<a href="docprocessing.html#DOC_FAMILY">DOC_FAMILY</a>
496afterwards.  Please note that both globally affect the family of
497every element in the document.
498<p>
499If you wish to change the family for regular
500text paragraphs only, invoke <strong>FAMILY</strong> immediately
501after <strong>PP</strong> in EVERY paragraph whose family you wish
502to differ from the prevailing document family.
503<p>
504<strong>Mom</strong>'s default paragraph (and document) family
505is Times Roman.
506<p>
507
508<a name="PP_FONT"><h3><u>2. Font -- PP_FONT</u></h3></a>
509<p>
510To change the
511<a href="definitions.html#TERMS_FONT">font</a>
512used in regular text paragraphs, use <code>.PP_FONT</code>,
513which takes the same argument as
514<a href="typesetting.html#FONT">FT</a>.
515<strong>PP_FONT</strong> may be used before or after
516<a href="docprocessing.html#START">START</a>.
517Only regular text paragraphs are affected; paragraphs in
518<a href="#EPIGRAPH_INTRO">epigraphs</a>,
519<a href="#BLOCKQUOTE_INTRO">blockquotes</a>
520and
521<a href="#FOOTNOTE_INTRO">footnotes</a>
522remain at their default setting (medium roman) unless you change them
523with the appropriate control macros.
524<p>
525<strong>Mom</strong>'s default paragraph font is medium roman.
526<p>
527
528<a name="PP_COLOR"><h3><u>3. Paragraph colour</u></h3></a>
529<p>
530<strong>Mom</strong> has no special control macro for colourizing
531paragraphs.  If you wish a colourized paragraph, you must use the
532macro,
533<a href="color.html#COLOR">COLOR</a>,
534or the
535<a href="definitions.html#TERMS_INLINE">inline escape</a>,
536<a href="color.html#COLOR_INLINE">\*[&lt;colorname&gt;]</a>,
537<em>after</em> <strong>.PP</strong>.  The colour must be one
538pre-defined (or &quot;initialized&quot;) with
539<a href="color.html#NEWCOLOR">NEWCOLOR</a>
540or
541<a href="color.html#XCOLOR">XCOLOR</a>.
542<p>
543Please note that unless you change the colour back to it's default
544(usually black) at the end of the paragraph, all subsequent
545paragraphs will be set in the new colour, although most other
546elements of your document will continue to be set in the default
547colour (usually black).
548<p>
549For example, assuming you have defined the colour, blue,
550<p>
551<pre>
552	.PP
553	.COLOR blue
554	&lt;first paragraph&gt;
555	.HEAD "Monty Python"
556	.SUBHEAD "The Origins of Spam"
557	.PP
558	&lt;second paragraph&gt;
559</pre>
560
561the first paragraph will be blue, the head and subhead will be in
562the document's default colour (usually black), and the second
563paragraph will be in blue.
564<p>
565The one document element that is affected by changing the colour
566of paragraphs are
567<a href="#PARAHEAD">paraheads</a>,
568since they are attached directly to the body of paragraphs.  In
569other words, if you change the colour of a paragraph and do not
570reset the paragraph colour back to its default, subsequent paraheads
571will appear in the same colour as your paragraphs unless you have
572explicitly told <strong>mom</strong> you want a pre-defined (or
573&quot;initialized&quot;) color (usually black) for your paraheads.
574<p>
575See the footnote to
576<a href="#PARAHEAD_COLOR">.PARAHEAD_COLOR</a>.
577
578<a name="PP_LEADING"><h3><u>4. Leading</u></h3></a>
579<p>
580The paragraph
581<a href="definitions.html#TERMS_LEADING">leading</a>
582is set with
583<a href="typesetting.html#LEADING">LS</a>
584prior to
585<a href="docprocessing.html#START">START</a>,
586or
587<a href="docprocessing.html#DOC_LEAD">DOC_LEAD</a>
588afterwards.  Please note that either method globally affects the
589leading and spacing of every document element (except
590<a href="definitions.html#TERMS_HEADER">headers</a>
591and
592<a href="definitions.html#TERMS_FOOTER">footers</a>).
593<p>
594If you wish to change the leading of regular text paragraphs only,
595invoke <strong>LS</strong> immediately after <strong>PP</strong> in
596EVERY paragraph whose leading you wish to change.
597<p>
598<strong>HYPER-IMPORTANT NOTE:</strong> It is extremely unwise to change
599paragraph leading with <strong>LS</strong>, as it will, in all cases,
600screw up <strong>mom</strong>'s ability to balance the bottom margin
601of pages.  Should you absolutely need to change paragraph leading
602with <strong>LS</strong>, and subsequently want <strong>mom</strong>
603to get back on the right leading track, use the
604<a href="docprocessing.html#SHIM">SHIM</a>
605macro.
606<p>
607<strong>Mom</strong>'s default paragraph leading (document leading)
608is 16 points, adjusted to fill the page.
609<p>
610
611<a name="PP_JUST_QUAD"><h3><u>5. Justification/quad</u></h3></a>
612<p>
613The justification/quad-direction of regular text paragraphs (i.e.
614<a href="definitions.html#TERMS_JUST">justified</a>,
615or
616<a href="definitions.html#TERMS_FILLED">filled</a>
617and
618<a href="definitions.html#TERMS_QUAD">quadded</a>
619left/right/centre) is set with
620<a href="typesetting.html#JUSTIFY">JUSTIFY</a>
621or
622<a href="typesetting.html#QUAD">QUAD</a>
623prior to
624<a href="docprocessing.html#START">START</a>,
625and with
626<a href="docprocessing.html#DOC_QUAD">DOC_QUAD</a>
627afterwards.
628<p>
629Please note that either method of setting the paragraph
630justification/quad-direction also affects
631<a href="#EPIGRAPH_INTRO">epigraphs</a>
632and
633<a href="#FOOTNOTE_INTRO">footnotes</a>,
634but not
635<a href="#BLOCKQUOTE_INTRO">blockquotes</a>
636(whose default is QUAD LEFT unless you change it with
637<a href="#BLOCKQUOTE">BLOCKQUOTE_QUAD</a>).
638The justification/quad-direction of epigraphs and footnotes may
639be changed with their own control macros.
640<p>
641If you wish to change the justification/quad-direction of
642individual paragraphs, use <strong>JUSTIFY</strong> or
643<strong>QUAD</strong> immediately after <strong>PP</strong>.
644Only the paragraph in question gets justified or quadded
645differently;  subsequent paragraphs remain unaffected.
646<p>
647<strong>Mom</strong>'s default justification/quad-direction for
648paragraphs is
649<br>
650<ul>
651    <li>justified, for
652        <a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE_TYPESET</a>
653    <li>quad left, for
654        <a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE_TYPEWRITE</a>
655</ul>
656<p>
657<a name="PARA_INDENT"><h3><u>6. First-line indent -- PARA_INDENT</u></h3></a>
658<p>
659The first-line indent of paragraphs is controlled by
660<strong>PARA_INDENT</strong>, which takes one argument: the size
661of the indent.  <strong>PARA_INDENT</strong> may be used before
662or after
663<a href="docprocessing.html#START">START</a>.
664A
665<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
666is required; fractional sizes are allowed.  Thus, to set the paragraph
667indent to 4-1/2
668<a href="definitions.html#TERMS_EM">ems</a>, do
669<p>
670<pre>
671	.PARA_INDENT 4.5m
672</pre>
673
674In addition to establishing the basic first line-indent of
675paragraphs, <strong>PARA_INDENT</strong> also affects
676<a href="#EPIGRAPH_INTRO">epigraphs</a>,
677<a href="#QUOTE_INTRO">quotes</a>
678and
679<a href="#BLOCKQUOTE_INTRO">blockquotes</a>,
680whose overall indenting from the left and (where applicable) right
681margins is relative to <strong>PARA_INDENT</strong>.  Furthermore, the
682first-line indent of paragraphs within these document elements (as well
683as footnotes) is also relative to <strong>PARA_INDENT</strong> (always
6841/2 of <strong>PARA_INDENT)</strong>), hence they are also affected.
685<p>
686<strong>Mom</strong>'s default <strong>PARA_INDENT</strong> is 2
687ems for
688<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE_TYPESET</a>
689and 3 picas (1/2 inch) for
690<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE_TYPEWRITE</a>.
691<p>
692
693<a name="PARA_INDENT_FIRST"><h3><u>7. Indenting initial paragraphs -- INDENT_FIRST_PARAS</u></h3></a>
694<p>
695By default, <strong>mom</strong> does not indent the first paragraph
696of a document, nor the first paragraph after a head or
697subhead, nor the first paragraphs of
698<a href="#EPIGRAPH_INTRO">epigraphs</a>,
699<a href="#BLOCKQUOTE_INTRO">blockquotes</a>
700or
701<a href="#FOOTNOTE_INTRO">footnotes</a>
702that run to more than one paragraph.
703<a name="INDENT_FIRST_PARAS"></a>
704<p>
705If you wish to have first paragraphs indented, invoke the macro
706<strong>.INDENT_FIRST_PARAS</strong> with no argument, either
707before or after
708<a href="docprocessing.html#START">START</a>.
709<strong>INDENT_FIRST_PARAS</strong> is a toggle macro, therefore
710passing it any argument (<strong>OFF, QUIT, Q, X</strong>...) cancels
711its effect, meaning that first paragraphs will once again NOT be
712indented.
713<p>
714
715<a name="PP_SPACE"><h3><u>8. Spacing paragraphs -- PARA_SPACE</u></h3></a>
716<p>
717By default, <strong>mom</strong> does not insert a blank line
718between paragraphs.  If you would like her to do so, invoke the
719macro <code>.PARA_SPACE</code> with no argument, either
720before or after
721<a href="docprocessing.html#START">START</a>.
722<strong>PARA_SPACE</strong> is a toggle macro, therefore passing
723it any argument (<strong>OFF, QUIT, Q, X</strong>...) cancels its
724effect, meaning that paragraphs will once again NOT be separated by
725a blank line.
726<p>
727<strong>NOTE:</strong> If <strong>PARA_SPACE</strong> is on,
728<strong>mom</strong> spaces only those paragraphs that come after
729an &quot;initial&quot; paragraph.  Initial paragraphs are those
730that come immediately after the
731<a href="definitions.html#TERMS_DOCHEADER">docheader</a>,
732<a href="#EPIGRAPH_INTRO">epigraphs</a>,
733<a href="#HEAD_INTRO">heads</a>,
734<a href="#SUBHEAD_INTRO">subheads</a>
735and
736<a href="#LINEBREAK_INTRO">linebreaks</a>.
737(The first paragraph after these document elements requires no
738blank line to separate it from other paragraphs.)
739<p>
740Sometimes, you can be fairly deep into a document before using
741<strong>.PP</strong> for the first time, and when you do, because
742<strong>mom</strong> is still waiting for that &quot;initial&quot;
743paragraph, she doesn't space it with a blank line, even though
744you expect her to.  The simple workaround for this is to invoke
745<strong>.PP</strong> <em>twice</em> (in succession) at the point you
746expect the blank line to appear.
747<br>
748<hr>
749
750<!====================================================================>
751
752<a name="HEAD_INTRO"><h2><u>Main heads</u></h2></a>
753<ul>
754	<li><a href="#HEAD">Tag: HEAD</a>
755	<li><a href="#HEAD_CONTROL">Head control macros</a>
756</ul>
757<p>
758Main heads -- or, in this documentation, just &quot;heads&quot;
759-- should be used any place you want titles to introduce major
760sections of a document.  If you wish, <strong>mom</strong> can number
761your heads for you.  Head numbers can also be included
762hierarchically in numbered
763<a href="#SUBHEAD_INTRO">subheads</a>
764and
765<a href="#PARAHEAD_INTRO">paraheads</a>.
766<p>
767By default, heads are centred on the page, underlined,
768all in caps.  A double linespace precedes each head.  In <a
769href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>, heads
770are bold, slightly larger than paragraph text.
771<p>
772If these defaults don't suit you, you can change them with the
773head control macros.
774<p>
775
776<!---HEAD--->
777
778<hr width="66%" align="left">
779<p>
780<a name="HEAD">
781	<nobr>Macro: <strong>HEAD</strong> &quot;&lt;text of head&gt;&quot; [ &quot;&lt;2nd line&gt;&quot; [ &quot;&lt;3rd line&gt;&quot; ... ] ]</nobr>
782</a>
783
784<p>
785The argument to <strong>HEAD</strong> is the text of the head,
786surrounded by double-quotes.  If you need additional lines for a
787head, simply surround each line with double-quotes.
788<p>
789<strong>NOTE:</strong> If a head falls near the bottom of an output page
790and <strong>mom</strong> is unable to fit the head <em>plus at least
791one line of text underneath it</em>, she will set the head at the
792top of the next page.
793<p>
794<strong>ADDITIONAL NOTE:</strong> If an
795<a href="definitions.html#TERMS_INPUTLINE">input line</a>
796in a head (i.e. one of the lines surrounded by double-quotes) has
797to be broken by <strong>mom</strong> in order to fit the current
798line-length (say, a narrow column measure), the head underline
799(underscore) will not behave.  You'll recognize the problem as soon
800as you preview your document.  If you encounter a head that
801misbehaves with respect to underlining, the solution is to
802supply each line <em>as you want it</em> as a separate argument
803(surrounded by double-quotes) to the <strong>HEAD</strong> macro.
804<p>
805For example, if <strong>mom</strong> breaks
806<pre>
807	.HEAD "This is a very, very, very long head"
808</pre>
809into
810<pre>
811	This is a very, very, very
812	        long head
813</pre>
814
815you'll see the misbehaving underscore and should change the
816argument to <strong>HEAD</strong> to
817<pre>
818	.HEAD "This is a very, very very" "long head"
819</pre>
820
821<a name="HEAD_CONTROL"><h3><u>Head control macros</u></h3></a>
822<p>
823There are, in addition to the usual family/font/size/quad control
824macros, a number of macros to manage head numbering, spacing,
825underlining, and so on.  Check them out if you're unhappy with
826<strong>mom</strong>'s defaults.
827<p>
828<ol>
829	<li><a href="#HEAD_GENERAL">Family/font/size/colour/quad</a>
830	<li><a href="#HEAD_CAPS">Caps</a>
831	<li><a href="#HEAD_SPACE">Pre-head space</a>
832	<li><a href="#HEAD_UNDERLINE">Underlining</a>
833	<li><a href="#NUMBER_HEADS">Numbering</a>
834	<li><a href="#RESET_HEAD_NUMBER">Reset head numbering</a>
835	<li><a href="#HEAD_INLINES">Vertical inline escapes inside heads</a>
836</ol>
837<p>
838<a name="HEAD_GENERAL"><h3><u>1. Family/font/size/colour/quad</u></h3></a>
839<p>
840See
841<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
842<p>
843<pre>
844.HEAD_FAMILY default = prevailing document family; default is Times Roman
845.HEAD_FONT   default = bold
846.HEAD_SIZE   default = +1 (point)
847.HEAD_COLOR  default = black
848.HEAD_QUAD   default = CENTER
849</pre>
850
851<a name="HEAD_CAPS"><h3><u>2. Capitalizing heads -- HEAD_CAPS</u></h3></a>
852<p>
853By default, <strong>mom</strong> sets heads in caps, regardless
854of the
855<a href="definitions.html#TERMS_STRINGARGUMENT">string(s)</a>
856you give to
857<a href="#HEAD">HEAD</a>.
858To change this behaviour, do
859<p>
860<pre>
861	.HEAD_CAPS OFF
862</pre>
863
864<strong>HEAD_CAPS</strong> is a toggle macro, therefore you can use
865any argument you like instead of <strong>OFF</strong> (<strong>END,
866QUIT, Q, X</strong>...).  To turn <strong>HEAD_CAPS</strong> back on,
867simply invoke it without an argument.
868<p>
869
870<a name="HEAD_SPACE"><h3><u>3. Space before heads -- HEAD_SPACE</u></h3></a>
871<p>
872By default, <strong>mom</strong> deposits 2 blank lines prior to every
873head.  If you'd prefer just a single blank line, do
874<p>
875<pre>
876	.HEAD_SPACE OFF
877</pre>
878
879<strong>HEAD_SPACE</strong> is a toggle macro, therefore you can use
880any argument you like instead of <strong>OFF</strong> (<strong>END,
881QUIT, Q, X</strong>...).  To restore the space before heads to 2
882blank lines, invoke <strong>HEAD_SPACE</strong> without an argument.
883<p>
884
885<a name="HEAD_UNDERLINE"><h3><u>4. Underlining heads -- HEAD_UNDERLINE</u></h3></a>
886<p>
887By default, <strong>mom</strong> underlines heads.  To change this
888behaviour, do
889<p>
890<pre>
891	.HEAD_UNDERLINE OFF
892</pre>
893
894<strong>HEAD_UNDERLINE</strong> is a toggle macro, therefore you can
895use any argument you like instead of <strong>OFF</strong> (<strong>END,
896QUIT, Q, X</strong>...).  To restore underlining of heads, invoke
897<strong>HEAD_UNDERLINE</strong> without an argument.
898<p>
899
900<a name="NUMBER_HEADS"><h3><u>5. Number heads -- NUMBER_HEADS</u></h3></a>
901<p>
902If you'd like your heads numbered, simply invoke
903<strong>NUMBER_HEADS</strong> with no argument.  <strong>Mom</strong>
904will number all subsequent heads automatically (in ascending order,
905naturally).
906<p>
907If, in addition to numbering heads, you also request that
908<a href="#SUBHEAD_INTRO">subheads</a>
909and/or
910<a href="#PARAHEAD_INTRO">paraheads</a>
911be numbered, the head number will be included in their numbers
912(each number separated by a period [dot]).
913<p>
914Should you wish to stop head numbering, invoke
915<strong>NUMBER_HEADS</strong> with any argument (<strong>OFF, QUIT,
916END, X</strong>...).  Head numbering will cease, and the head number
917will not be included in the numbering of subheads and/or paraheads.
918<p>
919
920<a name="RESET_HEAD_NUMBER"><h3><u>6. Reset head numbering -- RESET_HEAD_NUMBER</u></h3></a>
921<p>
922Should you wish to reset the head number to &quot;1&quot;, invoke
923<strong>RESET_HEAD_NUMBER</strong> with no argument.  If, for some
924reason, you want <strong>mom</strong> to use a head number that is not
925the next in ascending order (i.e. the last head number + 1), invoke
926<strong>RESET_HEAD_NUMBER</strong> with the number you want, e.g.
927<p>
928<pre>
929	.RESET_HEAD_NUMBER 6
930</pre>
931
932Your next head will be numbered &quot;6&quot; and subsequent heads will
933be numbered in ascending order from &quot;6&quot;.
934<p>
935
936<a name="HEAD_INLINES"><h3><u>7. Vertical inline escapes inside heads</u></h3></a>
937<p>
938If you need to adjust the
939<a href="definitions.html#TERMS_BASELINE">baseline</a>
940position of a head (e.g. the head falls at the top of a column and
941you want its
942<a href="definitions.html#TERMS_ASCENDER">ascenders</a>
943to line up with the ascenders of
944<a href="definitions.html#TERMS_RUNNING">running text</a>
945in other columns), you can embed a vertical motion
946<a href="definitions.html#TERMS_INLINES">inline escape</a>
947(either
948<a href="inlines.html#INLINE_VERTICAL_MOM">mom</a>'s
949or
950<a href="inlines.html#INLINE_VERTICAL_GROFF">groff</a>'s
951in the string(s) you pass to <strong>HEAD</strong>
952<p>
953For example,
954<p>
955<pre>
956	.HEAD "\[ALD3]Text of head"
957	    or
958	.HEAD "\[DOWN 3p]Text of head"
959</pre>
960
961will lower the baseline of the head by three points.  Note that
962there's no need to reverse the sense of the inline escape.
963<p>
964In the case of heads that run to more than one line, you must embed
965the escape in the string for each line, like this:
966<p>
967<pre>
968	.HEAD "\[ALD3]First line" "\[ALD3]Next line"
969	    or
970	.HEAD "\[DOWN 3p]First line" "\[DOWN 3p]Next line"
971</pre>
972<hr>
973
974<!====================================================================>
975
976<a name="SUBHEAD_INTRO"><h2><u>Subheads</u></h2></a>
977<ul>
978	<li><a href="#SUBHEAD">Tag: SUBHEAD</a>
979	<li><a href="#SUBHEAD_CONTROL">Subhead control macros</a>
980</ul>
981<p>
982Subheads should be used any place you want titles to introduce
983sections of a document below heads.  If you wish, <strong>mom</strong>
984can number subheads for you.  Subhead numbers can also be included
985hierarchically in numbered
986<a href="#PARAHEAD_INTRO">paraheads</a>.
987<p>
988By default, subheads are flush left.  In
989<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>,
990they are set bold, slightly larger than paragraph text.  In
991<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>,
992they are underlined.  A single linespace precedes them in both
993printstyles, and a tiny space adjustment raises them slightly
994above text that comes afterwards for greater clarity in
995document structuring.
996<p>
997If these defaults don't suit you, you can change them with the
998subhead control macros.
999<p>
1000
1001<!---SUBHEAD--->
1002
1003<hr width="66%" align="left">
1004<p>
1005<a name="SUBHEAD">
1006	<nobr>Macro: <strong>SUBHEAD</strong> &quot;&lt;text of subhead&gt;&quot; [ &quot;&lt;2nd line&gt;&quot; [ &quot;&lt;3rd line&gt;&quot; ... ] ]</nobr>
1007</a>
1008<p>
1009The argument to <strong>SUBHEAD</strong> is the text of the subhead,
1010surrounded by double-quotes.  If you need additional lines for a
1011subhead, simply surround each line with double-quotes.
1012<p>
1013<strong>NOTE:</strong> If a subhead falls near the bottom of an output
1014page and <strong>mom</strong> is unable to fit the head <em>plus at
1015least one line of text underneath it</em>, she will set the subhead
1016at the top of the next page.
1017
1018<a name="SUBHEAD_CONTROL"><h3><u>Subhead control macros</u></h3></a>
1019<p>
1020In addition to the usual family/font/size/quad control
1021macros, there are macros to manage subhead numbering.
1022<p>
1023<ol>
1024	<li><a href="#SUBHEAD_GENERAL">Family/font/size/colour/quad</a>
1025	<li><a href="#NUMBER_SUBHEADS">Numbering</a>
1026	<li><a href="#RESET_SUBHEAD_NUMBER">Reset subhead numbering</a>
1027	<li><a href="#SUBHEAD_INLINES">Vertical inline escapes inside subheads</a>
1028</ol>
1029<p>
1030<a name="SUBHEAD_GENERAL"><h3><u>1. Family/font/size/quad</u></h3></a>
1031<p>
1032See
1033<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
1034<p>
1035<pre>
1036.SUBHEAD_FAMILY default = prevailing document family; default is Times Roman
1037.SUBHEAD_FONT   default = bold
1038.SUBHEAD_SIZE   default = +.5 (point)
1039.SUBHEAD_COLOR  default = black
1040.SUBHEAD_QUAD   default = LEFT
1041</pre>
1042
1043<a name="NUMBER_SUBHEADS"><h3><u>2. Number subheads -- NUMBER_SUBHEADS</u></h3></a>
1044<p>
1045If you'd like your subheads numbered, simply invoke
1046<strong>.NUMBER_SUBHEADS</strong> with no argument.
1047<strong>Mom</strong> will number all subsequent subheads automatically
1048(in ascending order, naturally).
1049<p>
1050If, in addition to numbering subheads, you also request that
1051<a href="#HEAD_INTRO">heads</a>
1052be numbered, the head number will be included in the subhead number
1053(separated by a period [dot]).
1054<p>
1055Should you wish to stop subhead numbering, invoke
1056<strong>NUMBER_SUBHEADS</strong> with any argument (<strong>OFF, QUIT,
1057END, X</strong>...).  Subhead numbering will cease, and the subhead
1058number will not be included in the numbering of paraheads.
1059<p>
1060
1061<a name="RESET_SUBHEAD_NUMBER"><h3><u>3. Reset head numbering -- RESET_SUBHEAD_NUMBER</u></h3></a>
1062<p>
1063Should you wish to reset the subhead number to &quot;1&quot;, invoke
1064<strong>RESET_SUBHEAD_NUMBER</strong> with no argument.  If, for some
1065reason, you want <strong>mom</strong> to use a subhead number that is not
1066the next in ascending order (i.e. the last subhead number + 1), invoke
1067<strong>RESET_SUBHEAD_NUMBER</strong> with the number you want, e.g.
1068<p>
1069<pre>
1070	.RESET_SUBHEAD_NUMBER 4
1071</pre>
1072
1073Your next subhead will be numbered &quot;4&quot; and subsequent
1074subheads will be numbered in ascending order from &quot;4&quot;.
1075
1076<a name="SUBHEAD_INLINES"><h3><u>Vertical inline escapes inside subheads</u></h3></a>
1077See
1078<a href="#HEAD_INLINES">Vertical inline escapes inside heads</a>.
1079The information there applies equally to subheads.
1080<p>
1081<hr>
1082
1083<!====================================================================>
1084
1085<a name="PARAHEAD_INTRO"><h2><u>Paragraph heads</u></h2></a>
1086<ul>
1087	<li><a href="#PARAHEAD">Tag: PARAHEAD</a>
1088	<li><a href="#PARAHEAD_CONTROL">Parahead control macros</a>
1089</ul>
1090<p>
1091Paragraph heads (paraheads) should be used any place you want titles
1092to introduce paragraphs below heads or subheads.  If you wish,
1093<strong>mom</strong> can number paraheads for you.
1094<p>
1095By default, paraheads are joined to the body of a paragraph,
1096slightly indented (provided the paragraph is not a
1097&quot;first&quot; paragraph as defined in
1098<a href="#PARA_INDENT_FIRST">Indenting initial paragraphs</a>).
1099In
1100<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>,
1101they are set bold italic, slightly larger than paragraph text.  In
1102<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>,
1103they are underlined.
1104<p>
1105If these defaults don't suit you, you can change them with the
1106parahead control macros.
1107<p>
1108
1109<!---PARAHEAD--->
1110
1111<hr width="66%" align="left">
1112<p>
1113<a name="PARAHEAD">
1114	<nobr>Macro: <strong>PARAHEAD</strong> &quot;&lt;text of parahead&gt;&quot;</nobr>
1115</a>
1116<p>
1117<strong>PARAHEAD</strong> must come AFTER
1118<a href="#PP">PP</a>
1119or it will not work!
1120<p>
1121The argument is the text of the parahead, surrounded by double-quotes.
1122Because paraheads are joined to the body of a paragraph, they accept
1123only one argument (see
1124<a href="#HEAD">HEAD</a>
1125and
1126<a href="#SUBHEAD">SUBHEAD</a>).
1127<p>
1128
1129<a name="PARAHEAD_CONTROL"><h3><u>Parahead control macros</u></h3></a>
1130<p>
1131In addition to the family/font/size/colour/indent control macros,
1132there are macros to manage parahead numbering.
1133<p>
1134<ol>
1135	<li><a href="#PARAHEAD_GENERAL">Family/font/size/color</a>
1136	<li><a href="#PARAHEAD_INDENT">Indent</a>
1137	<li><a href="#NUMBER_PARAHEADS">Numbering</a>
1138	<li><a href="#RESET_PARAHEAD_NUMBER">Reset parahead numbering</a>
1139</ol>
1140<p>
1141<a name="PARAHEAD_GENERAL"><h3><u>1. Family/font/size/colour</u></h3></a>
1142<p>
1143See
1144<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
1145<p>
1146<pre>
1147.PARAHEAD_FAMILY default = prevailing document family; default is Times Roman
1148.PARAHEAD_FONT   default = bold italic
1149.PARAHEAD_SIZE   default = +.5 (point)
1150<a name="PARAHEAD_COLOR">.PARAHEAD_COLOR  default = black*</a>
1151
1152*If you colourize paragraph text, paraheads will appear in the same
1153colour as the text unless you explicitly tell mom to colour them
1154otherwise by invoking .PARAHEAD_COLOR.  If you do want paraheads
1155that are coloured the same as paragraph text, it's generally a good
1156idea to invoke .PARAHEAD_COLOR anyway (with the same colour used
1157for paragraph text), just to let mom know.
1158</pre>
1159
1160<a name="PARAHEAD_INDENT"><h3><u>2. Indent</u></h3></a>
1161<p>
1162Unlike other control macros that end in
1163<a href="#CONTROL_INDENTS"><strong>_INDENT</strong></a>,
1164the argument to the macro that controls indenting of paragraph heads
1165(<strong>PARAHEAD_INDENT</strong>) is NOT relative to the first-line
1166indent of normal paragraphs.  In other words, it takes an absolute
1167value, and requires a
1168<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
1169For example, to set the paragraph head indent to 2-1/2 picas, you
1170do:
1171<p>
1172<pre>
1173	.PARAHEAD_INDENT 2.5P
1174</pre>
1175<strong>Mom</strong>'s default indent for paragraph heads is 1/2
1176the first-line indent of normal paragraphs (both printstyles).
1177However, as stated above, if you choose to change the indent, you
1178must give an absolute value (unless you're a groff expert and want
1179to manipulate the number register <code>\n[#PP_INDENT]u</code>
1180arithmetically as the argument to <strong>PARAHEAD_INDENT</strong>
1181for an indent that's relative to <strong>PP_INDENT</strong>.)
1182<p>
1183<strong>NOTE:</strong> Paragraph heads in &quot;first
1184paragraphs&quot;, as defined in
1185<a href="#PARA_INDENT_FIRST">Indenting initial paragraphs</a>,
1186are not indented unless you turn
1187<a href="#INDENT_FIRST_PARAS">INDENT_FIRST_PARAS</a>
1188on.
1189<p>
1190
1191<a name="NUMBER_PARAHEADS"><h3><u>3. Number paraheads -- NUMBER_PARAHEADS</u></h3></a>
1192<p>
1193If you'd like your paraheads numbered, simply invoke
1194<strong>.NUMBER_PARAHEADS</strong> with no argument.
1195<strong>Mom</strong> will number all subsequent paraheads automatically
1196(in ascending order, naturally).
1197<p>
1198If, in addition to numbering paraheads, you also request that
1199<a href="#HEAD_INTRO">heads</a>
1200and
1201<a href="#SUBHEAD_INTRO">subheads</a>
1202be numbered, the head and/or subhead number will be included in the
1203parahead number (separated by a period [dot]).
1204<p>
1205Should you wish to stop parahead numbering, invoke
1206<strong>NUMBER_PARAHEADS</strong> with any argument (<strong>OFF,
1207QUIT, END, X</strong>...).  Parahead numbering will cease.
1208<p>
1209
1210<a name="RESET_PARAHEAD_NUMBER"><h3><u>4. Reset head numbering -- RESET_PARAHEAD_NUMBER</u></h3></a>
1211<p>
1212Should you wish to reset the parahead number to &quot;1&quot;, invoke
1213<strong>RESET_PARAHEAD_NUMBER</strong> with no argument.  If, for some
1214reason, you want <strong>mom</strong> to use a parahead number that is not
1215the next in ascending order (i.e. the last parahead number + 1), invoke
1216<strong>RESET_PARAHEAD_NUMBER</strong> with the number you want, e.g.
1217<p>
1218<pre>
1219	.RESET_PARAHEAD_NUMBER 7
1220</pre>
1221
1222Your next parahead will be numbered &quot;7&quot; and subsequent
1223paraheads will be numbered in ascending order from &quot;7&quot;.
1224<p>
1225<hr>
1226
1227<!====================================================================>
1228
1229<a name="LINEBREAK_INTRO"><h2><u>Author linebreaks</u></h2></a>
1230<ul>
1231	<li><a href="#LINEBREAK">Tag: LINEBREAK</a>
1232	<li><a href="#LINEBREAK_CHAR">Linebreak character control macro</a>
1233</ul>
1234<p>
1235By default, <strong>mom</strong> marks
1236<a href="definitions.html#TERMS_LINEBREAK">author linebreaks</a>
1237with three centred asterisks.  You can change this behaviour
1238with the linebreak character
1239<a href="definitions.html#TERMS_CONTROLMACRO">control macro</a>.
1240<p>
1241
1242<!---LINEBREAK--->
1243
1244<hr width="66%" align="left">
1245<p>
1246<a name="LINEBREAK">
1247	Macro: <strong>LINEBREAK</strong>
1248</a>
1249<br>
1250Alias: <strong>SECTION</strong>
1251
1252<p>
1253<strong>LINEBREAK</strong> takes no arguments.  Simply invoke it
1254(on a line by itself, of course) whenever you want to insert an
1255author linebreak.  The appearance of the linebreak is controlled
1256by the
1257<a href="#LINEBREAK_CHAR">LINEBREAK_CHAR</a>
1258macro.
1259
1260<h3><u>Linebreak character control macro</u></h3>
1261<p>
1262<a name="LINEBREAK_CHAR">
1263	<nobr>Macro: <strong>LINEBREAK_CHAR</strong> [ &lt;character&gt; ] [ &lt;iterations&gt; [ &lt;vertical adjustment&gt; ] ]</nobr>
1264</a>
1265<br>
1266Alias: <strong>SECTION_CHAR</strong>
1267<br>
1268<em>*The third optional argument requires a
1269<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a></em>.
1270<p>
1271<strong>LINEBREAK_CHAR</strong> determines what <strong>mom</strong>
1272prints when <strong>LINEBREAK</strong> is invoked.  It takes 3
1273optional arguments: the character you want deposited at the line
1274break, the number of times you want the character repeated, and a
1275vertical adjustment factor.
1276<p>
1277The first argument is any legal groff character (e.g. <kbd>*</kbd>
1278[an asterisk], <kbd>\(dg</kbd> [a dagger], <kbd>\f(ZD\N'141\fP</kbd>
1279[an arbitrary character from Zapf Dingbats], <kbd>\l'4P'</kbd>
1280[a 4-pica long rule]).  <strong>Mom</strong> sets the character
1281centred on the current line length.  (See &quot;man groff_char&quot;
1282for a list of all legal groff characters.)
1283<p>
1284The second argument is the number of times to repeat the character.
1285<p>
1286The third argument is a +|- value by which to raise (+) or lower (-)
1287the character in order to make it appear visually centred between
1288sections of text.  This lets you make vertical adjustments
1289to characters that don't sit on the
1290<a href="definitions.html#TERMS_BASELINE">baseline</a>
1291(such as asterisks).  The argument must be preceded by a plus or
1292minus sign, and must include a unit of measure.
1293<p>
1294If you enter <strong>LINEBREAK_CHAR</strong> with no arguments,
1295sections of text will be separated by two blank lines when you invoke
1296<strong>LINEBREAK</strong>.
1297<p>
1298<strong>Mom</strong>'s default for <strong>LINEBREAK_CHAR</strong> is
1299<p>
1300<pre>
1301	.LINEBREAK_CHAR * 3 -3p
1302</pre>
1303
1304i.e. three asterisks, lowered 3 points from their normal vertical
1305position (for
1306<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>;
1307the vertical adjustment is -2 points for
1308<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>).
1309
1310<h3><u>Linebreak colour control macro</u></h3>
1311<p>
1312<a name="LINEBREAK_COLOR">
1313	<nobr>Macro: <strong>LINEBREAK_COLOR</strong> &lt;color name&gt;</nobr>
1314</a>
1315<p>
1316To change the colour of the linebreak character(s), simply invoke
1317<strong>LINBREAK_COLOR</strong> with the name of a pre-defined (or
1318&quot;initialized&quot;) colour.
1319<br>
1320<hr>
1321
1322<!====================================================================>
1323
1324<a name="QUOTE_INTRO"><h2><u>Quotes (line for line)</u></h2></a>
1325<ul>
1326	<li><a href="#QUOTE">Tag: QUOTE</a>
1327	<li><a href="#QUOTE_CONTROL">Quote control macros</a>
1328</ul>
1329<p>
1330<a href="definitions.html#TERMS_QUOTE">Quotes</a>
1331are always set in
1332<a href="definitions.html#TERMS_NOFILL">nofill mode</a>,
1333flush left.  This permits entering quotes on a line for line basis in
1334your text editor and have them come out the same way on output copy.
1335(See
1336<a href="#BLOCKQUOTE_INTRO">Blockquotes</a>
1337for how quotes, in the present sense, differ from longer
1338passages of cited text.)
1339<p>
1340Since <strong>mom</strong> originally came into being to serve
1341the needs of creative writers (i.e. novelists, short story
1342writers, etc. -- not to cast aspersions on the creativity of
1343mathematicians and programmers), she sets quotes in italics
1344<a href="docprocessing.html#PRINTSTYLE">(PRINTSTYLE TYPESET)</a>
1345or underlined
1346<a href="docprocessing.html#PRINTSTYLE">(PRINTSTYLE TYPEWRITE)</a>,
1347indented from the left margin.  Obviously, she's thinking
1348&quot;quotes from poetry or song lyrics&quot;, but with the
1349<a href="#QUOTE_CONTROL">quote control macros</a>
1350you can change her defaults so <strong>QUOTE</strong> serves other
1351needs, e.g. entering verbatim snippets of programming code, command
1352line instructions, and so on.  (See the
1353<a href="#QUOTE_TIP">tip</a>
1354below for suggestions about including programming code snippets in
1355documents.)
1356<p>
1357<a name="QUOTE_SPACING"></a>
1358Besides indenting quotes, <strong>mom</strong> further sets them
1359off from
1360<a href="definitions.html#TERMS_RUNNING">running text</a>
1361with a small amount of vertical whitespace top and bottom.  In
1362<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>,
1363this is always one full linespace.  In
1364<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>,
1365it's 1/2 of the prevailing
1366<a href="definitions.html#TERMS_LEADING">leading</a>
1367if the quote fits fully on the page (i.e. with running text above
1368and below it), otherwise it's a full linespace either above or below
1369as is necessary to balance the page to the bottom margin.  This
1370behaviour can be changed with the control macro
1371<a href="#ALWAYS_FULLSPACE_QUOTES">ALWAYS_FULLSPACE_QUOTES</a>.
1372<p>
1373<strong>NOTE:</strong> <strong>ALWAYS_FULLSPACE_QUOTES</strong>
1374applies to both
1375<a href="#QUOTE">QUOTE</a>
1376and
1377<a href="#BLOCKQUOTE">BLOCKQUOTE</a>,
1378as does the control macro
1379<a href="#QUOTE_INDENT">QUOTE_INDENT</a>.
1380<p>
1381<strong>Version 1.3: mom</strong>'s handling of the vertical
1382whitespace around quotes has changed slightly.  In versions prior
1383to 1.3, it was not possible to alter the
1384<a href="definitions.html#TERMS_LEADING">leading</a>
1385of quotes and blockquotes (which was the same as the document
1386leading), ensuring that the vertical whitespace remained consistent,
1387as described above.  In 1.3 and later, it is possible to change the
1388leading of quotes and blockquote via
1389the <strong>QUOTE_AUTOLEAD</strong> and
1390<strong>BLOCKQUOTE_AUTOLEAD</strong>macro.  Now, if your quote
1391(or blockquote) leading differs from the document leading,
1392<strong>mom</strong> attempts to observe the same rules for vertical
1393whitespace outlined above; however, she will also insert a small,
1394flexible amount of extra whitespace around the quotes to make sure
1395the whitespace is equal, top and bottom.  Since she does this on a
1396quote by quote basis, rather than by figuring out how much extra
1397whitespace is needed to adjust <em>all</em> quotes on a page,
1398the spacing around multiple quotes on the same page will differ
1399slightly, although each will be balanced between lines of normal
1400<a href="definitions.html#TERMS_RUNNING">running text</a>,
1401top and bottom.  (The inability to scan an entire page and insert
1402equalized whitespace at marked places is a limitation of groff,
1403which, by and large, works in a linear, line by line fashion.)
1404If you don't provide <strong>mom</strong> with a
1405<strong>QUOTE_AUTOLEAD</strong>, quotes are leaded at the default
1406for normal running text, meaning that multiple quotes on the same
1407page are all spaced identically.
1408<p>
1409<a name="QUOTE_TIP"><strong>TIP:</strong></a>
1410If you want to include snippets of programming code in
1411<strong>mom</strong> documents, you may come acropper of the fact
1412that groff (and <strong>mom</strong>'s) escape character is the
1413backslash.  In order for <strong>mom</strong> not to interpret
1414backslashes that occur in code snippets as escapes, you have to
1415tell <strong>mom</strong> that the backslash character is
1416(temporarily) no longer the escape character.  The easiest way
1417to do this is to set the escape character to something else for
1418the duration of the code snippet.  You accomplish this with
1419<strong>ESC_CHAR</strong>, like this:
1420<p>
1421<pre>
1422	.ESC_CHAR c
1423</pre>
1424
1425where &quot;c&quot;, above, is the alternate escape character
1426(which should be a character that does not appear in the code).  To
1427set the escape character back to the backslash, simply invoke
1428<strong>.ESC_CHAR</strong> by itself (i.e. with no argument).
1429<p>
1430Because <strong>mom</strong>, by default, sets the text after
1431<strong>.QUOTE</strong> in italic (for <strong>PRINTSTYLE
1432TYPESET</strong>) or underlined (for <strong>PRINTSTYLE
1433TYPEWRITE</strong>), you'll want to change that behaviour as
1434well.  Therefore, a recipe for setting verbatim code snippets using
1435<strong>QUOTE</strong> could be (assuming you want a fixed width
1436font like Courier):
1437<p>
1438<pre>
1439	\# You only need the first two lines before the first invocation
1440	\# of QUOTE.  They stay in effect for all subsequent invocations.
1441	\#
1442	.QUOTE_FONT       CR    \" Set quote font to Courier roman
1443	.UNDERLINE_QUOTES OFF   \" Don't underline quotes in TYPEWRITE
1444	.QUOTE
1445	.ESC_CHAR ^             \" Change escape character to ^
1446	&lt;code snippet&gt;
1447	.ESC_CHAR               \" Restore escape character to \
1448	.QUOTE OFF
1449
1450</pre>
1451
1452<!---QUOTE--->
1453
1454<hr width="66%" align="left">
1455<p>
1456<a name="QUOTE">
1457	<nobr>Macro: <strong>QUOTE</strong> toggle</nobr>
1458</a>
1459
1460<p>
1461<strong>QUOTE</strong> is a toggle macro.  To begin a section of
1462quoted text, invoke it with no argument, then type in your quote.
1463When you're finished, invoke <strong>QUOTE</strong> with any
1464argument (e.g. OFF, END, X, Q...) to turn it off.  Example:
1465<p>
1466<pre>
1467	.QUOTE
1468	Nymphomaniacal Jill
1469	Used a dynamite stick for a thrill
1470	They found her vagina
1471	In North Carolina
1472	And bits of her tits in Brazil.
1473	.QUOTE END
1474</pre>
1475
1476<a name="QUOTE_CONTROL"><h3><u>Quote control macros</u></h3></a>
1477<ol>
1478	<li><a href="#QUOTE_GENERAL">Family/font/size/leading/colour/indent</a>
1479	<li><a href="#ALWAYS_FULLSPACE_QUOTES">Spacing above and below (typeset only)</a>
1480	<li><a href="#UNDERLINE_QUOTES">Underline quotes (typewrite only)</a>
1481	<li><a href="#BREAK_QUOTE">Manually break a footnoted quote that crosses pages/columns</a>
1482</ol>
1483<p>
1484<a name="QUOTE_GENERAL"><h3><u>1. Family/font/size/colour/indent</u></h3></a>
1485<p>
1486See
1487<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
1488<p>
1489<pre>
1490.QUOTE_FAMILY   default = prevailing document family; default is Times Roman
1491.QUOTE_FONT     default = italic; underlined in TYPEWRITE
1492.QUOTE_SIZE     default = +0 (i.e. same size as paragraph text)
1493.QUOTE_AUTOLEAD default = none; leading of quotes is the same as paragraphs
1494.QUOTE_COLOR    default = black
1495<a name="QUOTE_INDENT">.QUOTE_INDENT   default = paragraph indent x 3 (typeset); x 2 (typewrite)</a>
1496               (note that this macro also sets the indents (left and right)
1497                for blockquotes)
1498</pre>
1499
1500<a name="ALWAYS_FULLSPACE_QUOTES"><h3><u>2. Spacing above and below -- ALWAYS_FULLSPACE_QUOTES (typeset only)</u></h3></a>
1501<p>
1502If you'd like <strong>mom</strong> always to put a full linespace above
1503and below quotes, invoke <strong>.ALWAYS_FULLSPACE_QUOTES</strong>
1504with no argument.  If you wish to restore <strong>mom</strong>'s
1505default behaviour regarding the spacing of quotes (see
1506<a href="#QUOTE_SPACING">above</a>),
1507invoke the macro with any argument (<strong>OFF, QUIT, END,
1508X</strong>...)
1509<p>
1510<strong>NOTE:</strong> This macro also sets <strong>mom</strong>'s
1511spacing policy for
1512<a href="#BLOCKQUOTE_INTRO">blockquotes</a>.
1513<p>
1514
1515<a name="UNDERLINE_QUOTES"><h3><u>3. Underlining -- UNDERLINE_QUOTES (typewrite only)</u></h3></a>
1516<p>
1517By default in
1518<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>,
1519<strong>mom</strong> underlines quotes.  If you'd rather she didn't,
1520invoke <strong>.UNDERLINE_QUOTES</strong> with any argument
1521(<strong>OFF, QUIT, END, X</strong>...) to disable the feature.
1522Invoke it without an argument to restore <strong>mom</strong>'s
1523default underlining of quotes.
1524<p>
1525If you not only wish that <strong>mom</strong> not underline
1526quotes, but also that she set them in italic, you must follow each
1527instance of <strong>QUOTE</strong> with the typesetting macro <a
1528href="typesetting.html#FONT">FT I</a>.
1529Furthermore, since <strong>mom</strong> underlines all instances
1530of italics by default in <strong>PRINTSTYLE TYPEWRITE</strong>,
1531you must also make sure that <strong>ITALIC_MEANS_ITALIC</strong>
1532is enabled (see
1533<a href="docprocessing.html#TYPEWRITE_CONTROL">PRINTSTYLE TYPEWRITE control macros</a>).
1534<p>
1535
1536<a name="BREAK_QUOTE"><h3><u>4. Manually break a footnoted quote -- BREAK_QUOTE</u></h3></a>
1537<p>
1538<strong>NOTE:</strong> <em>As of version 1.1.9, the macro</em>
1539<strong>BREAK_QUOTE</strong> <em>has become obsolete (or, at least,
1540should have become obsolete.)  It remains here for backward
1541compatibility with documents created prior to 1.1.9, and just in
1542case, despite my efforts to make it obsolete, you still encounter the
1543problem it's supposed to fix.  Should you find yourself having to
1544use</em> <strong>BREAK_QUOTE</strong> <em>while running</em> <strong>mom</strong>
15451.1.9 <em>or higher, please notify me immediately.</em>
1546
1547<p>
1548Exceptionally, a quote or blockquote containing a footnote may cross
1549a page or column.  When this happens, the footnote marker may not be
1550correct for its position relative to other footnotes on the page, and
1551the footnote itself may appear on the wrong page or at the bottom of
1552the wrong column.  When this happens, study your output to determine
1553the precise point at which the quote breaks (or at which you want
1554it to break), and add <code>.BREAK_QUOTE</code> on a line by itself
1555afterwards.  No other intervention is required, and the footnote(s)
1556will be marked correctly and appear on the correct page.
1557<p>
1558<strong>BREAK_QUOTE</strong> may be used with both quotes and
1559blockquotes, and hence is aliased as <strong>BREAK_BLOCKQUOTE,
1560BREAK_CITATION</strong> and <strong>BREAK_CITE</strong>.
1561<p>
1562<hr>
1563
1564<!====================================================================>
1565
1566<a name="BLOCKQUOTE_INTRO"><h2><u>Blockquotes (cited passages)</u></h2></a>
1567<ul>
1568	<li><a href="#BLOCKQUOTE">Tag: BLOCKQUOTE (aliases: CITE, CITATION)</a>
1569	<li><a href="#BLOCKQUOTE_CONTROL">BLOCKQUOTE control macros</a>
1570</ul>
1571<p>
1572<strong>BLOCKQUOTES</strong> are used to cite passages from another
1573author's work.  So that they stand out well from
1574<a href="definitions.html#TERMS_RUNNING">running text</a>,
1575<strong>mom</strong> indents them from both the left and right margins
1576and sets them in a different point size
1577<a href="docprocessing.html#PRINTSTYLE">(PRINTSTYLE TYPESET</a>
1578only).
1579<a href="definitions.html#TERMS_OUTPUTLINE">Output lines</a>
1580are
1581<a href="definitions.html#TERMS_FILLED">filled</a>,
1582and, by default,
1583<a href="definitions.html#TERMS_QUAD">quadded</a>
1584left.
1585<p>
1586Besides indenting blockquotes, <strong>mom</strong> further sets them
1587off from running text with a small amount of vertical whitespace top
1588and bottom.  (See
1589<a href="#QUOTE_SPACING">above</a>
1590for a complete explanation of how this is managed, and how to control it.
1591Be sure to read the section <strong>Version 1.3</strong>.)
1592<p>
1593
1594<!---BLOCKQUOTE--->
1595
1596<hr width="66%" align="left">
1597<p>
1598<a name="BLOCKQUOTE">
1599	<nobr>Macro: <strong>BLOCKQUOTE</strong> toggle</nobr>
1600	<br>
1601	Aliases: <strong>CITE, CITATION</strong>
1602</a>
1603
1604<p>
1605<strong>BLOCKQUOTE</strong> is a toggle macro.  To begin a
1606cited passage, invoke the tag with no argument, then type in your quote.
1607When you're finished, invoke <strong>BLOCKQUOTE</strong> with any
1608argument (e.g. OFF, END, X, Q...) to turn it off.  Example:
1609<p>
1610<pre>
1611	.BLOCKQUOTE
1612	Redefining the role of the United States from enablers to keep
1613	the peace to enablers to keep the peace from peacekeepers is
1614	going to be an assignment.
1615	.RIGHT
1616	\(emGeorge W. Bush
1617	.BLOCKQUOTE END
1618</pre>
1619
1620If the cited passage runs to more than one paragraph, you MUST
1621introduce each paragraph -- <em>including the first!</em> --
1622with
1623<a href="#PP">PP</a>.
1624<p>
1625<strong>NOTE:</strong> The aliases <strong>CITE</strong>
1626and <strong>CITATION</strong> may be used in place of the
1627<strong>BLOCKQUOTE</strong> tag, as well as in any of the control
1628macros that begin with <strong>BLOCKQUOTE_</strong> or end with
1629<strong>_BLOCKQUOTE</strong>.
1630
1631<a name="BLOCKQUOTE_CONTROL"><h3><u>Blockquote control macros</u></h3></a>
1632<ol>
1633	<li><a href="#BLOCKQUOTE_GENERAL">Family/font/size/leading/colour/quad/indent</a>
1634	<li><a href="#ALWAYS_FULLSPACE_QUOTES">Spacing above and below (typeset only)</a>
1635	<li><a href="#BREAK_QUOTE">Manually break a footnoted blockquote that crosses pages/columns</a>
1636</ol>
1637<p>
1638<a name="BLOCKQUOTE_GENERAL"><h3><u>1. Family/font/size/colour/quad/indent</u></h3></a>
1639<p>
1640See
1641<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
1642<p>
1643<pre>
1644.BLOCKQUOTE_FAMILY   default = prevailing document family; default is Times Roman
1645.BLOCKQUOTE_FONT     default = roman
1646.BLOCKQUOTE_SIZE     default = -1 (point)
1647.BLOCKQUOTE_AUTOLEAD default = none; leading of blockquotes is the same as paragraphs
1648.BLOCKQUOTE_COLOR    default = black
1649.BLOCKQUOTE_QUAD     default = left
1650.BLOCKQUOTE_INDENT   default = paragraph indent x 3 (typeset); x 2 (typewrite)</a>
1651                    (note that this macro also sets the left indent for quotes)
1652</pre>
1653
1654<a name="ALWAYS_FULLSPACE_QUOTES"><h3><u>2. Spacing above and below -- ALWAYS_FULLSPACE_QUOTES (typeset only)</u></h3></a>
1655<p>
1656If you'd like <strong>mom</strong> always to put a full linespace above
1657and below blockquotes, invoke <strong>.ALWAYS_FULLSPACE_QUOTES</strong>
1658with no argument.  If you wish to restore <strong>mom</strong>'s
1659default behaviour regarding the spacing of blockquotes (see
1660<a href="#QUOTE_SPACING">above</a>),
1661invoke the macro with any argument (<strong>OFF, QUIT, END,
1662X</strong>...).
1663<p>
1664<strong>NOTE:</strong> This macro also sets <strong>mom</strong>'s
1665spacing policy for
1666<a href="#QUOTE_INTRO">quotes</a>.
1667<p>
1668<hr>
1669
1670<!====================================================================>
1671
1672<a name="LIST_INTRO"><h2><u>Nested lists</u></h2></a>
1673<ul>
1674	<li><a href="#LIST">Tag: LIST</a>
1675	<li><a href="#ITEM">Tag: ITEM</a>
1676	<li><a href="#LIST_CONTROL">LIST control macros</a>
1677</ul>
1678<p>
1679Lists are points or items of interest or importance that are
1680separated from
1681<a href="definitions.html#TERMS_RUNNING">running text</a>
1682by enumerators.  Some typical enumerators are
1683<a href="definitions.html#TERMS_EM">en-dashes</a>,
1684<a href="definitions.html#TERMS_BULLET">bullets</a>,
1685digits and letters.
1686<p>
1687Setting lists with <strong>mom</strong> is easy.  First, you
1688initialize a list with the <strong>LIST</strong> macro.  Then, for
1689every item in the list, you invoke the macro, <strong>ITEM</strong>,
1690followed by the text of the item.  When a list is finished, you
1691exit the list with <strong>LIST OFF</strong> (or
1692<strong>QUIT</strong>, <strong>END</strong>, <strong>BACK</strong>,
1693etc.)
1694<p>
1695By default <strong>mom</strong> starts each list with the enumerator
1696flush with the left margin of running text that comes before it,
1697like this:
1698<p>
1699<pre>
1700	My daily schedule needs organizing.  I can't
1701	seem to get everything done I want.
1702	o an hour's worth of exercise
1703	o time to prepare at least one healthy
1704	  meal per day
1705	o reading time
1706	o work on mom
1707	o writing
1708	  - changes from publisher
1709	  - current novel
1710	o a couple of hours at the piano
1711</pre>
1712
1713In other words, <strong>mom</strong> does not, by default, indent
1714entire lists.  Indenting a list is controlled by the macro,
1715<a href="#SHIFT_LIST">SHIFT_LIST</a>.
1716(This is a design decision; there are too many instances where a
1717default indent is not desirable.)  Equally, <strong>mom</strong>
1718does not add any extra space above or below lists.
1719<p>
1720Lists can be nested (as in the example above).  In other words, you
1721can set lists within lists, each with an enumerator (and possibly,
1722indent) of your choosing.  In nested lists, each invocation of
1723<strong>LIST OFF</strong> (you may prefer to use <strong>LIST
1724BACK</strong>) takes you back to the previous depth (or
1725level) of list, with that list's enumerator and indent intact.  The
1726final <strong>LIST OFF</strong> exits lists completely and returns
1727you to the left margin of running text.
1728<p>
1729Finally, lists can be used in documents created with either the
1730document processing macros or just the typesetting macros.
1731<p>
1732
1733<!---LIST--->
1734
1735<hr width="66%" align="left">
1736<p>
1737<a name="LIST">
1738	<nobr>Macro: <strong>LIST</strong> [ BULLET | DASH | DIGIT | ALPHA | alpha | ROMAN&lt;n&gt; | roman&lt;n&gt; | USER &lt;string&gt;] [ &lt;separator&gt; | &lt;user-defined enumerator&gt; ] [ &lt;prefix&gt; ] [ &lt;off&gt; ]</a></nobr>
1739<p>
1740Invoked by itself (i.e. with no argument), <strong>LIST</strong>
1741initializes a list (with bullets as the default enumerator).
1742Afterwards, each block of input text preceded by
1743<a href="#ITEM">.ITEM</a>,
1744on a line by itself, is treated as a list item.
1745<p>
1746<strong>NOTE:</strong> Every time you invoke <strong>LIST</strong>
1747to start a list (as opposed to
1748<a href="#LIST_EXIT">exiting one</a>),
1749you must supply an enumerator (and optionally, a separator) for the
1750list, unless you want <strong>mom</strong>'s default enumerator,
1751which is a bullet.  Within nested lists, <strong>mom</strong>
1752stores the enumerator, separator and indent for any list you return
1753<em>backwards</em> to (i.e. with <strong>LIST OFF</strong>), but
1754does not store any information for lists you move <em>forward</em>
1755to.
1756<br>
1757
1758<h3><u>The first argument--enumerator style</u></h3>
1759<p>
1760The optional arguments <strong>BULLET</strong>,
1761<strong>DASH</strong>, <strong>DIGIT</strong> (for
1762Arabic numerals), <strong>ALPHA</strong> (for uppercase
1763letters), <strong>alpha</strong> (for lowercase letters),
1764<strong>ROMAN&lt;n&gt;</strong> (for uppercase roman numerals),
1765<strong>roman&lt;n&gt;</strong> (for lowercase roman numerals) tell
1766<strong>mom</strong> what kind of enumerator to use for a given
1767list.
1768<p>
1769The arguments, <strong>ROMAN&lt;n&gt;</strong> and
1770<strong>roman&lt;n&gt;</strong>, are special.  You must append to
1771them a digit (arabic, e.g.  "1" or "9" or "17") saying how many items
1772a particular roman-numeralled <strong>LIST</strong> is going to
1773have. <strong>Mom</strong> requires this information in order to
1774align roman numerals sensibly, and will abort--with a message--if
1775you don't provide it.
1776<p>
1777A roman-numeralled list containing, say, five items, would be set
1778up like this:
1779<p>
1780<pre>
1781	.LIST roman5        producing        i)   Item 1.
1782	.ITEM                                ii)  Item 2.
1783	Item 1.                              iii) Item 3.
1784	.ITEM                                iv)  Item 4.
1785	Item 2.                              v)   Item 5.
1786	.ITEM
1787	Item 3
1788	.ITEM
1789	Item 4
1790	.ITEM
1791	Item 5
1792</pre>
1793
1794<p>
1795The argument, <strong>USER</strong>, lets you make up your own
1796enumerator, and must be followed by a second argument: what you'd
1797like the enumerator to look like.  For example, if you want a list
1798enumerated with
1799<strong>=&gt;</strong>,
1800<p>
1801<pre>
1802	.LIST USER =&gt;
1803	.ITEM
1804	A list item
1805</pre>
1806
1807will produce
1808<p>
1809<pre>
1810	=&gt; A list item
1811</pre>
1812
1813<strong>Please note:</strong> if the argument to
1814<strong>USER</strong> contains spaces, you must enclose the argument
1815in double quotes.
1816
1817<br>
1818
1819<h3><u>The second argument--separator style</u></h3>
1820<p>
1821If you choose <strong>DIGIT</strong>, <strong>ALPHA</strong>,
1822<strong>alpha</strong>, <strong>ROMAN&lt;n&gt;</strong>, or
1823<strong>roman&lt;n&gt;</strong>, you may enter the optional
1824argument, <strong>separator</strong>, to say what kind of separator
1825you want after the enumerator.  The separator can be anything you
1826like.  The default for <strong>DIGIT</strong> is a period (dot),
1827like this:
1828<p>
1829<pre>
1830	1. A list item
1831</pre>
1832
1833The default separator for <strong>ALPHA</strong>,
1834<strong>alpha</strong>, <strong>ROMAN&lt;n&gt;</strong> and
1835<strong>roman&lt;n&gt;</strong> is a right parenthesis, like this:
1836<p>
1837<pre>
1838	a) An alpha-ed list item
1839	b) A second alpha-ed list item
1840
1841	   or
1842
1843	i)  A roman-ed list item
1844	ii) A second roman-ed item
1845</pre>
1846
1847If you'd prefer, say, digits with right-parenthesis separators
1848instead of the default period, you'd do
1849<p>
1850<pre>
1851	.LIST DIGIT )
1852	.ITEM
1853	A numberd list item
1854</pre>
1855
1856which would produce
1857<p>
1858<pre>
1859	1) A numbered list item
1860</pre>
1861
1862<strong>Please note: BULLET</strong>, <strong>DASH</strong> and
1863<strong>USER</strong> do not take a separator.
1864<br>
1865
1866<h3><u>The third argument--prefix style</u></h3>
1867<p>
1868Additionally, you may give a prefix (i.e. a character that comes
1869<em>before</em> the enumerator) when your enumerator style for a
1870particular list is <strong>DIGIT</strong>, <strong>ALPHA</strong>,
1871<strong>alpha</strong>, <strong>ROMAN&lt;n&gt;</strong>
1872or <strong>roman&lt;n&gt;</strong>.  In the arguments to
1873<strong>LIST</strong>, the prefix comes <em>after</em> the
1874separator, which may seem counter-intuitive, so please be careful.
1875<p>
1876A prefix can be anything you like.  Most likely, you'll want some
1877kind of open-bracket, such as a left parenthesis.  If, for example,
1878you want a <strong>DIGIT</strong> list with the numbers enclosed in
1879parentheses, you'd enter
1880<p>
1881<pre>
1882	.LIST DIGIT ) (
1883	.ITEM
1884	The first item on the list.
1885	.ITEM
1886	The second item on the list.
1887</pre>
1888
1889which would produce
1890<p>
1891<pre>
1892	(1) The first item on the list.
1893	(2) The second item on the list.
1894</pre>
1895
1896<strong>Please note: BULLET</strong>, <strong>DASH</strong> and
1897<strong>USER</strong> do not take a prefix.
1898<br>
1899
1900<a name="LIST_EXIT"></a>
1901<h3><u>Exiting lists--.LIST OFF/BACK or .QUIT_LISTS</u></h3>
1902<p>
1903Any single argument to <strong>LIST</strong> other
1904than <strong>BULLET</strong>, <strong>DASH</strong>,
1905<strong>DIGIT</strong>, <strong>ALPHA</strong>,
1906<strong>alpha</strong>, <strong>ROMAN&lt;n&gt;</strong>,
1907<strong>roman&lt;n&gt;</strong> or <strong>USER</strong> (e.g.
1908<strong>LIST</strong> <kbd>OFF</kbd> or <strong>LIST</strong>
1909<kbd>BACK</kbd>) takes you out of the current list.
1910<p>
1911If you are at the first list-level (or "list-depth"),
1912<strong>mom</strong> returns you to the left margin of running text.
1913Any indents that were in effect prior to setting the list are fully
1914restored.
1915<p>
1916If you are in a nested list, <strong>mom</strong> moves you
1917<em>back one list-level</em> (i.e. does not take you out of the
1918list structure) and restores the enumerator, separator and indent
1919appropriate to that level.
1920<p>
1921Each invocation of <strong>LIST</strong> should be be matched by
1922a corresponding <strong>LIST OFF</strong> in order to fully exit
1923lists.  For example,
1924<p>
1925<pre>
1926	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
1927	sed diam nonumy eirmod tempor invidunt ut labore.
1928	o List item in level 1
1929	o List item in level 1
1930	  - List item in level 2
1931	  - List item in level 2
1932	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
1933	sed diam nonumy eirmod tempor invidunt ut labore.
1934</pre>
1935
1936is created like this:
1937<p>
1938<pre>
1939	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
1940	sed diam nonumy eirmod tempor invidunt ut labore.
1941	.LIST BULLET
1942	.ITEM
1943	List item in level 1
1944	.ITEM
1945	List item in level 1
1946	.LIST DASH
1947	.ITEM
1948	List item in level 2
1949	.ITEM
1950	List item in level 2
1951	.LIST OFF    \" Turn level 2 list off
1952	.LIST OFF    \" Turn level 1 list off
1953	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
1954	sed diam nonumy eirmod tempor invidunt ut labore.
1955</pre>
1956
1957Alternatively, you may use the single-purpose macro,
1958<strong>QUIT_LISTS</strong>, to get yourself out of a list
1959structure.  In the example above, the two <kbd>.LIST OFF</kbd>
1960lines could be replaced with a single <kbd>.QUIT_LISTS</kbd>.
1961<p>
1962
1963<hr width="33%" align="left">
1964<p>
1965<a name="ITEM">
1966	Macro: <strong>ITEM</strong>
1967<p>
1968After you've initialized a list with
1969<a href="#LIST">LIST</a>,
1970precede each item you want in the list with <strong>ITEM</strong>.
1971<strong>Mom</strong> takes care of everything else with respect to
1972setting the item appropriate to the list you're in.
1973<p>
1974In document processing, it is legal to have list items that contain
1975multiple paragraphs.  Simply issue a
1976<a href="#PP">PP</a>
1977request for each paragraph <em>following</em> the first item.
1978I.e., don't do this:
1979<p>
1980<pre>
1981	.ITEM
1982	.PP
1983	Some text...
1984	.PP
1985	A second paragraph of text
1986</pre>
1987
1988but rather
1989<p>
1990<pre>
1991	.ITEM
1992	Some text...
1993	.PP
1994	A second paragraph of text
1995</pre>
1996<hr width="33%" align="left">
1997
1998<a name="LIST_CONTROL"><h3><u>List control macros</u></h3></a>
1999<ol>
2000	<li><a href="#SHIFT_LIST">Indenting lists (SHIFT_LIST)</a>
2001	<li><a href="#RESET_LIST">Resetting an initialized list's enumerator (RESET_LIST)</a>
2002	<li><a href="#PAD_LIST_DIGITS">Padding digit enumerators (PAD_LIST_DIGITS)</a>
2003</ol>
2004
2005<a name="SHIFT_LIST"><h3><u>1. Indenting lists -- SHIFT_LIST</u></h3></a>
2006<p>
2007If you want a list to be indented to the right of running text, or
2008indented to the right of a current list, use the macro
2009<strong>SHIFT_LIST</strong> immediately after
2010<a href="#LIST">LIST</a>.
2011<strong>SHIFT_LIST</strong> takes just one argument: the amount by
2012which you want the list shifted to the right.  The argument requires
2013a
2014<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>,
2015<p>
2016<strong>SHIFT_LIST</strong> applies <em>only</em> to the list you
2017just initialized with <strong>LIST</strong>.  It does not carry
2018over from one invocation of <strong>LIST</strong> to the next.
2019However, the indent remains in effect when you <em>return</em> to a
2020list level in a nested list.
2021<p>
2022For example, if you want a 2-level list, with each list indented to
2023the right by 18
2024<a href="definitions.html#TERMS_PICASPOINTS">points</a>,
2025<p>
2026<pre>
2027	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
2028	sed diam nonumy eirmod tempor invidunt ut labore.
2029	.LIST           \" List 1
2030	.SHIFT_LIST 18p \" Indent 18 points right of running text
2031	.ITEM
2032	List 1 item
2033	.ITEM
2034	List 1 item
2035	.LIST DASH      \" List 2
2036	.SHIFT_LIST 18p \" Indent 18 points right of list 1
2037	.ITEM
2038	List 2 item
2039	.ITEM
2040	List 2 item
2041	.LIST OFF       \" Move back to list 1
2042	.ITEM
2043	List 1 item
2044	.ITEM
2045	List 1 item
2046	.LIST OFF       \" Exit lists
2047	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
2048	sed diam nonumy eirmod tempor invidunt ut labore.
2049</pre>
2050
2051produces (approximately)
2052<p>
2053<pre>
2054	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
2055	sed diam nonumy eirmod tempor invidunt ut labore.
2056	    o List 1 item
2057	    o List 1 item
2058	        - List 2 item
2059	        - List 2 item
2060	    o List 1 item
2061	    o List 1 item
2062	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
2063	sed diam nonumy eirmod tempor invidunt ut labore.
2064</pre>
2065
2066<a name="RESET_LIST"><h3><u>2. Resetting an initialized list's enumerator -- RESET_LIST</u></h3></a>
2067<p>
2068In nested lists, if your choice of list enumerator for a given
2069level of list is <strong>DIGIT</strong>, <strong>ALPHA</strong>,
2070<strong>alpha</strong>, <strong>ROMAN</strong> or
2071<strong>roman</strong>, you may sometimes want to reset the list's
2072enumerator when you return to that list.  Consider the following:
2073<p>
2074<pre>
2075	Things to do religiously each and every day:
2076	1. Take care of the dog
2077	   a) walk every day
2078	   b) brush once a week
2079	      - trim around the eyes every fourth brushing
2080	      - don't forget to check nails
2081	2. Feed the cat
2082	   a) soft food on Mon., Wed. and Fri.
2083	   b) dry food on Tues., Thurs. and Sat.
2084	   c) canned tuna on Sunday
2085</pre>
2086
2087Normally, within a nested list, when you return to an
2088incrementally-enumerated list, the enumerator continues incrementing
2089from where it left off.  That means, in the example above, the
2090normal state of affairs for the alpha'ed list under &quot;2.  Feed
2091the cat&quot; would be c), d) and e).  The solution, in such a case,
2092is simply to reset the enumerator --before <strong>ITEM</strong>!--
2093with the macro, <strong>RESET_LIST</strong>.
2094<p>
2095By default, with no argument, <strong>RESET_LIST</strong> resets the
2096enumerator to 1, A, a, I or i depending on the style of enumerator.
2097You may, if you wish, pass <strong>RESET_LISTS</strong> a numeric
2098argument representing the starting enumerator for the reset (if
2099different from "1"), although I can't at present think of a use for
2100this feature.
2101<p>
2102<a name="PAD_LIST_DIGITS"><h3><u>3. Padding digit enumerators (PAD_LIST_DIGITS)</a></u></h3></a>
2103<p>
2104<strong><u>Arabic digits</u></strong>
2105<p>
2106When your choice of enumerators is <strong>DIGIT</strong> AND the
2107number of items in the list exceeds nine (9), you have to make a
2108design decision: should <strong>mom</strong> leave room for the
2109extra numeral in two-numeral digits to the right or the left of
2110the single-numeral digits?
2111<p>
2112If you want the extra space to the right, invoke the macro,
2113<strong>.PAD_LIST_DIGITS</strong> (with no argument), after
2114<strong>LIST</strong> and before <strong>ITEM</strong>.  This will
2115produce something like
2116<p>
2117<pre>
2118	8.  List item
2119	9.  List item
2120	10. List item
2121</pre>
2122
2123If you want the extra space to the left, invoke
2124<strong>PAD_LIST_DIGITS</strong> with the single argument,
2125<strong>LEFT</strong>, which will produce
2126<p>
2127<pre>
2128	 8. List item
2129	 9. List item
2130	10. List item
2131</pre>
2132
2133Of course, if the number of items in the list is less than ten
2134(10), there's no need for <strong>PAD_LIST_DIGITS</strong>.
2135<p>
2136<strong><u>Roman numerals</u></strong>
2137<p>
2138By default, <strong>mom</strong> sets roman numerals in lists flush
2139left.  The <strong>&lt;n&gt;</strong> argument appended to
2140<strong>ROMAN&lt;n&gt;</strong> or <strong>roman&lt;n&gt;</strong>
2141allows her to calculate how much space to put after each numeral in
2142order to ensure that the text of items lines up properly.
2143<p>
2144If you'd like the roman numerals to line up flush right (i.e. be
2145padded "left"), simply invoke <strong>PAD_LIST_DIGITS</strong>
2146<kbd>LEFT</kbd> after <strong>LIST</strong> <kbd>ROMAN&lt;n&gt;</kbd>
2147or <strong>LIST</strong> <kbd>roman&lt;n&gt;</kbd> amd before
2148<strong>ITEM</strong>.
2149<p>
2150<hr>
2151
2152<!---LINE NUMBERING--->
2153
2154<a name="NUMBER_LINES_INTRO"><h2><u>Line numbering</u></h2></a>
2155<ul>
2156	<li><a href="#NUMBER_LINES">Macro: NUMBER_LINES</a>
2157	<li><a href="#NUMBER_LINES_CONTROL">Control macros</a> (for quotes and blockquotes)
2158</ul>
2159
2160<p>
2161<strong>Mom</strong>'s line-numbering capabilities are not as flexible
2162as most of her other document processing macros.  The reason is
2163that groff's underlying line-numbering
2164<a href="definitions.html#TERMS_PRIMITIVEX">primitive</a>,
2165<kbd>.nm</kbd>, is, well...primtive.  It is not possible, for
2166example, to select a particular family or font for use exclusively
2167with line numbers.  Nor is it possible to set the
2168<a href="definitions.html#TERMS_GUTTER">gutter</a>
2169using any
2170<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
2171other than the
2172<a href="definitions.html#TERMS_FIGURESPACE">figure space</a>.
2173<p>
2174That said, when you turn line-numbering on, <strong>mom</strong>,
2175by default
2176<br>
2177<a name="NUMBER_LINES_DEFAULTS"></a>
2178<ul>
2179    <li>numbers every line of paragraph text; line-numbering is
2180        suspended for all other document processing tags (like
2181        docheaders, epigraphs, heads, subheads, etc.) and special
2182        pages (covers, endotes, bibliographies, etc.); be aware,
2183        though, that if you turn
2184        <a href="definitions.html#TERMS_DOCHEADER">docheaders</a>
2185    	off (with
2186    	<a href="docprocessing.html#DOCHEADER">DOCHEADER</a> <strong>OFF</strong>)
2187    	and create your own docheader, <strong>mom</strong>
2188    	<em>will</em> line-number your custom docheader
2189    <li>doesn't touch your line length; line numbers are hung
2190        outside your current left margin (as set with
2191        <a href="typesetting.html#L_MARGIN">L_MARGIN</a>,
2192        <a href="typesetting.html#PAGE">PAGE</a>
2193        or
2194        <a href="docprocessing.html#DOC_LEFT_MARGIN">DOC_LEFT_MARGIN</a>),
2195        regardless of any indents that may be active
2196    <li>separates line numbers from running text by two
2197        <a href="definitions.html#TERMS_FIGURESPACE">figure spaces</a>.
2198</ul>
2199<p>
2200Line numbering may be enabled and disabled for
2201<a href="#QUOTE">QUOTE</a>
2202and/or
2203<a href="#BLOCKQUOTE">BLOCKQUOTE</a>
2204in one of three styles.  See
2205<a href="#NUMBER_LINES_CONTROL">Line numbering control macros for quotes and blockquotes</a>.
2206<p>
2207The first time you invoke
2208<a href="#NUMBER_LINES">NUMBER_LINES</a>
2209you must, at a minimum, tell it what line number you want the
2210<em>next</em>
2211<a href="definitions.html#TERMS_OUTPUTLINE">output line</a>
2212to have.  Optional arguments allow you to state which lines should
2213be numbered (e.g. every five or every ten lines), and the gutter to
2214place between line numbers and
2215<a href="definitions.html#TERMS_RUNNING">running text</a>.
2216<p>
2217Subsequently, you can turn line-numbering off, either permanently,
2218or resume it later at a place of your choosing.  When you
2219resume line-numbering, the line numbers pick up where you left off.
2220<p>
2221
2222<!---NUMBER_LINES--->
2223
2224<hr width="66%" align="left">
2225<p>
2226<nobr>
2227<a name="NUMBER_LINES">
2228	<nobr>Macro: <strong>NUMBER_LINES</strong> &lt;start number&gt; [ &lt;which lines to number&gt; [ &lt;gutter&gt; ] ]</nobr>
2229    <br>
2230	<nobr>Macro: <strong>NUMBER_LINES</strong>  &lt;anything&gt; | RESUME</nobr>
2231    <br>
2232</a>
2233</nobr>
2234
2235<p>
2236<strong>NUMBER_LINES</strong> does what it says: prints line
2237numbers, to the left of
2238<a href="definitions.html#TERMS_OUTPUTLINE">output lines</a>
2239of paragraph text.  One of the chief reasons for wanting numbered
2240lines is in order to identify footnotes or endnotes by line number
2241instead of by a marker in the text.  (See
2242<a href="#FOOTNOTE_LINENUMBERS">.FOOTNOTE_MARKER_STYLE LINE</a>
2243for instructions on line-numbered footnotes, and
2244<a href="#ENDNOTE_MARKER_STYLE">.ENDNOTE_MARKER_STYLE</a>
2245for instructions on line-numbered endnotes.)
2246<p>
2247Every time you invoke <strong>NUMBER_LINES</strong>, unless you are
2248using the arguments <strong>OFF</strong> (<strong>QUIT</strong>,
2249<strong>END</strong>, <strong>X</strong>, etc.) or
2250<strong>RESUME</strong> you must, at a minimum, pass it one
2251argument, namely the number (digit) you want the <em>next</em>
2252<a href="definitions.html#TERMS_OUTPUTLINE">output line</a>
2253to have.  For example,
2254<pre>
2255	.NUMBER_LINES 3
2256</pre>
2257
2258will prepend the number, 3, to the next output line.
2259<p>
2260Normally, of course, you will number lines of text starting at 1.
2261All you have to do in that case is ensure that
2262<pre>
2263	.NUMBER_LINES 1
2264</pre>
2265
2266precedes your first line of input text, which will also be the
2267first line of output text.
2268<p>
2269You can alter <strong>mom</strong>'s default line numbering
2270behaviour (see
2271<a href="#NUMBER_LINES_DEFAULT">above</a>)
2272with the optional arguments <strong>&lt;which lines to
2273number&gt;</strong> and <strong>&lt;gutter&gt;</strong>.
2274<p>
2275<strong>&lt;which lines to number&gt;</strong> instructs
2276<strong>NUMBER_LINES</strong> to number only certain lines, e.g.
2277every two lines or every five lines.  If you want, say, only every
2278five lines to have a prepended number, you'd do
2279<pre>
2280	.NUMBER_LINES 1 5
2281</pre>
2282
2283<strong>GOTCHA!</strong>  The argument to <strong>&lt;which
2284lines to number&gt;</strong> only numbers those lines that are
2285multiples of the argument.  Hence, in the above example, line
2286number "1" will <em>not</em> be numbered, since "1" is not a
2287multiple of "5".
2288<p>
2289If you wanted line number "1" to be numbered, you'd have to invoke
2290<kbd>.NUMBER_LINES 1 1</kbd> before the first output line, then
2291study your <em>output</em> copy and determine where best to insert
2292the following in your <em>input</em> copy:
2293<pre>
2294	.NUMBER_LINES \n(ln 5
2295</pre>
2296
2297(The escape, <kbd>\n(ln</kbd>, ensures that
2298<strong>NUMBER_LINES</strong> automatically supplies the correct
2299value for the first argument, <strong>&lt;start
2300number&gt;</strong>.)
2301<p>
2302Following this recipe, line number 1 will be numbered; subsequently,
2303only line numbers that are multiples of 5 will be numbered.  A
2304little experimentation may be required to determine the best place
2305for it.
2306<p>
2307The optional argument, <strong>&lt;gutter&gt;</strong>, tells
2308<strong>mom</strong> how much space to put between the line numbers
2309and the running text.
2310<p>
2311<strong>Note</strong>: when giving a value for
2312<strong>&lt;gutter&gt;</strong>, you cannot skip the
2313<strong>&lt;which lines to number&gt;</strong> argument.  Either
2314fill in the desired value, or use two double-quotes
2315(<strong>""</strong>) to have <strong>mom</strong> use the value
2316formerly in effect.
2317<p>
2318<strong>&lt;gutter&gt;</strong> does not require (or even accept) a
2319<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
2320The argument you pass to it is the number of
2321<a href="definitions.html#TERMS_FIGURESPACE">figure spaces</a>
2322you want between line numbers and running text.
2323<strong>Mom</strong>'s default gutter is two figure spaces.  If
2324you'd like a wider gutter, say, four figures spaces, you'd do
2325<pre>
2326	.NUMBER_LINES 1 1 4
2327	                |
2328	                +-- Notice you *must* supply a value
2329	                    for the 2nd argument in order to supply
2330	                    a value for the 3rd.
2331</pre>
2332
2333<p>
2334After you've set up line-numbering, <strong>NUMBER_LINES</strong>
2335can be used to control line numbering.
2336<br>
2337<h3><u>Line-numbering control</u></h3>
2338<p>
2339<strong>NUMBER_LINES OFF</strong> (or <strong>END, QUIT, X,</strong> etc.)
2340turns line-numbering off.
2341<p>
2342Sometimes, you merely want to suspend line-numbering.  In that case,
2343turn line numbering off with <strong>NUMBER_LINES OFF</strong>.
2344Later, when you want it to resume, enter
2345<pre>
2346	.NUMBER_LINES RESUME
2347</pre>
2348
2349Line numbering will resume exactly where it left off.  If this is
2350not what you want--say you want to reset the line number to "1"--simply
2351invoke <strong>NUMBER_LINES</strong> with whatever arguments
2352are needed for the desired result.
2353<p>
2354<strong>Extra Notes:</strong>
2355<br>
2356<ol>
2357    <li>In document processing, you may invoke <strong>NUMBER_LINES</strong>
2358        either before or after <strong>START</strong>.
2359        <strong>Mom</strong> doesn't care.
2360    <li>If you're collating documents with
2361        <a href="rectoverso.html#COLLATE">COLLATE</a>,
2362        you should re-invoke, at a minimum, <kbd>.NUMBER_LINES
2363        1</kbd> for each collated document, in order to ensure that
2364        each begins with the number "1" prepended to the first line
2365        (unless, of course, that is not what you want).
2366    <li>Occasionally, you may want to change the current gutter
2367        between line numbers and running text without knowing
2368        what the next output line number should be.  Since
2369        <strong>NUMBER_LINES</strong> requires this number
2370        as its first argument, in such instances, pass
2371        <strong>NUMBER_LINES</strong> as its first argument the
2372        escape <kbd>\n(ln</kbd>.
2373        <p>
2374        For example, if you were numbering every 5 lines with a
2375        gutter of 2 (figure spaces) and you needed to change the
2376        gutter to 4 (figures spaces),
2377        <p>
2378        <kbd>&nbsp;&nbsp;&nbsp;&nbsp;.NUMBER_LINES \n(ln 5 4</kbd>
2379        <p>
2380        would do the trick.
2381    <li>If you're using margin notes in a document, be sure to set
2382        the gutter for margin notes wide enough to allow room for
2383        the line numbers.
2384    <li><strong>Mom</strong> (groff, actually), only numbers lines
2385        <em>to the left of text</em>.  For aesthetic reason,
2386        therefore, the use of line numbering when setting a document
2387        in columns is discouraged.  However, should you wish to
2388        number lines when setting in columns, make sure the
2389        <a href="definitions.html#TERMS_GUTTER">gutter(s)</a>
2390        between columns is wide enough to leave room for the
2391        numbers.
2392</ol>
2393<hr width="33%" align="left">
2394
2395<a name="NUMBER_LINES_CONTROL"><h3><u>Line numbering control macros for QUOTE and BLOCKQUOTE</u></h3></a>
2396<ol>
2397	<li><a href="#NUMBER_QUOTE_LINES">NUMBER_QUOTE_LINES</a>
2398	<li><a href="#NUMBER_BLOCKQUOTE_LINES">NUMBER_BLOCKQUOTE_LINES</a>
2399	<li><a href="#NUMBER_LINES_QUOTES">Setting up line numbering in quotes and blockquotes on a case by case basis</a>
2400</ol>
2401
2402<a name="NUMBER_QUOTE_LINES"><h3><u>1. NUMBER_QUOTE_LINES</u></h3></a>
2403<p>
2404If you'd like <strong>mom</strong> to number lines of output text
2405in a
2406<a href="#QUOTE">QUOTE</a>
2407as part of the same order and sequence as paragraph text, simply
2408invoke <strong>NUMBER_QUOTE_LINES</strong> by itself.
2409<p>
2410There is a catch with numbering quotes, though.  Owing to groff's
2411restriction of accepting only the figure space as the line number
2412gutter's unit of measure, it is not possible for line numbers
2413in quotes to hang outside a document's overall left margin and
2414be reliably flush with the line numbers of paragraph text.
2415Conseqently, line numbers in quotes hang to the left of the quote,
2416separated from the quote by the <strong>&lt;gutter&gt;</strong>
2417argument.
2418<p>
2419If you'd like to change the gutter for quotes line-numbered in
2420this way, invoke <strong>NUMBER_QUOTE_LINES</strong> with a digit
2421representing the number of
2422<a href="definitions.html#TERMS_FIGURESPACE">figure spaces</a>
2423you'd like between the line numbers and the quoted text, like this:
2424<pre>
2425	.NUMBER_QUOTE_LINES 1
2426</pre>
2427
2428With the above, line numbers in quotes (and only quotes) will have
2429a gutter of 1 figure space.
2430<p>
2431If you are using "line numbering style" for footnotes
2432(<a href="#FOOTNOTE_MARKER_STYLE">FOOTNOTE_MARKER_STYLE</a> <strong>LINE</strong>),
2433you may not wish to have quotes <em>visibly</em> line-numbered, but
2434still want to embed footnotes inside quotes.  In order to do that,
2435<strong>mom</strong> allows you to say <strong>NUMBER_QUOTE_LINES
2436SILENT</strong>.
2437<p>
2438When you invoke <strong>NUMBER_QUOTE_LINES</strong>
2439<kbd>SILENT</kbd>, <strong>mom</strong> continues to increment line
2440numbers while quotes are being output, but they won't appear in the
2441output copy.  (Compare this with <strong>mom</strong>'s default
2442behaviour of <em>suspending</em> incrementing of line numbers
2443during the output of quotes.)  This allows you to embed
2444line-numbered footnotes inside quotes and have the line number
2445"label" in the footnote come out sensibly.
2446<p>
2447Once having turned <strong>NUMBER_QUOTE_LINES</strong> on, you
2448may disable it with <strong>NUMBER_QUOTE_LINES OFF</strong> (or
2449<strong>QUIT</strong>, <strong>END</strong>, <strong>X</strong>,
2450etc).
2451<p>
2452
2453<a name="NUMBER_BLOCKQUOTE_LINES"><h3><u>2. NUMBER_BLOCKQUOTE_LINES</u></h3></a>
2454<p>
2455If you'd like <strong>mom</strong> to number lines of output text
2456in a
2457<a href="#QUOTE">BLOCKQUOTE</a>
2458as part of the same order and sequence as paragraph text, simply
2459invoke <strong>NUMBER_BLOCKQUOTE_LINES</strong> by itself.
2460<p>
2461There is a catch with numbering blockquotes, though.  Owing to
2462groff's restriction of accepting only the figure space as the
2463line number gutter's unit of measure, it is not possible for line
2464numbers in blockquotes to hang outside a document's overall left
2465margin and be reliably flush with the line numbers of paragraph
2466text.  Conseqently, line numbers in blockquotes hang to the
2467left of the blockquote, separated from the blockquote by the
2468<strong>&lt;gutter&gt;</strong> argument.
2469<p>
2470If you'd like to change the gutter for blockquotes line-numbered in
2471this way, invoke <strong>NUMBER_BLOCKQUOTE_LINES</strong> with a digit
2472representing the number of
2473<a href="definitions.html#TERMS_FIGURESPACE">figure spaces</a>
2474you'd like between the line numbers and the blockquoted text, like
2475this:
2476<pre>
2477	.NUMBER_BLOCKQUOTE_LINES 1
2478</pre>
2479
2480With the above, line numbers in blockquotes (and only blockquotes)
2481will have a gutter of 1 figure space.
2482<p>
2483If you are using "line numbering style" for footnotes
2484(<a href="#FOOTNOTE_MARKER_STYLE">FOOTNOTE_MARKER_STYLE</a> <strong>LINE</strong>),
2485you may not wish to have blockquotes <em>visibly</em> line-numbered,
2486but still want to embed footnotes inside blockquotes.  In
2487order to do that, <strong>mom</strong> allows you to say
2488<strong>NUMBER_BLOCKQUOTE_LINES SILENT</strong>.
2489<p>
2490When you invoke <strong>NUMBER_BLOCKQUOTE_LINES</strong>
2491<kbd>SILENT</kbd>, <strong>mom</strong> continues to increment line
2492numbers while blockquotes are being output, but they won't appear in
2493the output copy.  (Compare this with <strong>mom</strong>'s default
2494behaviour of <em>suspending</em> incrementing of line numbers during
2495the output of blockquotes.)  This allows you to embed line-numbered
2496footnotes inside blockquotes and have the line number "label" in the
2497footnote come out sensibly.
2498<p>
2499Once having turned <strong>NUMBER_BLOCKQUOTE_LINES</strong> on, you
2500may disable it with <strong>NUMBER_BLOCKQUOTE_LINES OFF</strong> (or
2501<strong>QUIT</strong>, <strong>END</strong>, <strong>X</strong>,
2502etc).
2503<p>
2504
2505<a name="NUMBER_LINES_QUOTES"><h3><u>3. Setting up line numbering in quotes and blockquotes on a case by case basis</u></h3></a>
2506<p>
2507Sometimes, you may want quotes or blockquotes to have a different
2508line numbering scheme from the one used in the rest of the
2509document.  Or, you may want line numbering enabled only inside a
2510particular quote or blockquote.  A common reason for this would be
2511if you were using the
2512<a href="#QUOTE">QUOTE</a>
2513macro to insert lines of programming code into a document.  (See
2514<a href="#QUOTE_TIP">here</a>
2515for suggestions about including programming code snippets in
2516documents.)
2517<p>
2518To enable line numbering within quotes or blockquotes on a case by
2519case basis, simply invoke <strong>NUMBER_LINES</strong>, with the
2520arguments you need, immediately after entering <strong>QUOTE</strong>
2521or <strong>BLOCKQUOTE</strong>.  (<strong>NUMBER_QUOTE_LINES</strong>
2522and/or <strong>NUMBER_BLOCKQUOTE_LINES</strong> should be turned
2523off if you're doing this.)  The quote or blockquote will then be
2524line-numbered according to your specifications: the starting line
2525number of the quote or blockquote will be the one you give as a
2526first argument to <strong>NUMBER_LINES</strong>; which lines to
2527number will be the value you pass to <strong>&lt;which lines to
2528number&gt;</strong> (defaults to "1"); line numbers will hang
2529to the left of the quote or blockquote, separated from the quote or
2530blockquote by <strong>&lt;gutter&gt;</strong> (defaults to "2").
2531<p>
2532As soon as <strong>QUOTE</strong> or <strong>BLOCKQUOTE</strong> is
2533turned off, line numbering ceases, not only with respect to
2534subsequent paragraph text (if they are not being line-numbered),
2535but also for any subsequent invocation of <strong>QUOTE</strong> or
2536<strong>BLOCKQUOTE</strong>.  In other words, you must re-enable
2537quote or blockquote line-numbering inside every instance of
2538<strong>QUOTE</strong> or <strong>BLOCKQUOTE</strong> when
2539line-numbering either of them on a case by case basis.
2540<p>
2541<hr>
2542
2543<!====================================================================>
2544
2545<a name="FOOTNOTE_INTRO"><h2><u>Footnotes</u></h2></a>
2546<ul>
2547	<li><a href="#FOOTNOTE_BEHAVIOUR">Footnote behaviour</a>
2548	<ul>
2549		<li><a href="#FN_AND_PUNCT">Footnote markers and punctuation in the running text</a>
2550	</ul>
2551	<li><a href="#FOOTNOTE">Tag: FOOTNOTE</a>
2552	<li><a href="#FOOTNOTE_CONTROL">FOOTNOTE control macros</a>
2553</ul>
2554
2555<p>
2556For something so complex behind the scenes, footnotes are easy to use.
2557You just type, for example
2558<p>
2559<a name="FOOTNOTE_EXAMPLE"></a>
2560<pre>
2561	...the doctrines of Identity as urged by Schelling\c
2562	.FOOTNOTE
2563	&lt;footnote about who the hell is Schelling&gt;
2564	.FOOTNOTE OFF
2565	 were generally the points of discussion presenting the most
2566	of beauty to the imaginative Morella.
2567</pre>
2568
2569and be done with it.
2570<p>
2571(Note the obligatory use of the <strong>\c</strong>
2572<a href="definitions.html#TERMS_INLINES">inline escape</a>.
2573It is required when your
2574<a href="#FOOTNOTE_MARKER_STYLE">FOOTNOTE_MARKER_STYLE</a>
2575is either <strong>STAR</strong> [star/dagger footnotes] or
2576<strong>NUMBER</strong> [superscript numbers]; it is NOT to be used
2577when the <strong>FOOTNOTE_MARKER_STYLE</strong> is
2578<strong>LINE</strong>, or when footnote markers have been disabled
2579with
2580<a href="#FOOTNOTE_MARKERS">.FOOTNOTE_MARKERS</a>
2581<strong>OFF</strong>.)
2582<p>
2583<strong>***Version 1.3 change***</strong>
2584<p>
2585As of version 1.3, the manner of entering the line
2586<em>after</em> <strong>.FOOTNOTE OFF</strong> has changed
2587to accommodate users' differing wishes with respect to
2588the order of punctuation and footnote markers.  The
2589correct way to enter the line after <strong>.FOOTNOTE
2590OFF</strong>--<strong><em><u>ONLY</u></em></strong> if your
2591<a href="#FOOTNOTE_MARKER_STYLE">FOOTNOTE_MARKER_STYLE</a> is
2592<strong>STAR</strong> or <strong>NUMBER</strong>--is to input
2593it as if it's literally a continuation of the line before
2594<strong>.FOOTNOTE</strong>, and therefore begins with either a space
2595or a punctuation mark, as in the two following examples.
2596<p>
2597<pre>
2598	   Example 1					  Example 2
2599	   ---------                      ---------
2600
2601	A line of text,\c				A line of text\c
2602	.FOOTNOTE						.FOOTNOTE
2603	A footnote line.				A footnote line.
2604	.FOOTNOTE OFF					.FOOTNOTE OFF
2605	 broken up with a comma.		, broken up with a comma.
2606
2607	(last line begins with			(last line begins with
2608	 a literal space)				 the comma and a space)
2609</pre>
2610
2611If your <strong>FOOTNOTE_MARKER_STYLE</strong> is line, none of
2612this is a concern.
2613<p>
2614<strong>***End of version 1.3 change***</strong>
2615<p>
2616After you invoke <strong>FOOTNOTE</strong>, <strong>mom</strong>
2617takes care of everything: putting footnote markers in the body of
2618the document, keeping track of how many footnotes are on the page,
2619identifying the footnotes themselves appropriately, balancing them
2620properly with the bottom margin, deferring footnotes that don't fit
2621on the page...  Even if you're using
2622<a href="columns.html#COLUMNS">COLUMNS</a>,
2623<strong>mom</strong> knows what to do, and Does The Right Thing.
2624<p>
2625Footnotes can be sly little beasts, though.  If you're writing a
2626document that's footnote-heavy, you might want to read the following.
2627<p>
2628
2629<a name="FOOTNOTE_BEHAVIOUR"><h3><u>Footnote behaviour</u></h3></a>
2630<p>
2631By default, <strong>mom</strong> marks footnotes with alternating
2632stars (asterisks), daggers, and double-daggers.  The first footnote
2633gets a star, the second a dagger, the third a double-dagger, the
2634fourth two stars, the fifth two daggers, etc.  If you prefer
2635numbered footnotes, rest assured <strong>mom</strong> is happy to
2636oblige.
2637<p>
2638A small amount of vertical whitespace and a short horizontal rule
2639separate footnotes from the document body.  The amount of whitespace
2640varies slightly from page to page depending on the number of lines
2641in the footnotes. <strong>Mom</strong> tries for a nice balance
2642between too little whitespace and too much, but when push comes to
2643shove, she'll usually opt for ample over cramped.  The last lines of
2644footnotes are always flush with the document's bottom margin.
2645<a name="FOOTNOTE_RULES"></a>
2646<p>
2647If <strong>mom</strong> sees that a portion of a footnote cannot
2648be fit on its page, she carries that portion over to the next
2649page.  If an entire footnote can't be fit on its page (i.e.
2650<strong>FOOTNOTE</strong> has been called too close to the bottom),
2651she defers the footnote to the next page, but sets it with the
2652appropriate marker from the previous page.
2653<p>
2654When footnotes occur within cited text, for example a
2655<a href="#QUOTE">QUOTE</a>
2656or a
2657<a href="#BLOCKQUOTE">BLOCKQUOTE</a>,
2658<strong>mom</strong> will usually opt for deferring the footnote
2659over to the next page if it allows her to complete the cited text
2660on one page.
2661<p>
2662In the unfortunate happenstance that a deferred footnote is the
2663only footnote on its page (i.e. it's marked in the document body with
2664a star) and the page it's deferred to has its own footnotes,
2665<strong>mom</strong> separates the deferred footnote from the page's
2666proper footnote(s) with a blank line.  This avoids the confusion that
2667might result from readers seeing two footnote entries on the same page
2668identified by a single star (or the number 1 if you've requested
2669numbered footnotes that begin at 1 on every page).  The blank line
2670makes it clear that the first footnote entry belongs to the previous
2671page.
2672<p>
2673In the circumstance where a deferred footnote is not the only one
2674on its page, and is consequently marked by something other than a
2675single star, there's no confusion and <strong>mom</strong> doesn't
2676bother with the blank line.  (By convention, the first footnote on
2677a page is always marked with a single star, so if readers see, say,
2678a dagger or double-dagger marking the first footnote entry, they'll
2679know the entry belongs to the previous page).
2680<p>
2681Very exceptionally, two footnotes may have to be deferred (e.g. one
2682occurs on the second to last line of a page, and another on the
2683last line).  In such a circumstance, <strong>mom</strong> does not
2684add a blank after the second deferred footnote.  If you'd like a
2685blank line separating both deferred footnotes from any footnotes
2686proper to the page the deferred ones were moved to, add the space
2687manually by putting a
2688<a href="typesetting.html#SPACE">.SPACE</a>
2689command at the end of the footnote text, before
2690<strong>FOOTNOTE OFF</strong> (or <strong>FOOTNOTE X, QUIT,
2691EXIT, etc...</strong>).
2692<p>
2693Obviously, deferred footnotes aren't an issue if you request numbered
2694footnotes that increase incrementally throughout the whole document --
2695yet another convenience <strong>mom</strong> has thought of.
2696<p>
2697While <strong>mom</strong>'s handling of footnotes is
2698sophisticated, and tries to take nearly every imaginable situation
2699under which they might occur into account, some situations are
2700simply impossible from a typographic standpoint.  For example, if
2701you have a
2702<a href="#HEAD">HEAD</a>
2703near the bottom of the page AND that page has some footnotes on it,
2704<strong>mom</strong> may simply not have room to set any text under
2705the head (normally, she insists on having room for at least one line
2706of text beneath a head).  In such an instance, <strong>mom</strong>
2707will either set the head, with nothing under it but footnotes,
2708or transfer the head to the next page.  Either way, you'll have a
2709gaping hole at the bottom of the page.  It's a sort of typographic
2710Catch-22, and can only be resolved by you, the writer or formatter
2711of the document, adjusting the type on the offending page so as to
2712circumvent the problem.
2713<p>
2714<strong>NOTE:</strong> Exceptionally, you may encounter problems with footnotes inside
2715quotes and blockquotes that cross a page or column.  See <a
2716href="#BREAK_QUOTE">BREAK_QUOTE</a>
2717for a solution.
2718<p>
2719
2720<h3><u><a name="FN_AND_PUNCT">Footnote markers and punctuation in the running text</a></u></h3>
2721
2722<p>
2723As of version 1.3, the manner of entering the line <em>after</em>
2724<strong>.FOOTNOTE OFF</strong> has changed.  The correct way to
2725enter the line after <strong>.FOOTNOTE OFF</strong> now is to
2726input it as if it's literally a continuation of the line before
2727<strong>.FOOTNOTE</strong>, and therefore begins with either a space
2728or a punctuation mark, as in the two following examples.
2729<p>
2730<pre>
2731	   Example 1					  Example 2
2732	   ---------                      ---------
2733
2734	A line of text,\c				A line of text\c
2735	.FOOTNOTE						.FOOTNOTE
2736	A footnote line.				A footnote line.
2737	.FOOTNOTE OFF					.FOOTNOTE OFF
2738	 broken up with a comma.		, broken up with a comma.
2739
2740	(last line begins with			(last line begins with
2741	 a literal space)				 the comma and a space)
2742</pre>
2743
2744Care must be taken, though, if the punctuation mark that begins the
2745line after <strong>FOOTNOTE OFF</strong> is a period (dot).  You
2746<strong><em><u>must</u></em></strong> begin such lines with
2747<strong>\&.</strong>, like this:
2748<p>
2749<pre>
2750	end of a sentence\c
2751	.FOOTNOTE
2752	A footnote line.
2753	.FOOTNOTE OFF
2754	\&.  A new sentence...
2755</pre>
2756
2757If you omit the <strong>\&.</strong>, the line will vanish!
2758<p>
2759
2760
2761<!---FOOTNOTE--->
2762
2763<hr width="66%" align="left">
2764<p>
2765<a name="FOOTNOTE">
2766	<nobr>Tag: <strong>FOOTNOTE</strong> &lt;toggle&gt; | INDENT LEFT | RIGHT | BOTH &lt;indent value&gt;</nobr>
2767	<br>
2768	<em>*See <a href="#FOOTNOTE_NOTE">HYPER-IMPORTANT NOTE</a>!!!</em>
2769	<br>
2770	&lt;indent value&gt; requires a
2771	<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a></em>
2772</a>
2773
2774<p>
2775<strong>FOOTNOTE</strong> is a toggle macro, therefore invoking it
2776on a line by itself allows you to enter a footnote in the body of a
2777document.  Invoking it with any argument <em>other than INDENT</em>
2778(i.e. <strong>OFF, QUIT, END, X...</strong>) tells <strong>mom</strong>
2779you're finished.
2780<p>
2781Footnotes are the only element of
2782<a href="definitions.html#TERMS_RUNNING">running text</a>
2783that are not affected by the typesetting
2784<a href="typesetting.html#INDENTS">indent macros</a>.
2785In the unlikely event that you want a page's footnotes to line
2786up with a running indent, invoke <strong>FOOTNOTE</strong> with
2787the <strong>INDENT</strong> argument and pass it an indent
2788direction and indent value.  <strong>L, R,</strong> and
2789<strong>B</strong> may be used in place of <strong>LEFT,
2790RIGHT,</strong> and <strong>BOTH</strong>.
2791<strong>FOOTNOTE</strong> must be invoked with <strong>INDENT</strong>
2792for every footnote you want indented; <strong>mom</strong> does
2793not save any footnote indent information from invocation to
2794invocation.
2795<p>
2796<strong>NOTE:</strong> If a footnote runs to more than one
2797paragraph(!), <strong>DO NOT</strong> begin the footnote with
2798the
2799<a href="#PP">PP</a>
2800tag.  Use <strong>PP</strong> only to introduce subsequent paragraphs.
2801<p>
2802<a name="FOOTNOTE_NOTE"><strong>HYPER-IMPORTANT NOTE:</strong></a>
2803The final word on the
2804<a href="definitions.html#TERMS_INPUTLINE">input line</a>
2805that comes immediately before <strong>FOOTNOTE</strong> MUST terminate
2806with a
2807<a href="typesetting.html#JOIN">\c</a>
2808inline escape if your
2809<a href="#FOOTNOTE_MARKER_STYLE">FOOTNOTE_MARKER_STYLE</a>
2810is either <strong>STAR</strong> or <strong>NUMBER</strong>.
2811See the
2812<a href="#FOOTNOTE_EXAMPLE">footnote example</a>
2813above.
2814<p>
2815Additionally, the line <em>after</em> a <strong>FOOTNOTE
2816OFF</strong> should be entered as if there were no interruption in
2817the input text, i.e. the line should begin with a literal space or
2818punctuation mark.  See
2819<a href="#FN_AND_PUNCT">above</a>.
2820<p>
2821Do NOT use the <strong>\c</strong> inline escape if your
2822<strong>FOOTNOTE_MARKER_STYLE</strong> is <strong>LINE</strong>, or
2823if you have disabled footnote markers with
2824<a href="#FOOTNOTE_MARKERS">.FOOTNOTE_MARKERS</a>
2825<strong>OFF</strong>.  As well, the line after
2826<strong>FOOTNOTE&nbsp;OFF</strong> should be entered normally.
2827
2828<p>
2829<a name="FOOTNOTE_CONTROL"><h3><u>Footnote control macros</u></h3></a>
2830<ol>
2831	<li><a href="#FOOTNOTE_GENERAL">Family/font/size/colour/lead/quad</a>
2832	<li><a href="#FOOTNOTE_MARKERS">Footnote markers</a> -- on or off
2833	<li><a href="#FOOTNOTE_MARKER_STYLE">Footnote marker style</a> -- star+dagger, numbered or by line number
2834	<ul>
2835		<li><a href="#FOOTNOTE_LINENUMBER_BRACKETS">FOOTNOTE_LINENUMBER_BRACKETS</a>
2836		<li><a href="#FOOTNOTE_LINENUMBER_SEPARATOR">FOOTNOTE_LINENUMBER_SEPARATOR</a>
2837		<li><a href="#FOOTNOTES_RUN_ON">FOOTNOTES_RUN_ON</a>--line-numbered footnotes only
2838	</ul>
2839	<li><a href="#RESET_FOOTNOTE_NUMBER">Reset footnote number</a> -- set footnote marker number to 1
2840	<li><a href="#FOOTNOTE_SPACE">Inter-footnote spacing</a>
2841	<li><a href="#FOOTNOTE_RULE">Footnote rule</a> -- on or off
2842	<li><a href="#FOOTNOTE_RULE_LENGTH">Footnote rule length</a> -- length of footnote separator rule
2843	<li><a href="#FOOTNOTE_RULE_ADJ">Adjust vertical position of footnote separator rule</a>
2844</ol>
2845<p>
2846<a name="FOOTNOTE_GENERAL"><h3><u>1. Family/font/size/colour/lead/quad</u></h3></a>
2847<p>
2848See
2849<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
2850<p>
2851<pre>
2852.FOOTNOTE_FAMILY    default = prevailing document family; default is Times Roman
2853.FOOTNOTE_FONT      default = roman
2854.FOOTNOTE_SIZE      default = -2 (points)
2855.FOOTNOTE_COLOR     default = black
2856.FOOTNOTE_AUTOLEAD  default = 2 points (typeset); single-spaced (typewrite)
2857.FOOTNOTE_QUAD      default = same as paragraphs
2858</pre>
2859
2860<a name="FOOTNOTE_MARKERS"><h3><u>2. Footnote markers -- FOOTNOTE_MARKERS</u></h3></a>
2861<p>
2862If you don't want footnote markers, in either the body of
2863the document or beside footnote entries themselves, toggle
2864them off with <strong>.FOOTNOTE_MARKERS OFF</strong> (or
2865<strong>END, QUIT, X</strong>...).  This means, of course, that
2866you'll have to roll your own.  If you want them back on, invoke
2867<strong>.FOOTNOTE_MARKERS</strong> with no argument.  Footnote markers
2868are on by default.
2869<p>
2870If <strong>FOOTNOTE_MARKERS</strong> are disabled, do NOT use the
2871<strong>\c</strong> inline escape to terminate the line before
2872<strong>.FOOTNOTE</strong>.
2873<p>
2874
2875<a name="FOOTNOTE_MARKER_STYLE"><h3><u>3. Footnote marker style -- FOOTNOTE_MARKER_STYLE</u></h3></a>
2876<p>
2877<strong>Mom</strong> gives you two choices of footnote marker style:
2878star+dagger (see
2879<a href="#FOOTNOTE_BEHAVIOUR">footnote behaviour</a>
2880above), or numbered.
2881<p>
2882<strong>.FOOTNOTE_MARKER_STYLE STAR</strong> gives you star+dagger
2883(the default).  There is a limit of 10 footnotes per page with
2884this style.
2885<p>
2886<strong>.FOOTNOTE_MARKER_STYLE NUMBER</strong> gives you superscript
2887numbers, both in the document body and in the footnote entries
2888themselves.  By default, footnote numbers increase incrementally
2889(prev. footnote number + 1) throughout the whole document.  You can
2890ask <strong>mom</strong> to start each page's footnote numbers at 1
2891with <strong>.RESET_FOOTNOTE_NUMBER</strong>
2892(<a href="#RESET_FOOTNOTE_NUMBER">see below</a>.)
2893<a name="FOOTNOTE_LINENUMBERS"><p></a>
2894<p>
2895<strong>.FOOTNOTE_MARKER_STYLE LINE</strong> lets you have
2896footnotes which are identified by line number, rather than by a
2897marker in the text.  (Note that
2898<a href="#NUMBER_LINES">NUMBER_LINES</a>
2899must be enabled in order to use this marker style.)
2900<p>
2901With <strong>FOOTNOTE_MARKER_STYLE LINE</strong>, <strong>mom</strong>
2902will identify footnotes either by single line numbers, or line
2903ranges.  If what you want is a single line number, you need only
2904invoke <strong>.FOOTNOTE</strong>, <em>without terminating the text
2905line before it with</em> <strong>\c</strong>, at the appropriate
2906place in running text.
2907<p>
2908If you want a range of line numbers (e.g.&nbsp;[5-11]&nbsp;),
2909insert, directly into the first line of the range you want, the
2910<a href="definitions.html#TERMS_INLINES">inline escape</a>,
2911<strong>\*[FN-MARK]</strong>.  For the terminating line number of
2912the range, you need only invoke <strong>.FOOTNOTE</strong>, (again,
2913without attaching <strong>\c</strong> to the text line before it).
2914<strong>Mom</strong> is smart enough to figure out that where
2915<strong>FOOTNOTE</strong> was invoked represents the terminating
2916line number.  Range-numbered footnotes are always output on the page
2917where <strong>FOOTNOTE</strong> was invoked, not the page where
2918<strong>\*[FN-MARK]</strong> appears (subject, of course, to the
2919rules for footnotes that fall too close to the bottom of a page, as
2920outlined
2921<a href="#FOOTNOTE_RULES">here</a>).
2922<a name="FOOTNOTE_LINENUMBER_BRACKETS"></a>
2923<p>
2924<strong>Mom</strong>, by default, puts footnote line numbers inside
2925square brackets.  The style of the brackets may be changed with
2926the macro, <strong>FOOTNOTE_LINENUMBER_BRACKETS</strong>, which
2927takes one of three possible arguments: <strong>PARENS</strong>
2928("round" brackets), <strong>SQUARE</strong> (the default) or
2929<strong>BRACES</strong> (curly braces).  If you prefer a
2930shortform, the arguments, <strong>(</strong>, <strong>[</strong> or
2931<strong>{</strong> may be used instead.
2932<a name="FOOTNOTE_LINENUMBER_SEPARATOR"></a>
2933<p>
2934If you don't want the numbers enclosed in brackets, you may tell
2935<strong>mom</strong> to use a "separator" instead.  A common
2936separator would be the colon, but it can be anything you like.  The
2937macro to do this is <strong>FOOTNOTE_LINENUMBER_SEPARATOR</strong>,
2938which takes, as its single argument, the separator you want.  For
2939safety and consistency's sake, ALWAYS enclose the argument in
2940double-quotes.
2941<p>
2942The separator can be composed of any legal groff character, or any
2943combination of characters. <strong>A word of caution:</strong> when
2944using a separator, <strong>mom</strong> doesn't insert a space
2945after the separator.  Hence, if you want the space (you probably
2946do), you must make the space part of the argument you pass to
2947<strong>FOOTNOTE_LINENUMBER_SEPARATOR</strong>.  For example,
2948to get a colon separator with a space after it, you'd do
2949<p>
2950<pre>
2951	.FOOTNOTE_LINENUMBER_SEPARATOR ": "
2952</pre>
2953
2954<a name="FOOTNOTES_RUN_ON"><strong><u>RUN-ON FOOTNOTES</u></strong></a>
2955<p>
2956Finally, if your footnote marker style is <strong>LINE</strong>, you
2957may instruct <strong>mom</strong> to do "run-on style" footnotes.
2958Run-on footnotes do not treat footnotes as discrete entities, i.e.
2959on a line by themselves.  Rather, each footnote is separated from
2960the footnote before it by a space, so that the footnotes on any
2961given page form a continuous block, like lines in a paragraph.  The
2962macro to get
2963<strong>mom</strong> to run footnotes on is
2964<strong>.FOOTNOTES_RUN_ON</strong>.  Invoked by itself, it turns
2965the feature on.  Invoked with any other argument
2966(<strong>OFF</strong>, <strong>NO</strong>, etc.), it turns the
2967feature off.  It is generally NOT a good idea to turn the feature
2968on and off during the course of a single document.  If you do,
2969<strong>mom</strong> will issue a warning if there's going to be a
2970problem.  However, it is always perfectly safe to enable/disable the
2971feature after
2972<a href="rectoverso.html#COLLATE">COLLATE</a>.
2973<p>
2974The usual reason for wanting run-on footnotes is that you're
2975using them to hold many, short references.  (See
2976<a href="refer.html#TOP">here</a>
2977for instructions on using the <strong>groff</strong> program,
2978<strong>refer</strong>, to set up references.)
2979
2980<p>
2981
2982<a name="RESET_FOOTNOTE_NUMBER"><h3><u>4. Reset footnote number -- RESET_FOOTNOTE_NUMBER</u></h3></a>
2983<p>
2984<strong>.RESET_FOOTNOTE_NUMBER</strong>, by itself, resets
2985footnote numbering so that the next footnote you enter is
2986numbered 1.
2987<p>
2988<strong>.RESET_FOOTNOTE_NUMBER PAGE</strong> tells
2989<strong>mom</strong> to start every page's footnote numbering at 1.
2990<p>
2991
2992<a name="FOOTNOTE_SPACE"><h3><u>5. Inter-footnote spacing -- FOOTNOTE_SPACE</u></h3></a>
2993<p>
2994If you'd like a little extra space between footnotes, you can have
2995<strong>mom</strong> put it in for you by invoking
2996<strong>.FOOTNOTE_SPACE</strong> with an argument representing the
2997amount of extra space you'd like.  The argument to
2998<strong>FOOTNOTE_SPACE</strong> requires a
2999<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
3000<p>
3001In the following example, footnotes will be separated from each
3002other by 3
3003<a href="definitions.html#TERMS_PICASPOINTS">points</a>.
3004<pre>
3005	.FOOTNOTE_SPACE 3p
3006</pre>
3007
3008<a name="FOOTNOTE_RULE"><h3><u>6. Footnote rule -- FOOTNOTE_RULE</u></h3></a>
3009<p>
3010If you don't want a footnote separator rule, toggle it off with
3011<strong>.FOOTNOTE_RULE OFF</strong> (or <strong>END,
3012QUIT, X</strong>...).  Toggle it back on by invoking
3013<strong>.FOOTNOTE_RULE</strong> with no argument.  The default is to
3014print the rule.
3015<p>
3016
3017<a name="FOOTNOTE_RULE_LENGTH"><h3><u>7. Footnote rule length -- FOOTNOTE_RULE_LENGTH</u></h3></a>
3018<p>
3019If you want to change the length of the footnote separator rule,
3020invoke <strong>.FOOTNOTE_RULE_LENGTH</strong> with a length, like
3021this,
3022<pre>
3023	.FOOTNOTE_RULE_LENGTH 1i
3024</pre>
3025
3026which sets the length to 1 inch.  Note that a
3027<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
3028is required.  The default is 4
3029<a href="definitions.html#TERMS_PICASPOINTS">picas</a>
3030for both
3031<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLES</a>.
3032<p>
3033
3034<a name="FOOTNOTE_RULE_ADJ"><h3><u>8. Adjust vertical position of footnote separator rule -- FOOTNOTE_RULE_ADJ</u></h3></a>
3035<p>
3036The footnote separator rule is actually a baseline rule that falls
3037on the
3038<a href="definitions.html#TERMS_BASELINE">baseline</a>
3039of the first line of a page's footnotes.  By default,
3040<strong>mom</strong> raises the rule 3
3041<a href="definitions.html#TERMS_PICASPOINTS">points</a>
3042from the baseline so that the separator and the footnotes don't
3043look jammed together.  If you'd prefer a different vertical
3044adjustment, invoke <strong>.FOOTNOTE_RULE_ADJ</strong> with the
3045amount you'd like.  For example
3046<p>
3047<pre>
3048	.FOOTNOTE_RULE_ADJ 4.25p
3049</pre>
3050
3051raises the rule by 4-1/4 points.  Note that you can only raise
3052the rule, not lower it.  A
3053<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
3054is required.
3055<p>
3056<strong>Tip:</strong> If your document
3057<a href="definitions.html#TERMS_LEADING">leading</a>
3058is 2
3059<a href="definitions.html#TERMS_PICASPOINTS">points</a>
3060or less (e.g your
3061<a href="definitions.html#TERMS_PS">point size</a>
3062is 10 and your linespacing is 10, 11, or 12, lowering
3063<strong>mom</strong>'s default footnote rule adjustment will
3064almost certainly give you nicer looking results than leaving
3065the adjustment at the default.  Furthermore, you can invoke
3066<strong>FOOTNOTE_RULE_ADJ</strong> on any page in which footnotes
3067appear, or in any column, so that the placement of the footnote rule
3068can be changed on-the-fly, should you wish to do so.
3069<p>
3070<hr>
3071
3072<!====================================================================>
3073
3074<a name="ENDNOTE_INTRO"><h2><u>Endnotes</u></h2></a>
3075<ul>
3076	<li><a href="#ENDNOTE_BEHAVIOUR">Endnote behaviour</a>
3077	<ul>
3078		<li><a href="#ENDNOTE_SPACING">A Note on Endnote Spacing</a>
3079		<li><a href="#ENDNOTE_COLUMNS">Endnotes and columnar documents</a>
3080	</ul>
3081	<li><a href="#ENDNOTE">Tag: ENDNOTE</a>
3082	<li><a href="#ENDNOTES">Macro: ENDNOTES</a> -- tell <strong>mom</strong> to output endnotes
3083	<li><a href="#ENDNOTE_CONTROL">ENDNOTES control macros</a>
3084</ul>
3085
3086<p>
3087Embedding endnotes into <strong>mom</strong> documents is accomplished
3088the same way as embedding
3089<a href="#FOOTNOTE_INTRO">footnotes</a>.  The example below is
3090identical to the one shown in the
3091<a href="#FOOTNOTE_EXAMPLE">introduction to footnotes</a>,
3092except that <kbd>.FOOTNOTE</kbd> has been replaced with
3093<kbd>.ENDNOTE</kbd>.
3094<p>
3095<a name="ENDNOTE_EXAMPLE"></a>
3096<pre>
3097	...the doctrines of Identity as urged by Schelling\c
3098	.ENDNOTE
3099	&lt;endnote about who the hell is Schelling&gt;
3100	.ENDNOTE OFF
3101	 were generally the points of discussion presenting the most
3102	of beauty to the imaginative Morella.
3103</pre>
3104
3105As with footnotes, note the obligatory use of the <strong>\c</strong>
3106<a href="definitions.html#TERMS_INLINES">inline escape</a>
3107when your
3108<a href="#ENDNOTE_MARKER_STYLE">ENDNOTE_MARKER_STYLE</a>
3109is <strong>NUMBER</strong> (which marks endnotes references in
3110<a href="definitions.html#TERMS_RUNNING">running text</a>
3111with superscript numbers).  When the marker style is
3112<strong>LINE</strong>, you must <em>not</em> use the
3113<strong>\c</strong> escape.
3114<p>
3115<strong>***Version 1.3 change***</strong>
3116<p>
3117As of version 1.3, the manner of entering the line <em>after</em>
3118<strong>.ENDNOTE OFF</strong> has changed to accommodate users'
3119differing wishes with respect to the order of punctuation and
3120endnote markers.  The correct way to enter the line after
3121<strong>.ENDNOTE OFF</strong>--but <strong><em><u>NOT</u></em></strong>
3122if your
3123<a href="#ENDNOTE_MARKER_STYLE">ENDNOTE_MARKER_STYLE</a>
3124is <strong>LINE</strong>--is to input it as if it's literally
3125a continuation of the line before <strong>.ENDNOTE</strong>, and
3126therefore begins with either a space or a punctuation mark, as in
3127the two following examples.
3128<p>
3129<a name="EN_PUNCT"></a>
3130<pre>
3131	   Example 1					  Example 2
3132	   ---------                      ---------
3133
3134	A line of text,\c				A line of text\c
3135	.ENDNOTE						.ENDNOTE
3136	A footnote line.				A footnote line.
3137	.ENDNOTE OFF					.ENDNOTE OFF
3138	 broken up with a comma.		, broken up with a comma.
3139
3140	(last line begins with			(last line begins with
3141	 a literal space)				 the comma and a space)
3142</pre>
3143
3144<strong>***End version 1.3 change***</strong>
3145<p>
3146Endnotes differ from footnotes in two ways (other than the fact that
3147endnotes come at the end of a document whereas footnotes appear in the
3148body of the document):
3149<br>
3150<ol>
3151    <li>When your <strong>ENDNOTE_MARKER_STYLE</strong> is
3152        <strong>NUMBER</strong>, endnotes are always numbered
3153        incrementally, starting at "1".
3154	<li>Endnotes MUST be output explicitly; <strong>mom</strong> does
3155		not output them for you.  In
3156		<a href="rectoverso.html#COLLATE">collated</a>
3157		documents, this allows you to choose whether you
3158		want the endnotes to appear at the end of each chapter or
3159        article in a document, or grouped together at the very end
3160        of the document.
3161</ol>
3162<p>
3163Within endnotes, you may use the document element tags
3164<a href="#PP">PP</a>,
3165<a href="#QUOTE">QUOTE</a>
3166and
3167<a href="#BLOCKQUOTE">BLOCKQUOTE</a>.
3168This provides the flexibility to create endnotes that run to several
3169paragraphs, as well as to embed cited text within endnotes.
3170<p>
3171Should you wish to change the appearance of quotes or blockquotes that
3172appear within endnotes, you may do so with the
3173<a href="#QUOTE_CONTROL">quote control macros</a>
3174or
3175<a href="#BLOCKQUOTE_CONTROL">blockquote control macros</a>.
3176HOWEVER... you must make the changes <em>within</em> each endnote, prior
3177to invoking <strong>QUOTE</strong> or <strong>BLOCKQUOTE</strong>, and
3178undo them prior to terminating the endnote (i.e. before <strong>ENDNOTE
3179OFF</strong>), otherwise the changes will affect subsequent quotes and
3180blockquotes that appear in the document body as well.
3181<p>
3182
3183<a name="ENDNOTE_BEHAVIOUR"><h3><u>Endnote behaviour</u></h3></a>
3184<br>
3185When you output endnotes (with
3186<a href="#ENDNOTES">ENDNOTES</a>),
3187<strong>mom</strong> finishes processing the last page of your document,
3188then breaks to a new page for printing the endnotes.  If the document
3189type is
3190<a href="docprocessing.html#DOCTYPE">CHAPTER</a>,
3191the centre part of the
3192<a href="definitions.html#TERMS_HEADER">header</a>
3193(or footer), which, by default, contains a chapter number or title, is
3194removed.
3195<p>
3196By default, <strong>mom</strong> starts the endnotes page with a
3197bold, centred, double-underscored head, &quot;ENDNOTES&quot;.
3198Underneath--flush left, bold, and underscored--she prints the document
3199title (or, in the case of chapters, the chapter number or title).  She
3200then prints the endnotes.  Each endnote is identified by its appropriate
3201number, in bold, right aligned to two placeholders.  The text of the
3202endnotes themselves is indented to the right of the numbers.
3203<p>
3204If the endnotes are grouped together at the end of a collated document,
3205each section of the document that contains endnotes is identified by its
3206own unique title (or chapter number or title), bold, flush left, and
3207underscored.
3208<p>
3209Of course, all the defaults, as well as the overall style of the
3210endnotes page, can be changed with the
3211<a href="#ENDNOTE_CONTROL">endnote control macros</a>.
3212The attentive will notice that endnotes have an awful lot of control
3213macros.  This is because endnotes are like a mini-document unto
3214themselves, and therefore need not be bound by the style parameters of
3215the body of the document.
3216<p>
3217
3218<a name="ENDNOTE_SPACING">
3219	<h3><u>A Note on Endnote Spacing</u></h3>
3220</a>
3221<br>
3222On the endnotes page(s), each new endnote is separated from the
3223previous endnote by a full line space.  This can result in a bottom
3224margin that hangs, and is the one instance, other than the use of
3225<a href="#PP_SPACE">PARA_SPACE</a>,
3226where <strong>mom</strong> allows unequal bottom alignment of pages.
3227Should you wish to correct this, by adding or subtracting small amounts
3228of space between endnotes that appear together on an endnotes page, make
3229the adjustment (with
3230<a href="typesetting.html#ALD">ALD</a>,
3231<a href="typesetting.html#RLD">RLD</a>
3232or
3233<a href="typesetting.html#SPACE">SPACE</a>)
3234<em>at the end of each endnote</em> (i.e. just before invoking
3235<a href="#ENDNOTE">ENDNOTE OFF</a>)
3236rather than at the top.
3237<p>
3238
3239<a name="ENDNOTE_COLUMNS">
3240	<h3><u>Endnotes and columnar documents</u></h3>
3241</a>
3242<br>
3243Formerly (pre 1.1.6), there was no way to set a document in columns
3244(see
3245<a href="docprocessing.html#COLUMNS">COLUMNS</a>)
3246and then turn off column mode for endnotes.  As of version 1.1.6,
3247you may now do so.  See
3248<a href="#ENDNOTES_NO_COLUMNS">ENDNOTES_NO_COLUMNS</a>.
3249<p>
3250<hr>
3251
3252<!---ENDNOTE--->
3253
3254<p>
3255<a name="ENDNOTE">
3256	<nobr>Macro: <strong>ENDNOTE</strong> &lt;toggle&gt;</nobr>
3257	<br>
3258	<em>*See <a href="#ENDNOTE_NOTE">HYPER-IMPORTANT NOTE</a>!!!</em>
3259</a>
3260
3261<p>
3262<strong>ENDNOTE</strong> is a toggle macro, therefore invoking it
3263on a line by itself allows you to enter an endnote in the body of a
3264document.  Invoking it with any other argument
3265(i.e. <strong>OFF, QUIT, END, X...</strong>) tells <strong>mom</strong>
3266that you've finished the endnote.
3267<p>
3268<strong>NOTE:</strong> If an endnote runs to more than one paragraph,
3269<strong>DO NOT</strong> begin the endnote with the
3270<a href="#PP">PP</a>
3271tag.  Use <strong>PP</strong> only to introduce subsequent paragraphs.
3272<p>
3273<a name="ENDNOTE_NOTE"><strong>HYPER-IMPORTANT NOTE:</strong></a>
3274If your
3275<a href="#ENDNOTE_MARKER_STYLE">ENDNOTE_MARKER_STYLE</a>
3276is <strong>NUMBER</strong> (<strong>mom</strong>'s default), the
3277final word on the
3278<a href="definitions.html#TERMS_INPUTLINE">input line</a>
3279that comes immediately before <strong>ENDNOTE</strong> MUST terminate
3280with a
3281<a href="typesetting.html#JOIN">\c</a>
3282inline escape.  See the
3283<a href="#ENDNOTE_EXAMPLE">endnote example</a>
3284above.
3285<p>
3286Additionally, the line <em>after</em>
3287<strong>.ENDNOTE&nbsp;OFF</strong> should be entered as if there
3288were no interruption in the input text, i.e. the line should begin
3289with a literal space or punctuation mark.  See the two
3290<a href="#EN_PUNCT">examples</a>,
3291above.
3292<p>
3293If your <strong>ENDNOTE_MARKER_STYLE</strong> is
3294<strong>LINE</strong>, do NOT use the <strong>\c</strong> escape,
3295and enter the line after <strong>.ENDNOTE&nbsp;OFF</strong>
3296normally.
3297<p>
3298
3299<!---ENDNOTES--->
3300
3301<hr width="66%" align="left">
3302<p>
3303<a name="ENDNOTES">Tag: <strong>ENDNOTES</strong></a>
3304
3305<p>
3306Unlike footnotes, which <strong>mom</strong> automatically outputs at the
3307bottom of pages, endnotes must be explicitly output by you, the user.
3308<strong>ENDNOTES</strong>, by itself (i.e. without any argument), is
3309the macro to do this.
3310<p>
3311Typically, you'll use <strong>ENDNOTES</strong> at the end of
3312a document.  If it's a single (i.e. not collated) document,
3313<strong>mom</strong> will print the endnotes pertaining to it.  If it's
3314a collated document, <strong>mom</strong> will print all the endnotes
3315contained within all sections of the document (typically chapters),
3316appropriately identified and numbered.
3317<p>
3318Should you wish to output the endnotes for each section of a collated
3319document at the ends of the sections (instead of at the very end of the
3320document), simply invoke <strong>ENDNOTES</strong> immediately prior to
3321<a href="rectoverso.html#COLLATE">COLLATE</a>.
3322<strong>Mom</strong> will print the endnotes, identified and numbered
3323appropriately, on a separate page prior to starting the next section of
3324the document.  Each subsequent invocation of <strong>ENDNOTES</strong>
3325outputs only those endnotes that <strong>mom</strong> collected
3326after the previous invocation.
3327<p>
3328<hr width="66%" align="left">
3329
3330<a name="ENDNOTE_CONTROL"><h3><u>Endnote control macros</u></h3></a>
3331<p>
3332<strong>VERY IMPORTANT NOTE!</strong>
3333<br>
3334Endnote control macros must always be invoked prior to the first
3335instance of
3336<a href="#ENDNOTE">ENDNOTE/ENDNOTE OFF</a>.
3337<p>
3338When you embed endnotes in the body of a document,
3339<strong>mom</strong> collects <em>and processes</em> them for later
3340outputting (when you invoke
3341<a href="#ENDNOTES">ENDNOTES</a>).
3342By the time you do invoke <strong>ENDNOTES</strong>, it's much too
3343late to change your mind about how you want them to look.
3344<p>
3345My advice?  If you're planning to change the default appearance of
3346endnotes pages, set them up prior to
3347<a href="docprocessing.html#START">START</a>.
3348<p>
3349<ol>
3350	<li><a href="#ENDNOTES_GENERAL"><strong>General endnotes-pages style control</strong></a>
3351		<ul>
3352			<li><a href="#ENDNOTE_STYLE">Base family/font/quad for endnotes-pages</a>
3353			<li><a href="#ENDNOTE_PT_SIZE">Base point size for the endnotes-pages</a>
3354			<li><a href="#ENDNOTE_LEAD">Leading of endnotes-pages</a>
3355			<li><a href="#SINGLESPACE_ENDNOTES">Singlespace endnotes (for TYPEWRITE only)</a>
3356			<li><a href="#ENDNOTE_PARA_INDENT">Size of paragraph first line indent in multi-paragraph endnotes</a>
3357			<li><a href="#ENDNOTE_PARA_SPACE">Inserting space between paragraphs of multi-paragraph endnotes</a>
3358			<li><a href="#ENDNOTES_NO_COLUMNS">Turning off column mode during endnotes output</a>
3359			<li>Pagination of endnotes:
3360			<ul>
3361				<li><a href="#ENDNOTES_PAGENUM_STYLE">Endnotes-pages page numbering style</a>
3362				<li><a href="#ENDNOTES_FIRST_PAGENUMBER">Setting the first page number of endnotes pages</a>
3363				<li><a href="#ENDNOTES_NO_FIRST_PAGENUM">Omitting a page number on the first page of endnotes</a>
3364			</ul>
3365			<li><a href="#SUSPEND_PAGINATION">Suspending pagination of endnotes pages</a>
3366		</ul>
3367	<li><a href="#ENDNOTES_HEADER_CONTROL"><strong>Endnotes-page header/footer control</strong></a>
3368		<ul>
3369			<li><a href="#ENDNOTES_MODIFY_HDRFTR">Modifying what goes in the endnotes-pages header/footer</a>
3370			<li><a href="#ENDNOTES_HDRFTR_CENTER">Enabling a header/footer centre when doctype is CHAPTER</a>
3371			<li><a href="#ENDNOTES_ALLOWS_HEADERS">Allow headers on endnotes-pages</a>
3372		</ul>
3373	<li><a href="#ENDNOTES_MAIN_TITLE"><strong>Endnotes-page head (i.e. the title at the top) control</strong></a>
3374		<ul>
3375			<li><a href="#ENDNOTE_STRING">Creating/modifying the endnotes-page head</a>
3376			<li><a href="#ENDNOTE_STRING_CONTROL">Endnotes-page head control</a>
3377			<li><a href="#ENDNOTE_STRING_UNDERSCORE">Endnotes-page head underscoring</a>
3378			<li><a href="#ENDNOTE_STRING_CAPS">Endnotes-page head capitalization</a>
3379		</ul>
3380	<li><a href="#ENDNOTES_DOC_TITLE"><strong>Endnote document-identification title</strong></a>
3381		<ul>
3382			<li><a href="#ENDNOTE_TITLE">Creating/modifying the endnote document-identification title</a>
3383			<li><a href="#ENDNOTE_TITLE_CONTROL">Document-identification title control</a>
3384			<li><a href="#ENDNOTE_TITLE_UNDERSCORE">Document-identification title underscoring</a>
3385		</ul>
3386	<li><a href="#ENDNOTES_NUMBERING"><strong>Endnotes-pages endnote numbering style</strong></a>
3387		<ul>
3388			<li><a href="#ENDNOTE_MARKER_STYLE">Endnote marker style</a>--by numbers in the text, or by line number
3389			<ul>
3390				<li><a href="#ENDNOTE_LINENUMBER_GAP">ENDNOTE_LINENUMBER_GAP</a>
3391				<li><a href="#ENDNOTE_LINENUMBER_BRACKETS">ENDNOTE_LINENUMBER_BRACKETS</a>
3392				<li><a href="#ENDNOTE_LINENUMBER_SEPARATOR">ENDNOTE_LINENUMBER_SEPARATOR</a>
3393			</ul>
3394			<li><a href="#ENDNOTE_NUMBER_CONTROL">Endnotes-pages endnote numbering style control</a>
3395			<li><a href="#ENDNOTE_NUMBER_ALIGNMENT">Endnote numbering alignment</a>
3396			<ul>
3397				<li><a href="#ENDNOTE_NUMBERS_ALIGN_RIGHT">ENDNOTE_NUMBERS_ALIGN_RIGHT</a>
3398				<li><a href="#ENDNOTE_NUMBERS_ALIGN_LEFT">ENDNOTE_NUMBERS_ALIGN_LEFT</a>
3399			</ul>
3400		</ul>
3401</ol>
3402<hr>
3403
3404<a name="ENDNOTES_GENERAL"><h2><u>1. General endnotes page style control</u></h2>
3405
3406<a name="ENDNOTE_STYLE"><h3><u>*Endnote family/font/quad</u></h3></a>
3407<p>
3408See
3409<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
3410<p>
3411<pre>
3412.ENDNOTE_FAMILY    default = prevailing document family; default is Times Roman
3413.ENDNOTE_FONT      default = roman
3414.ENDNOTE_QUAD*     default = justified
3415
3416*Note: ENDNOTE_QUAD must be set to either L or J
3417</pre>
3418
3419<!---ENDNOTE_PT_SIZE--->
3420
3421<a name="ENDNOTE_PT_SIZE"><h3><u>*Endnote point size</u></h3></a>
3422<p>
3423<nobr>Macro: <strong>ENDNOTE_PT_SIZE</strong> &lt;base type size of endnotes&gt;</nobr>
3424
3425<p>
3426Unlike most other control macros that deal with size of document
3427elements, <strong>ENDNOTE_PT_SIZE</strong> takes as its argument an
3428absolute value, relative to nothing.  Therefore, the argument represents
3429the size of endnote type in
3430<a href="definitions.html#TERMS_PICASPOINTS">points</a>,
3431unless you append an alternative
3432<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
3433For example,
3434<p>
3435<pre>
3436	.ENDNOTE_PT_SIZE 12
3437</pre>
3438
3439sets the base point size of type on the endnotes page to 12
3440points, whereas
3441<p>
3442<pre>
3443	.ENDNOTE_PT_SIZE .6i
3444</pre>
3445
3446sets the base point size of type on the endnotes page to 1/6 of an
3447inch.
3448<p>
3449The type size set with <strong>ENDNOTE_PT_SIZE</strong> is the size of
3450type used for the text of the endnotes, and forms the basis from which
3451the point size of other endnote page elements is calculated.
3452<p>
3453The default for
3454<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>
3455is 12.5 points (the same default size used in the body of the document).
3456<p>
3457
3458<!---ENDNOTE_LEAD--->
3459
3460<a name="ENDNOTE_LEAD"><h3><u>*Endnote lead</u></h3></a>
3461<p>
3462<nobr>Macro: <strong>ENDNOTE_LEAD</strong> &lt;base leading of endnotes&gt; [ ADJUST ] </nobr>
3463<br>
3464<em>*Does not require a <a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>; points is assumed</em>
3465
3466<p>
3467Unlike most other control macros that deal with leading of document
3468elements, <strong>ENDNOTE_LEAD</strong> takes as its argument an
3469absolute value, relative to nothing.  Therefore, the argument represents
3470the
3471<a href="definitions.html#TERMS_LEADING">leading</a>
3472of endnotes in
3473<a href="definitions.html#TERMS_PICASPOINTS">points</a>
3474unless you append an alternative
3475<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
3476For example,
3477<p>
3478<pre>
3479	.ENDNOTE_LEAD 14
3480</pre>
3481
3482sets the base leading of type on the endnotes page to 14
3483points, whereas
3484<p>
3485<pre>
3486	.ENDNOTE_LEAD .5i
3487</pre>
3488
3489sets the base leading of type on the endnotes page to 1/2 inch.
3490<p>
3491If you want the leading of endnotes adjusted to fill the page, pass
3492<strong>ENDNOTE_LEAD</strong> the optional argument
3493<strong>ADJUST</strong>.  (See
3494<a href="docprocessing.html#DOC_LEAD_ADJUST">DOC_LEAD_ADJUST</a>
3495for an explanation of leading adjustment.)
3496<p>
3497The default for
3498<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>
3499is 14 points, adjusted.
3500<p>
3501<strong>NOTE:</strong> Even if you give <strong>mom</strong> a
3502<strong>DOC_LEAD_ADJUST OFF</strong> command, she will still, by
3503default, adjust endnote leading.  You MUST enter
3504<strong>ENDNOTE_LEAD &lt;lead&gt;</strong> with no
3505<strong>ADJUST</strong> argument to disable this default behaviour.
3506<p>
3507
3508<!---SINGLESPACE_ENDNOTES--->
3509
3510<a name="SINGLESPACE_ENDNOTES"><h3><u>*Singlespace endnotes (TYPEWRITE only)</u></h3></a>
3511<p>
3512<nobr>Macro: <strong>SINGLESPACE_ENDNOTES</strong> &lt;toggle&gt;</nobr>
3513
3514<p>
3515If your
3516<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE</a>
3517is <strong>TYPEWRITE</strong> and you use TYPEWRITE's default
3518double-spacing, endnotes are double-spaced.  If your document is
3519single-spaced, endnotes are single-spaced.
3520<p>
3521If, for some reason, you'd prefer that endnotes be single-spaced
3522in an otherwise double-spaced document (including double-spaced
3523<a href="rectoverso.html#COLLATE">collated</a>
3524documents), invoke <strong>SINGLESPACE_ENDNOTES</strong> with
3525no argument.  And if, god help you, you want to change endnote
3526single-spacing back to double-spacing for different spacing of
3527endnotes output at the ends of separate documents in a collated
3528document, invoke <strong>SINGLESPACE_ENDNOTES</strong> with any
3529argument (<strong>OFF, QUIT, Q, X</strong>...).
3530<p>
3531
3532<!---ENDNOTE_PARA_INDENT--->
3533
3534<a name="ENDNOTE_PARA_INDENT"><h3><u>*Endnote paragraph indenting</u></h3></a>
3535<p>
3536<nobr>Macro: <strong>ENDNOTE_PARA_INDENT</strong> &lt;amount to indent first line of paragraphs in endnotes&gt;</nobr>
3537<br>
3538<em>*Requires a <a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a></em>
3539
3540<p>
3541<strong>ENDNOTE_PARA_INDENT</strong> works exactly the same way as
3542<a href="#PARA_INDENT">PARA_INDENT</a>,
3543except that the indent given is the amount by which to indent the first
3544lines of endnote paragraphs, not document body paragraphs.
3545<p>
3546The default is 1.5
3547<a href="definitions.html#TERMS_EM">ems</a>
3548for
3549<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>;
35501/2 inch for
3551<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>.
3552
3553<p>
3554<strong>NOTE:</strong> The first line of the first paragraph of endnotes
3555(the one attached immediately to the identifying endnote number) is
3556never indented.  Only subsequent paragraphs are affected by
3557<strong>ENDNOTE_PARA_INDENT</strong>.
3558<p>
3559
3560<!---ENDNOTE_PARA_SPACE--->
3561
3562<a name="ENDNOTE_PARA_SPACE"><h3><u>*Endnote paragraph spacing</u></h3></a>
3563<p>
3564<nobr>Macro: <strong>ENDNOTE_PARA_SPACE</strong> &lt;toggle&gt;</nobr>
3565
3566<p>
3567<strong>ENDNOTE_PARA_SPACE</strong> works exactly the same way as
3568<a href="#PP_SPACE">PARA_SPACE</a>,
3569except that it inserts a blank line between endnote paragraphs, not
3570document body paragraphs.
3571<p>
3572The default is not to insert a blank line between paragraphs in
3573endnotes.
3574<p>
3575<strong>NOTE:</strong> Each endnote itself is always separated from any
3576previous endnote by a line space.  <strong>ENDNOTE_PARA_SPACE</strong>
3577refers only to paragraphs that appear within each discrete endnote.
3578<p>
3579
3580<!---ENDNOTES_NO_COLUMNS--->
3581
3582<a name="ENDNOTES_NO_COLUMNS"><h3><u>*Turning off column mode during endnotes output</u></h3></a>
3583<p>
3584<nobr>Macro: <strong>ENDNOTES_NO_COLUMNS</strong> &lt;toggle&gt;</nobr>
3585
3586<p>
3587By default, if your document is
3588<a href="columns.html#COLUMNS">set in columns</a>,
3589<strong>mom</strong> sets the endnotes in columns, too.  However,
3590if your document is set in columns and you'd like the endnotes not
3591to be, just invoke <strong>ENDNOTES_NO_COLUMNS</strong> with no
3592argument.  The endnotes pages will be set to the full page measure
3593of your document.
3594<p>
3595If you output endnotes at the end of each document in a
3596<a href="rectoverso.html#COLLATE">collated</a>
3597document set in columns, column mode will automatically
3598be reinstated for each document, even with
3599<strong>ENDNOTES_NO_COLUMNS</strong> turned on.
3600<p>
3601
3602<!---ENDNOTES_PAGENUM_STYLE--->
3603
3604<a name="ENDNOTES_PAGENUM_STYLE"><h3><u>*Endnotes-pages page numbering style</u></h3></a>
3605<p>
3606<nobr>Macro: <strong>ENDNOTES_PAGENUM_STYLE</strong> DIGIT | ROMAN | roman | ALPHA | alpha</nobr>
3607
3608<p>
3609Use this macro to set the page numbering style of endnotes pages.
3610The arguments are identical to those for
3611<a href="headfootpage.html#PAGENUM_STYLE">PAGENUM_STYLE</a>.
3612The default is <strong>digit</strong>.  You may want to change it
3613to, say, <strong>alpha</strong>, which you would do with
3614<p>
3615<pre>
3616	.ENDNOTES_PAGENUM_STYLE alpha
3617</pre>
3618
3619<!---ENDNOTES_FIRST_PAGENUMBER--->
3620
3621<a name="ENDNOTES_FIRST_PAGENUMBER"><h3><u>*Setting the first page number of endnotes pages</u></h3></a>
3622<p>
3623<nobr>Macro: <strong>ENDNOTES_FIRST_PAGENUMBER</strong> &lt;page # that appears on page 1 of endnotes&gt;</nobr>
3624
3625<p>
3626Use this macro with caution.  If all endnotes for several
3627<a href="rectoverso.html#COLLATE">collated</a>
3628documents are to be output at once, i.e. not at the end of each
3629separate doc, <strong>ENDNOTES_FIRST_PAGENUMBER</strong> tells
3630<strong>mom</strong> what page number to put on the first page of
3631the endnotes.
3632<p>
3633If you set <strong>ENDNOTES_FIRST_PAGENUMBER</strong> in collated
3634documents where the endnotes are output after each separate doc,
3635you have to reset every separate document's first page number after
3636<a href="rectoverso.html#COLLATE">COLLATE</a>
3637and before
3638<a href="docprocessing.html#START">START</a>.
3639<p>
3640
3641<!---ENDNOTES_NO_FIRST_PAGENUN--->
3642
3643<a name="ENDNOTES_NO_FIRST_PAGENUM"><h3><u>*Omitting a page number on the first page of endnotes</u></h3></a>
3644<p>
3645<nobr>Macro: <strong>ENDNOTES_NO_FIRST_PAGENUM</strong> &lt;toggle&gt;</nobr>
3646
3647<p>
3648This macro is for use only if <strong>FOOTERS</strong> are on.  It
3649tells
3650<a href="#ENDNOTES">ENDNOTES</a>
3651not to print a page number on the first endnotes page.
3652<strong>Mom</strong>'s default is to print the page number.
3653<p>
3654
3655<!---SUSPEND_PAGINATION--->
3656
3657<a name="SUSPEND_PAGINATION"><h3><u>*Suspending pagination of endnotes pages</u></h3></a>
3658<p>
3659Macro: <strong>SUSPEND_PAGINATION</strong>
3660<br>
3661Macro: <strong>RESTORE_PAGINATION</strong>
3662
3663<p>
3664<strong>SUSPEND_PAGINATION</strong> doesn't take an argument.
3665Invoked immediately prior to
3666<a href="#ENDNOTES">ENDNOTES</a>,
3667it turns off endnotes pages pagination.  <strong>Mom</strong>
3668continues, however to increment page numbers silently.
3669<p>
3670To restore normal document pagination after endnotes, invoke
3671<strong>RESTORE_PAGINATION</strong> (again, with no argument)
3672immediately after <strong>ENDNOTES</strong>.
3673
3674<a name="ENDNOTES_HEADER_CONTROL"><h2><u>2. Endnotes-page header/footer control</u></h2></a>
3675<p>
3676<a name="ENDNOTES_MODIFY_HDRFTR"></a>
3677If you wish to modify what appears in the header/footer that appears
3678on endnotes page(s), make the changes before you invoke
3679<a href="#ENDNOTES">ENDNOTES</a>,
3680not afterwards.
3681<p>
3682Except in the case of
3683<a href="docprocessing.html#DOCTYPE">DOCTYPE CHAPTER</a>,
3684<strong>mom</strong> prints the same header or footer used throughout
3685the document on the endnotes page(s).  Chapters get treated differently
3686in that, by default, <strong>mom</strong> does not print the
3687header/footer centre string (normally the chapter number or chapter
3688title.)  In most cases, this is what you want.  However, should you
3689<em>not</em> want <strong>mom</strong> to remove the centre string from
3690the endnotes page(s) headers/footers, invoke
3691<a href="#ENDNOTES_HDRFTR_CENTER">ENDNOTES_HEADER_CENTER</a>
3692with no argument.
3693<p>
3694An important change you may want to make is to put the word
3695&quot;Endnotes&quot; in the header/footer centre position.
3696To do so, do
3697<p>
3698<pre>
3699	.HEADER_CENTER "Endnotes"
3700	           or
3701	.FOOTER_CENTER "Endnotes"
3702</pre>
3703
3704prior to invoking <strong>.ENDNOTES</strong>.  If your
3705<a href="docprocessing.html#DOCTYPE">DOCTYPE</a>
3706is <kbd>CHAPTER</kbd>, you must also invoke
3707<a href="#ENDNOTES_HDRFTR_CENTER">ENDNOTES_HEADER_CENTER</a>
3708for the <strong>HEADER_CENTER</strong> to appear.
3709<p>
3710
3711<a name="ENDNOTES_HDRFTR_CENTER"><h3><u>*Endnotes page(s) header/footer centre string</u></h3></a>
3712<p>
3713<nobr>Macro: <strong>ENDNOTES_HEADER_CENTER</strong> toggle</nobr>
3714
3715<p>
3716If your
3717<a href="docprocessing.html#DOCTYPE">DOCTYPE</a>
3718is <kbd>CHAPTER</kbd> and you want <strong>mom</strong> to include
3719a centre string in the headers/footers that appear on endnotes pages,
3720invoke <strong>ENDNOTES_HEADER_CENTER</strong> (or
3721<strong>ENDNOTES_FOOTER_CENTER</strong>) with no argument.
3722<strong>Mom</strong>'s default is NOT to print the centre string.
3723<p>
3724If, for some reason, having enabled the header/footer centre string
3725on endnotes pages, you wish to disable it, invoke the same macro
3726with any argument (<strong>OFF, QUIT, Q, X</strong>...).
3727<p>
3728
3729<a name="ENDNOTES_ALLOWS_HEADERS"><h3><u>*Allow headers on endnotes-pages</u></h3></a>
3730<p>
3731<nobr>Macro: <strong>ENDNOTES_ALLOWS_HEADERS</strong> &lt;none&gt; | ALL</nobr>
3732
3733<p>
3734By default, if <strong>HEADERS</strong> are on, <strong>mom</strong>
3735prints page headers on all endnotes pages except the first.  If you
3736don't want her to print headers on endnotes pages, do
3737<p>
3738<pre>
3739	.ENDNOTES_ALLOWS_HEADERS OFF
3740</pre>
3741
3742If you want headers on every page <em>including the first</em>, do
3743<p>
3744<pre>
3745	.ENDNOTES_ALLOWS_HEADERS ALL
3746</pre>
3747
3748<strong>NOTE:</strong> If <strong>FOOTERS</strong> are on,
3749<strong>mom</strong> prints footers on every endnotes page.  This is
3750a style convention.  In <strong>mom</strong>, there is no such beast
3751as <strong>ENDNOTES_ALLOWS_FOOTERS OFF</strong>.
3752<p>
3753
3754<a name="ENDNOTES_MAIN_TITLE"><h2><u>3. Endnotes-page first page head (title) control</u></h2>
3755
3756<!---ENDNOTE_STRING--->
3757
3758<a name="ENDNOTE_STRING"><h3><u>*Endnotes-page first page head (title) string</u></h3></a>
3759<p>
3760<nobr>Macro: <strong>ENDNOTE_STRING</strong> &quot;&lt;head to print at the top of endnotes&gt;&quot;</nobr>
3761
3762<p>
3763By default, <strong>mom</strong> prints the word &quot;ENDNOTES&quot;
3764as a head at the top of the first page of endnotes.  If you want her
3765to print something else, invoke <strong>ENDNOTE_STRING</strong> with
3766the endnotes-page head you want, surrounded by double-quotes.  If
3767you don't want a head at the top of the first endnotes-page, invoke
3768<strong>ENDNOTE_STRING</strong> with a blank argument (either two
3769double-quotes side by side -- <kbd>&quot;&quot;</kbd> -- or no argument
3770at all).
3771<p>
3772
3773<!---ENDNOTE_STRING_CONTROL--->
3774
3775<a name="ENDNOTE_STRING_CONTROL"><h3><u>*Endnotes-page first page head (title) control</u></h3></a>
3776<p>
3777See
3778<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
3779<p>
3780<pre>
3781.ENDNOTE_STRING_FAMILY    default = prevailing document family; default is Times Roman
3782.ENDNOTE_STRING_FONT      default = bold
3783.ENDNOTE_STRING_SIZE*     default = +1
3784.ENDNOTE_STRING_QUAD      default = centred
3785
3786*Relative to the size of the endnotes text (set with ENDNOTE_PT_SIZE)
3787</pre>
3788
3789<!---ENDNOTE_STRING_UNDERSCORE--->
3790
3791<a name="ENDNOTE_STRING_UNDERSCORE"><h3><u>*Endnotes-page head (title) underscoring</h3></u></a>
3792<p>
3793<nobr>Macro: <strong>ENDNOTE_STRING_UNDERSCORE</strong> toggle | 2</nobr>
3794
3795<p>
3796Invoked by itself, <strong>ENDNOTE_STRING_UNDERSCORE</strong> will
3797underscore the endnotes-page head.  Invoked with the argument 2
3798(i.e. the digit 2), <strong>ENDNOTE_STRING_UNDERSCORE</strong> will
3799double-underscore the head.  Invoked with any other argument, the macro
3800disables underscoring of the head.
3801<p>
3802<strong>Mom</strong>'s default is to double-underscore the
3803head, therefore if you want no underscoring, you must insert
3804<kbd>.ENDNOTE_STRING_UNDERSCORE OFF</kbd> (or <kbd>QUIT, X, NO,
3805NONE,</kbd> etc.) into your document prior to outputting endnotes with
3806<a href="#ENDNOTES">ENDNOTES</a>.
3807
3808<!---ENDNOTE_STRING_CAPS--->
3809
3810<a name="ENDNOTE_STRING_CAPS"><h3><u>*Endnotes-page head (title) automatic capitalization</h3></u></a>
3811<p>
3812<nobr>Macro: <strong>ENDNOTE_STRING_CAPS</strong> toggle</nobr>
3813
3814<p>
3815Invoked by itself, <strong>ENDNOTE_STRING_CAPS</strong> will
3816automatically capitalize the endnotes-page head.  Invoked with any
3817other argument, the macro disables automatic capitalization of the
3818head.
3819<p>
3820If you're generating a table of contents, you may want the
3821endnotes-pages head string in caps, but the toc entry in caps/lower
3822case.  If the argument to
3823<a href="#ENDNOTE_STRING">ENDNOTE_STRING</a>
3824is in caps/lower case and <strong>ENDNOTE_STRING_CAPS</strong> is
3825on, this is exactly what will happen.
3826<p>
3827<strong>Mom</strong>'s default is to capitalize the endnotes-pages
3828head string.
3829<p>
3830
3831<!---ENDNOTE_TITLE--->
3832
3833<a name="ENDNOTES_DOC_TITLE"><h2><u>4. Endnote document-identification title</u></h2>
3834<a name="ENDNOTE_TITLE"><h3><u>*Endnote document-identification title string</u></h3></a>
3835<p>
3836<nobr>Macro: <strong>ENDNOTE_TITLE</strong> &quot;&lt;title to identify a document in endnotes&gt;&quot;</nobr>
3837
3838<p>
3839By default, <strong>mom</strong> identifies the document(s) to which
3840endnotes belong by the document title(s) given to the
3841<a href="docprocessing.html#TITLE">TITLE</a>
3842macro.  If you'd want her to identify the document(s) another way,
3843just invoke <strong>ENDNOTE_TITLE</strong> with the identifying
3844title you want, surrounded by double-quotes.
3845<p>
3846If you don't want any identifying title, invoke
3847<strong>ENDNOTE_TITLE</strong> with a blank argument (either two
3848double-quotes side by side -- <kbd>&quot;&quot;</kbd> -- or no
3849argument at all).  This is particularly useful if you have a single
3850(i.e. non-collated) document and find having the document's title
3851included in the endnotes redundant.
3852<p>
3853
3854<!---ENDNOTE_TITLE_CONTROL--->
3855
3856<a name="ENDNOTE_TITLE_CONTROL"><h3><u>*Endnote document-identification title control</u></h3></a>
3857<p>
3858See
3859<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
3860<p>
3861<pre>
3862.ENDNOTE_TITLE_FAMILY    default = prevailing document family; default is Times Roman
3863.ENDNOTE_TITLE_FONT      default = bold
3864.ENDNOTE_TITLE_SIZE*     default = 0
3865.ENDNOTE_TITLE_QUAD      default = left
3866
3867*Relative to the size of the endnotes text (set with ENDNOTE_PT_SIZE)
3868</pre>
3869
3870<!---ENDNOTE_TITLE_UNDERSCORE--->
3871
3872<a name="ENDNOTE_TITLE_UNDERSCORE"><h3><u>*Endnote document-identification title underscoring</h3></u></a>
3873<p>
3874<nobr>Macro: <strong>ENDNOTE_TITLE_UNDERSCORE</strong> toggle</nobr>
3875
3876<p>
3877Invoked by itself, <strong>ENDNOTE_TITLE_UNDERSCORE</strong> will
3878underscore the endnote document-identification title(s).  Invoked with any
3879other argument, the macro disables underscoring of the title(s).
3880<p>
3881<strong>Mom</strong>'s default is to underscore the document-identification title, therefore if you want no underscoring, you must
3882insert <kbd>.ENDNOTE_TITLE_UNDERSCORE OFF</kbd> (or <kbd>QUIT, X, NO,
3883NONE,</kbd> etc.) into your document prior to outputting endnotes with
3884<a href="#ENDNOTES">ENDNOTES</a>.
3885<p>
3886
3887<!---ENDNOTE_NUMBERING--->
3888
3889<a name="ENDNOTES_NUMBERING"><h2><u>5. Endnotes-pages endnote numbering style</u></h2>
3890
3891<a name="ENDNOTE_MARKER_STYLE"><h3><u>*Endnote marker style</u></h3></a>
3892<p>
3893The macro to control how endnotes are referenced is
3894<strong>ENDNOTE_MARKER_STYLE</strong>.
3895<p>
3896By default, <strong>mom</strong> places superscript numbers in
3897<a href="definitions.html#RUNNING">running text</a>
3898to identify endnotes.  However, if you have
3899<a href="#NUMBER_LINES">line-numbering</a>
3900turned on, you may instruct <strong>mom</strong> not to put
3901superscript numbers in the running text, but rather to reference
3902endnotes by line number.  The command to do this is
3903<p>
3904<pre>
3905	.ENDNOTE_MARKER_STYLE LINE
3906</pre>
3907
3908With <strong>ENDNOTE_MARKER_STYLE LINE</strong>, <strong>mom</strong>
3909will identify endnotes either by single line numbers, or line
3910ranges.  If what you want is a single line number, you need only
3911invoke <strong>.ENDNOTE</strong>, <em>without terminating the text
3912line before it with</em> <strong>\c</strong>, at the appropriate
3913place in running text.  (Should you wish to revert to
3914<strong>mom</strong>'s default behaviour of placing a superscript
3915number in the text to identify an endnote, you can invoke
3916<strong>ENDNOTE_MARKER_STYLE</strong> with the argument,
3917<strong>NUMBER</strong>.  It is not advisable to switch marker
3918styles within a single document, for aesthetic reasons, but there
3919is nothing to prevent you from doing so.)
3920<p>
3921If you want a range of line numbers (e.g.&nbsp;[5-11]&nbsp;),
3922insert, directly into the first line of the range you want, the
3923<a href="definitions.html#TERMS_INLINES">inline escape</a>,
3924<strong>\*[EN-MARK]</strong>.  For the terminating line number of
3925the range, you need only invoke <strong>.ENDNOTE</strong>, (again,
3926without attaching <strong>\c</strong> to the text line before it).
3927<strong>Mom</strong> is smart enough to figure out that where
3928<strong>ENDNOTE</strong> was invoked represents the terminating
3929line number.
3930<a name="ENDNOTE_LINENUMBER_GAP"></a>
3931<p>
3932Given the impossibility of knowing, in advance, the "string length"
3933of all the line numbers or ranges of line numbers that will be used
3934in endnotes (the string length of 12 is two; the string length
3935of 12-15 is 5), <strong>mom</strong> cannot "hang" line numbers
3936and guarantee that they, and the endnote text, will align in a
3937visually pleasing manner.  Consequently, <strong>mom</strong> sets
3938the entirety of line-numbered endnotes completely flush left,
3939<strong>including the line numbers themselves</strong>.  The line
3940numbers (by default, enclosed in square brackets) are separated from
3941the beginning of each endnote by a gap, so that a line-numbered
3942endnote looks approximately like this:
3943<p>
3944<pre>
3945	[1-2]   Notwithstanding, Frye later asserts that Christianity
3946	is "a ghost  with the chains of a foul historical record of
3947	cruelty clanking behind it."
3948</pre>
3949
3950The default gap for <strong>PRINTSTYLE TYPESET</strong> and
3951<strong>PRINSTYLE TYPEWRITE</strong> is 1.5
3952<a href="definitions.html#TERMS_EM">ems</a>.
3953You can change the size of the gap with the macro,
3954<strong>ENDNOTE_LINENUMBER_GAP</strong>, which takes, as its single
3955argument, the size of the gap.  The argument requires a
3956<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>,
3957so, for example, to change the gap to 2
3958<a href="definitions.html#TERMS_PICASPOINTS">picas</a>,
3959you'd do
3960<p>
3961<pre>
3962	.ENDNOTE_LINENUMBER_GAP 2P
3963</pre>
3964
3965<a name="ENDNOTE_LINENUMBER_BRACKETS"></a>
3966By default, <strong>mom</strong> puts endnote line numbers inside
3967square brackets.  The style of the brackets may be changed with
3968the macro, <strong>ENDNOTE_LINENUMBER_BRACKETS</strong>, which
3969takes one of three possible arguments: <strong>PARENS</strong>
3970("round" brackets), <strong>SQUARE</strong> (the default) or
3971<strong>BRACES</strong> (curly braces).  If you prefer a
3972shortform, the arguments, <strong>(</strong>, <strong>[</strong> or
3973<strong>{</strong> may be used instead.
3974<a name="ENDNOTE_LINENUMBER_SEPARATOR"></a>
3975<p>
3976If you don't want the numbers enclosed in brackets, you may tell
3977<strong>mom</strong> to use a "separator" instead.  A common
3978separator would be the colon, but it can be anything you like.  The
3979macro to do this is <strong>ENDNOTE_LINENUMBER_SEPARATOR</strong>,
3980which takes, as its single argument, the separator you want.
3981(If the argument contains spaces, don't forget to enclose the
3982argument in double-quotes.)  The separator can be composed of
3983any legal groff character, or any combination of characters.
3984For example, to get a colon separator after the line number in
3985line-numbered endnotes, you'd do
3986<p>
3987<pre>
3988	.ENDNOTE_LINENUMBER_SEPARATOR :
3989</pre>
3990
3991<a name="ENDNOTE_NUMBER_CONTROL"><h3><u>*Endnote numbering style control</u></h3></a>
3992<p>
3993See
3994<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
3995<p>
3996Please note that the control macros for endnote numbering affect only
3997the numbers that appear on the endnotes pages themselves, not the
3998endnote numbers that appear in the body of the document(s).
3999<p>
4000<pre>
4001.ENDNOTE_NUMBER_FAMILY    default = prevailing document family; default is Times Roman
4002.ENDNOTE_NUMBER_FONT      default = bold
4003.ENDNOTE_NUMBER_SIZE*     default = 0
4004
4005*Relative to the size of the endnotes text (set with ENDNOTE_PT_SIZE)
4006</pre>
4007
4008<a name="ENDNOTE_NUMBER_ALIGNMENT"><h3><u>*Endnote numbering alignment</u></h3></a>
4009<p>
4010By default, <strong>mom</strong> hangs the numbers on endnotes pages,
4011aligned right to two placeholders, producing this:
4012<p>
4013<a name="ENDNOTE_NUMBERING_ALIGNMENT_EXAMPLE"></a>
4014<pre>
4015	 9. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
4016	    sed diam nonumy eirmod tempor invidunt ut labore et
4017	    dolore magna aliquyam erat, sed diam voluptua.
4018
4019	10. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
4020	    sed diam nonumy eirmod tempor invidunt ut labore et
4021	    dolore magna aliquyam erat, sed diam voluptua.
4022</pre>
4023
4024The macros to alter this behaviour are
4025<br>
4026<ul>
4027	<li><a href="#ENDNOTE_NUMBERS_ALIGN_RIGHT"><strong>ENDNOTE_NUMBERS_ALIGN_RIGHT</strong></a>
4028	<li><a href="#ENDNOTE_NUMBERS_ALIGN_LEFT"><strong>ENDNOTE_NUMBERS_ALIGN_LEFT</strong></a>
4029</ul>
4030<br>
4031<hr width="66%" align="left">
4032
4033<!---ENDNOTE_NUMBERS_ALIGN_RIGHT--->
4034
4035<p>
4036<a name="ENDNOTE_NUMBERS_ALIGN_RIGHT">
4037	<nobr>Macro: <strong>ENDNOTE_NUMBERS_ALIGN_RIGHT</strong> &lt;number of placeholders&gt;</nobr>
4038</a>
4039<p>
4040<strong>ENDNOTE_NUMBERS_ALIGN_RIGHT</strong> takes one (non-optional)
4041argument: the number of placeholders to reserve for right alignment of
4042endnote numbers.
4043<p>
4044For example, if you have fewer than ten endnotes, you might want to do
4045<p>
4046<pre>
4047	.ENDNOTE_NUMBERS_ALIGN_RIGHT 1
4048</pre>
4049
4050which would ensure that the endnote numbers hang, but are all flush
4051with the page's left margin.  If, god help you, you have over a hundred
4052endnotes, you'd want to do
4053<p>
4054<pre>
4055	.ENDNOTE_NUMBERS_ALIGN_RIGHT 3
4056</pre>
4057
4058to ensure that the numbers hang and are properly right-aligned.
4059<p>
4060
4061<hr width="66%" align="left">
4062
4063<!---ENDNOTE_NUMBERS_ALIGN_LEFT--->
4064
4065<p>
4066<a name="ENDNOTE_NUMBERS_ALIGN_LEFT">
4067	Macro: <strong>ENDNOTE_NUMBERS_ALIGN_LEFT</strong>
4068</a>
4069<p>
4070If you don't want the endnote numbers to hang and right-align, invoke
4071<strong>ENDNOTE_NUMBERS_ALIGN_LEFT</strong>, which doesn't require any
4072argument.  This disables hanging and right-alignment of endnote numbers,
4073so that the example
4074<a href="#ENDNOTE_NUMBERING_ALIGNMENT_EXAMPLE">above</a>
4075comes out like this:
4076<p>
4077<pre>
4078	9. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
4079	sed diam nonumy eirmod tempor invidunt ut labore et
4080	dolore magna aliquyam erat, sed diam voluptua.
4081
4082	10. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
4083	sed diam nonumy eirmod tempor invidunt ut labore et
4084	dolore magna aliquyam erat, sed diam voluptua.
4085</pre>
4086<hr>
4087
4088<!====================================================================>
4089
4090<a name="MARGIN_NOTES_INTRO"><h2><u>Margin notes</u></h2></a>
4091<ul>
4092	<li><a href="#MARGIN_NOTES_BEHAVIOUR">Margin notes behaviour
4093	<ul>
4094		<li><a href="#MARGIN_NOTES_VERTICAL">Adjusting the vertical position of margin notes</a>
4095	</ul>
4096	<li><a href="#MN_INIT">Macro: MN_INIT</a> -- initialize margin notes
4097	<li><a href="#MN">Tag: MN</a>
4098</ul>
4099
4100<p>
4101Margin notes are short annotations that appear in either the left
4102or right margin of a document.  Sometimes they comment on the text.
4103Sometimes they assist in following the "flow" of a document by
4104summarizing the subject of a portion of text.  Sometimes they're
4105comments to yourself in a draft copy.
4106<p>
4107The margin notes macros and routines in om.tmac
4108(<strong>mom</strong>) are "mommified" versions of the margin notes
4109macros and routines written by Werner Lemberg and patched by Gaius
4110Mulley.
4111<p>
4112
4113<a name="MARGIN_NOTES_BEHAVIOUR"<h3><u>Margin notes behaviour</u></h3>
4114<p>
4115First things first: before you enter your first margin note, you
4116must "initialize" margin notes with
4117<a href="#MN_INIT">MN_INIT</a>.
4118<strong>MN_INIT</strong> sets up the style parameters for margin
4119notes, including things like
4120<a href="definitions.html#TERMS_FONT">font</a>,
4121<a href="definitions.html#TERMS_FAMILY">family</a>
4122and
4123<a href="definitions.html#TERMS_LEADING">leading</a>.
4124<p>
4125After initializing margin notes, you create margin notes with the
4126<a href="#MN">MN</a>
4127macro.  Based on the argument you pass <strong>MN</strong>, your
4128margin note will go in either the left or the right margin.
4129<p>
4130Margin notes are tricky from a typographic standpoint with respect
4131to vertical placement.  Since the leading of margin notes may
4132differ from that of
4133<a href="definitions.html#TERMS_RUNNING">running text</a>,
4134it's impossible for <strong>mom</strong> to guess whether to align
4135the first lines of margin notes with a document
4136<a href="definitions.html#TERMS_BASELINE">baseline</a>,
4137whether to align the last lines of margin notes with a document
4138baseline, or whether to center them, vertically, so that neither
4139first nor last line aligns with anything!
4140<p>
4141Given this difficulty, <strong>mom</strong> always aligns the first
4142line of any margin note with a document baseline.  If you want a
4143different behaviour, you must adjust the position(s) of margin
4144notes yourself, on a note by note basis.  (See
4145<a href="#MARGIN_NOTES_VERTICAL">Adjusting the vertical position of margin notes</a>.)
4146<p>
4147Generally speaking, <strong>mom</strong> tries to place margin
4148notes at the point where you invoke the tag,
4149<a href="#MN">MN</a>.
4150However, in the event that a margin note runs deep, she may not
4151be able to place a subsequent margin note exactly where you want.
4152In such an instance, <strong>mom</strong> will "shift" the margin
4153note down on the page, placing it one (margin note)
4154linespace beneath the previous margin note (plus whatever vertical
4155space is required to get the first line to line up with a baseline
4156of running text).  A warning will be issued, letting you know this
4157has happened, and where.
4158<p>
4159Sometimes, if a margin note has to be shifted down, there simply
4160isn't enough room to start the margin note on the page on which
4161<strong>MN</strong> is invoked.  In that case, <strong>mom</strong>
4162ignores the margin note entirely and issues a warning, letting you
4163know what she's done, and where.
4164<p>
4165In the event that a margin note, sucessfully begun on a page,
4166runs past your bottom margin (or the last line before footnotes
4167begin), the margin note will "flow" onto the next page.  If it is a
4168"left" margin note, it will continue in the left margin.  If it is a
4169"right" margin note, it will continue in the right margin.
4170<p>
4171If your document is being set in two columns, <strong>mom</strong>
4172will sensibly and automatically set all margin notes pertaining
4173to the left column in the left margin, and all margin notes
4174pertaining to the right column in the right margin, regardless of
4175the "direction" argument you give the <strong>MN</strong> tag.  If
4176you try to use <strong>MN</strong> in documents of more than two
4177columns, <strong>mom</strong> will ignore all margin notes, and
4178issue warning for each.
4179<p>
4180<h3><u><a name="MARGIN_NOTES_VERTICAL">Adjusting the vertical position of margin notes</a></u></h3>
4181<p>
4182When the
4183<a href="definitions.html#TERM_LEADING">leading</a>
4184of margin notes differs from the leading used throughout a document,
4185you may want to adjust the vertical position of individual margin
4186notes.  This is most often going to be the case with margin notes
4187that end near the bottom of the page, where you want the last line of
4188the margin note to line up with the last line of text on the page.
4189<p>
4190Adjustments to the vertical position of margin notes must be done
4191inside the margin note (i.e. after <strong>MN</strong>), at the
4192top, before entering text.  The commands to use are
4193\!<a href="typesetting.html#ALD">.ALD</a>
4194(to lower the margin note), and
4195\!<a href="typesetting.html#RLD">.RLD</a>
4196(to raise it).  The <strong>\!</strong> <em>must</em> precede the
4197macros, or they won't have any effect.
4198
4199<p>
4200<hr width="66%" align="left">
4201
4202<!---MN_INIT--->
4203
4204<p>
4205<a name="MN_INIT">
4206	<nobr>Macro: <strong>MN_INIT</strong>&nbsp;[ ragged | symmetric ] &lt; left-width right-width gutter family+font point-size lead colour hyphenation-flags &gt;</nobr>
4207</a>
4208<p>
4209Before you enter your first margin note, you must initialize
4210all the parameters associated with margin notes with
4211<strong>MN_INIT</strong>.  If you forget to do so,
4212<strong>mom</strong> will issue a warning and abort.
4213<p>
4214The argument list is quite long; an
4215explanation of each argument follows.  Any argument whose value you
4216want to be the default must be entered as "" (i.e. two
4217double-quotes with no space between them).  Defaults for each
4218argument are given in the explanation below.
4219<p>
4220<strong>[ ragged | symmetric ]</strong>
4221<br>
4222If the first argument is "ragged", both left and right margin notes
4223will be flush left.  If the first argument is "symmetric", left
4224margin notes will be set flush <em>right</em>, and right margin
4225notes will be set flush <em>left</em>.  The effect is something
4226like this:
4227<p>
4228<pre>
4229	     A left    This is a meaningless batch        A right
4230	margin note    of text whose sole purpose is      margin note
4231	  with just    to demonstrate how the sym-        with just
4232	a few words    metric argument to MN sets left    a few words
4233	     in it.    and right margin notes.            in it.
4234</pre>
4235
4236
4237If the argument is omitted,
4238or given as "", both left and right margin notes will be set
4239justified.  (Justified is usually not a good idea, since the narrow
4240measure of margin notes makes pleasing justification a near
4241impossibility.)
4242<p>
4243<strong>left-width</strong>
4244<br>
4245The width of left margin notes.  A
4246<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
4247must be appended directly onto the argument.  The default is to set
4248left margin notes right out to the edge of the page, which is
4249almost certainly not what you want, so you should give a value for
4250this argument if using left margin notes.
4251<p>
4252<strong>right-width</strong>
4253<br>
4254The width of right margin notes.  A
4255<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
4256must be appended directly onto the argument.  The default is to set
4257right margin notes right out to the edge of the page, which is
4258almost certainly not what you want, so you should give a value for
4259this argument if using right margin notes.
4260<p>
4261<strong>gutter</strong>
4262<br>
4263The
4264<a href="definitions.html#TERMS_GUTTER">gutter</a>
4265between margin notes and
4266<a href="definitions.html#TERMS_RUNNING">running text</a>.
4267A
4268<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>
4269must be appended directly onto the argument.  The gutter applies to
4270both left and right margin notes. The default is 1
4271<a href="definitions.html#TERMS_EM">em</a>.
4272<p>
4273<strong>font</strong>
4274<br>
4275The family+font for margin notes.  Yes, that's right: the family
4276PLUS font combo.  For example, if you want Times Roman Medium,
4277the argument must be TR.  If you want Palatino Medium Italic, the
4278argument must be PI.  The default is the same family+font combo used
4279for a document's paragraph text.
4280<p>
4281<strong>lead</strong>
4282<br>
4283The
4284<a href="definitions.html#TERMS_LEADING">leading</a>
4285of margin notes.  <strong>lead</strong> uses
4286<a href="definitions.html#TERMS_PICASPOINTS">points</a>
4287as its unit of measure, so don't tack a unit of measure onto the
4288end of the argument.  The default lead is the same leading as
4289is used for paragraph text (i.e. the document's base leading).
4290For convenience and clarity, you may also give the word,
4291<strong>DOC</strong>, to this argument, which indicates that the
4292leading should be the same as the document's base leading.
4293<p>
4294<strong>colour</strong>
4295<br>
4296The colour of margin notes.  The colour must be pre-initialized
4297with
4298<a href="color.html#NEWCOLOR">NEWCOLOR</a>
4299or
4300<a href="color.html#XCOLOR">XCOLOR</a>.
4301The default is black.
4302<p>
4303<strong>hyphenation-flags</strong>
4304<br>
4305A number telling <strong>groff</strong> how you want margin notes
4306hyphenated.
4307<p>
4308<pre>
4309	1 = hyphenate without restrictions
4310	2 = do not hyphenate the last word on the page
4311	4 = do not hyphenate the last two characters of a word
4312	8 = do not hyphenate the first two characters of a word
4313</pre>
4314
4315The values can be added together, so, for example, if you want
4316neither the first two nor the last two characters of words
4317hyphenated, the hyphenation-flag would be 12.  The default value is
431814 (i.e. 2+4+8).
4319
4320<p>
4321<hr width="66%" align="left">
4322
4323<!---MN_INIT--->
4324
4325<p>
4326<a name="MN">
4327	<nobr>Macro: <strong>MN</strong>&nbsp;LEFT|RIGHT | &lt;anything&gt;</nobr>
4328</a>
4329<p>
4330Once you've initialized margin notes with
4331<a href="#MN_INIT">MN_INIT</a>,
4332you can enter margin notes any time you like with
4333<strong>MN</strong>.  An argument of <strong>LEFT</strong> will set
4334a left margin note.  An argument of <strong>RIGHT</strong> will set
4335a right margin note.
4336<p>
4337Any argument, such as <strong>OFF</strong> (or
4338<strong>QUIT</strong>, <strong>END</strong>, <strong>X</strong>,
4339etc) exits the current margin note.
4340
4341<p>
4342<hr>
4343
4344<!====================================================================>
4345
4346<a name="BLANK_PAGE_TITLE"><h2><u>Inserting a blank page into the document</u></h2></a>
4347<p>
4348<a name="BLANK_PAGE">
4349	<nobr>Macro: <strong>BLANKPAGE</strong> &lt;# of blank pages to insert&gt;</nobr>
4350</a>
4351
4352<p>
4353This one does exactly what you'd expect -- inserts a blank page into
4354the document. <strong>Mom</strong> silently increments the page
4355number of every blank page and keeps track of
4356<a href="rectoverso.html#RECTO_VERSO">recto/verso</a>
4357stuff, but otherwise, does nothing.  It's up to you, the user, to
4358figure out what to do with this feature.  However, it's worth
4359noting that without it, inserting completely blank pages, to use
4360a vernacular Qu�b�cois phrase, &quot;c'est pas �vident&quot;
4361(somewhere between &quot;isn't easy&quot;, &quot;isn't
4362obvious&quot; and &quot;isn't fun&quot;).
4363<p>
4364The argument to <strong>BLANK_PAGE</strong> is the number of blank
4365pages to insert.  The argument is not optional, hence even if you
4366only want one blank page, you have to tell <strong>mom</strong>:
4367<p>
4368<pre>
4369	.BLANKPAGE 1
4370</pre>
4371
4372<a name="FINIS_INTRO"><h2><u>Terminate document processing</u></h2></a>
4373<ul>
4374	<li><a href="#FINIS">Tag: FINIS</a>
4375	<li><a href="#FINIS_STRING">Changing the FINIS string</a>
4376</ul>
4377
4378<p>
4379The use of <strong>FINIS</strong> is optional.  If you invoke it
4380(at the end of a document before
4381<a href="#TOC">TOC</a>
4382or
4383<a href="#ENDNOTES">ENDNOTES</a>),
4384<strong>mom</strong>
4385deposits the word END, centred after a blank line, beneath the last
4386line of the document.  END is enclosed between
4387<a href="definitions.html#TERMS_EM">em-dashes</a>.
4388<p>
4389<strong>Please note</strong> that in versions of
4390<strong>mom</strong> prior to 1.1.9, <strong>FINIS</strong> used to
4391turn off
4392<a href="definitions.html#TERMS_FOOTER">footers</a>
4393(if they were on) and page numbering (if page numbers were at the
4394bottom of the page).  Damned if I can recall why I thought anyone
4395would want this behaviour, but it has been removed.
4396<p>
4397If you're writing in a language other than English, you can
4398change what <strong>mom</strong> prints for END with
4399the control macro <strong>FINIS_STRING</strong>.
4400<p>
4401<hr>
4402
4403<!====================================================================>
4404
4405<a name="TOC_INTRO"><h2><u>Table of contents</u></h2></a>
4406<ul>
4407	<li><a href="#TOC_BEHAVIOUR">TOC behaviour</a>
4408	<li><a href="#TOC">Macro: TOC</a> -- tell <strong>mom</strong> to output a table of contents
4409	<li><a href="#TOC_CONTROL">TOC control macros</a>
4410</ul>
4411
4412<p>
4413Want a table of contents for your document?  Easy.  Just enter
4414<p>
4415<pre>
4416	.TOC
4417</pre>
4418
4419as the very last macro of your document file. <strong>Mom</strong>
4420will have picked up all document titles (in
4421<a href="docprocessing.html#COLLATE">collated</a>
4422documents), all heads, subheads, and paragraph heads, as well as any
4423endnotes pages that have been output, and assigned them the
4424appropriate page number (and page numbering style).  Talk about a
4425no-brainer!
4426
4427That said, tables of contents (tocs) have even more control macros
4428than endnotes.  As always, the reason for so many control macros is
4429so that if you want to change just about any aspect of the toc's
4430typographic appearance, you can.  <strong>Mom</strong> is all about
4431simplicity AND flexibility.
4432<p>
4433
4434<a name="TOC_BEHAVIOUR"><h3><u>TOC behaviour</u></h3></a>
4435<p>
4436When you output a toc (with
4437<a href="#TOC">TOC</a>),
4438<strong>mom</strong> finishes processing the last page of your document,
4439then breaks to a new page for printing the toc.
4440<p>
4441<strong>Mom</strong> follows standard typesetting conventions for
4442tables of contents.  To this end, if
4443<a href="headfootpage.html#HEADERS">HEADERS</a>
4444are on for the document, the first page of the toc has no page
4445header, but does have a first page (roman numeral) number, always
4446&quot;1&quot;, in the bottom margin.  If
4447<a href="headfootpage.html#FOOTERS">FOOTERS</a>
4448are on for the document, the first page has neither a footer, nor a
4449page number in the top margin.  (If you absolutely must have a page
4450footer on the first page of the toc, simply invoke
4451<a href="headfootpage.html#FOOTER_ON_FIRST_PAGE">FOOTER_ON_FIRST_PAGE</a>
4452immediately before <strong>TOC</strong>.)  Subsequent toc pages have
4453both page headers or footers and a page number.
4454<p>
4455Entries in the toc are hierarchically indented, as you would
4456expect.  By default, each type of entry (e.g. a head or a subhead)
4457is set in a different font as well.  If any of heads, subheads or
4458paragraph heads are numbered in the body of the document, they are
4459also numbered in the toc.  Head numbering in the toc is NOT
4460concatenated as it is in the body of the document, which would be
4461visually redundant in a toc.
4462<p>
4463Tocs are never set in columns, regardless of whether the rest of
4464the document is.  Lastly, if
4465<a href="rectoverso.html#RECTO_VERSO">recto/verso</a>
4466printing is enabled, the toc respects it.  This sometimes leads to
4467tocs that begin with the wrong margins, but the margins can be
4468corrected either by outputting a
4469<a href="#BLANK_PAGE">BLANKPAGE</a>
4470or by using the toc control macro
4471<a href="#TOC_RV_SWITCH">TOC_RV_SWITCH</a>.
4472<p>
4473The overall toc
4474<a href="definitions.html#TERMS_FAMILY">family</a>,
4475<a href="definitions.html#TERMS_PS">point size</a>
4476and
4477<a href="definitions.html#TERMS_LEADING">lead</a>
4478can be altered with the toc
4479<a href="definitions.html#TERMS_CONTROLMACRO">control macros</a>,
4480as can the family,
4481<a href="definitions.html#TERMS_FONT">font</a>,
4482point size and indent of each type of toc entry (i.e. title, head,
4483subhead, paragraph head).  Furthermore, the page numbering style
4484can be changed, as can the amount of visual space reserved for toc
4485entry page numbers.
4486<p>
4487
4488<!---TOC--->
4489
4490<hr width="66%" align="left">
4491<p>
4492<a name="TOC">Macro: <strong>TOC</strong></a>
4493
4494<p>
4495If you want a toc, just put <strong>TOC</strong> as the last macro
4496in a document.  <strong>Mom</strong> takes care of the rest.
4497<p>
4498<hr width="66%" align="left">
4499
4500<a name="TOC_CONTROL"><h3><u>TOC control macros</u></h3></a>
4501<p>
4502Toc entries are not actually processed when <strong>mom</strong>
4503collects them, so you can put any toc control macros anywhere you
4504like in your document.  Some may prefer to place them at the top of
4505the file.  Others may prefer to place them just before outputting
4506the toc.  The choice is yours.
4507<br>
4508<ol>
4509	<li><a href="#TOC_GENERAL"><strong>General toc page style control</strong></a>
4510		<ul>
4511			<li><a href="#TOC_FAMILY">Base family for toc pages</a>
4512			<li><a href="#TOC_PT_SIZE">Base point size for toc pages</a>
4513			<li><a href="#TOC_LEAD">Leading of toc pages</a>
4514		</ul>
4515	<li><a href="#TOC_PAGENUMBERING"><strong>Toc page numbering</strong></a>
4516		<ul>
4517			<li><a href="#PAGINATE_TOC">Turn toc pagination on or off</a>
4518			<li><a href="#TOC_PAGENUM_STYLE">Toc page numbering style</a>
4519		</ul>
4520	<li><a href="#TOC_HEADER"><strong>Changing the toc header (title), string and style</strong></a>
4521		<ul>
4522			<li><a href="#TOC_HEADER_STRING">Changing the string (title)</a>
4523			<li><a href="#TOC_HEADER_STYLE">Changing the string (title) style</a>
4524		</ul>
4525	<li><a href="#TOC_STYLE"><strong>Changing the style for toc entries</strong></a>
4526	    <ul>
4527	        <li><a href="#TOC_INDENT">The toc _INDENT control macros</a>
4528	        <li><a href="#TOC_TITLE">Changing the style for toc title entries</a>
4529	        <li><a href="#TOC_HEAD">Changing the style for toc head entries</a>
4530	        <li><a href="#TOC_SUBHEAD">Changing the style for toc subhead entries</a>
4531	        <li><a href="#TOC_PARAHEAD">Changing the style for toc paragraph head entries</a>
4532	        <li><a href="#TOC_PN">Changing the style for toc page number listings</a>
4533	    </ul>
4534	<li><a href="#TOC_ADDITIONAL"><strong>Additional toc control macros</strong></a>
4535	    <ul>
4536	        <li><a href="#TOC_TITLE_ENTRY">Change the wording of a toc title entry</a>
4537	        <li><a href="#TOC_APPENDS_AUTHOR">Append author(s) to toc title entries</a>
4538	        <li><a href="#TOC_RV_SWITCH">TOC_RV_SWITCH</a>
4539	        <li><a href="#TOC_PADDING">TOC_PADDING</a>
4540	    </ul>
4541</ol>
4542<hr>
4543
4544<a name="TOC_GENERAL"><h2><u>1. General toc page style control</u></h2>
4545
4546<a name="TOC_FAMILY"><h3><u>*Toc family</u></h3></a>
4547<p>
4548See
4549<a href="#CONTROL_MACRO_ARGS">Arguments to the control macros</a>.
4550<p>
4551Set the family of toc pages with <strong>TOC_FAMILY</strong>, which
4552establishes the default family for every element of a toc page,
4553including the toc title (&quot;Contents&quot;) and the page number
4554in the top or bottom margin.  The default is the prevailing document
4555family.
4556<p>
4557All elements on a toc page also have their own _FAMILY
4558control macros, which override the default set by
4559<strong>TOC_FAMILY</strong>.
4560<p>
4561
4562<!---TOC_PT_SIZE--->
4563
4564<a name="TOC_PT_SIZE"><h3><u>*Toc point size</u></h3></a>
4565<p>
4566<nobr>Macro: <strong>TOC_PT_SIZE</strong> &lt;base type size of the toc&gt;</nobr>
4567
4568<p>
4569Unlike most other control macros that deal with size of document
4570elements, <strong>TOC_PT_SIZE</strong> takes as its argument an
4571absolute value, relative to nothing.  Therefore, the argument
4572represents the size of toc type in
4573<a href="definitions.html#TERMS_PICASPOINTS">points</a>,
4574unless you append an alternative
4575<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
4576For example,
4577<p>
4578<pre>
4579	.TOC_PT_SIZE 12
4580</pre>
4581
4582sets the base point size of type for the toc to 12 points, whereas
4583<p>
4584<pre>
4585	.TOC_PT_SIZE .6i
4586</pre>
4587
4588sets the base point size of type for the toc to 1/6 of an inch.
4589<p>
4590The type size set with <strong>TOC_PT_SIZE</strong> forms the basis
4591from which the point size of other toc page elements are calculated.
4592<p>
4593The default for
4594<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>
4595is 12.5 points (the same default size used in the body of the
4596document).
4597<p>
4598
4599<!---TOC_LEAD--->
4600
4601<a name="TOC_LEAD"><h3><u>*Toc lead</u></h3></a>
4602<p>
4603<nobr>Macro: <strong>TOC_LEAD</strong> &lt;leading of the toc&gt; [ ADJUST ]</nobr>
4604<br>
4605<em>*Does not require a <a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>; points is assumed</em>
4606
4607<p>
4608Unlike most other control macros that deal with leading of document
4609elements, <strong>TOC_LEAD</strong> takes as its argument an
4610absolute value, relative to nothing.  Therefore, the argument
4611represents the
4612<a href="definitions.html#TERMS_LEADING">leading</a>
4613of tocs in
4614<a href="definitions.html#TERMS_PICASPOINTS">points</a>
4615unless you append an alternative
4616<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
4617For example,
4618<p>
4619<pre>
4620	.TOC_LEAD 14
4621</pre>
4622
4623sets the base leading of type on the endnotes page to 14
4624points, whereas
4625<p>
4626<pre>
4627	.TOC_LEAD .5i
4628</pre>
4629
4630sets the base leading of type on the endnotes page to 1/2 inch.
4631<p>
4632If you want the leading of toc pages adjusted to fill the
4633page, pass <strong>TOC_LEAD</strong> the optional argument
4634<strong>ADJUST</strong>.  (See
4635<a href="docprocessing.html#DOC_LEAD_ADJUST">DOC_LEAD_ADJUST</a>
4636for an explanation of leading adjustment.)
4637<p>
4638The default for
4639<a href="docprocessing.html#PRINTSTYLE">PRINTSTYLE TYPESET</a>
4640is the prevailing document lead (16 by default), adjusted.
4641<p>
4642<strong>NOTE:</strong> Even if you give <strong>mom</strong> a
4643<strong>DOC_LEAD_ADJUST OFF</strong> command, she will still, by
4644default, adjust toc leading.  You MUST enter
4645<strong>TOC_LEAD &lt;lead&gt;</strong> with no
4646<strong>ADJUST</strong> argument to disable this default behaviour.
4647<p>
4648<strong>ADDITIONAL NOTE:</strong> Tocs are always double-spaced in
4649<strong>PRINTSTYLE TYPEWRITE</strong>, regardless of whether the
4650body of the document is single-spaced.
4651
4652<a name="TOC_PAGENUMBERING"><h2><u>2. Toc page numbering</u></h2></a>
4653<p>
4654The page numbering of toc pages is controlled by the same macros
4655that control
4656<a href="headfootpage.html#PAGINATION">document page numbering</a>,
4657except
4658<a href="headfootpage.html#PAGENUM">PAGENUM</a>
4659(tocs always start on page 1).  The defaults are the same as the
4660rest of the document.
4661<p>
4662If you wish to change some aspect of toc pagination, use the
4663document pagination control macros immediately prior to
4664<strong>.TOC</strong>.
4665<p>
4666A special macro,
4667<a href="#TOC_PAGENUM_STYLE">TOC_PAGENUM_STYLE</a>
4668controls the style of toc pages page numbers.
4669<p>
4670
4671<hr width="33%" align="left">
4672
4673<!---PAGINATE_TOC--->
4674
4675<p>
4676<a name="PAGINATE_TOC">
4677	<nobr>Macro: <strong>PAGINATE_TOC</strong> &lt;toggle&gt;</nobr>
4678</a>
4679<p>
4680By default, <strong>mom</strong> paginates the toc.  If you'd like
4681her not to, do
4682<p>
4683<pre>
4684	.PAGINATE_TOC OFF
4685</pre>
4686
4687<strong>NOTE:</strong> Simply invoking <strong>PAGINATION
4688OFF</strong> or <strong>PAGINATE OFF</strong> disables toc
4689pagination <em>for the first toc page only.</em> You MUST use
4690<strong>.PAGINATE_TOC OFF</strong> to disable toc pagination, even
4691if pagination is turned off elsewhere in your document.
4692<p>
4693
4694<hr width="33%" align="left">
4695<p>
4696
4697<!---TOC_PAGENUM_STYLE--->
4698
4699<a name="TOC_PAGENUM_STYLE">
4700	<nobr>Macro: <strong>TOC_PAGENUM_STYLE</strong> &lt;DIGIT | ROMAN | roman | ALPHA | alpha&gt;</nobr>
4701</a>
4702<p>
4703By default, <strong>mom</strong> uses roman numerals to number
4704toc pages.  Use <strong>TOC_PAGENUM_STYLE</strong> if you'd prefer
4705something else.  For example, to have standard digits instead of
4706roman numerals, do the following:
4707<p>
4708<pre>
4709	.TOC_PAGENUM_STYLE DIGIT
4710</pre>
4711
4712<hr width="33%" align="left">
4713
4714<a name="TOC_HEADER"><h2><u>3. Changing the toc header (title) string and style</u></h2></a>
4715<p>
4716The toc header string is the title that appears at to top of the
4717toc.  By default, it's &quot;Contents&quot;.  If you'd like
4718something else, say, &quot;Table of Contents&quot;, do
4719<p>
4720<a name="TOC_HEADER_STRING"></a>
4721<pre>
4722	.TOC_HEADER_STRING "Table of Contents"
4723</pre>
4724
4725<a name="TOC_HEADER_STYLE"></a>
4726The style of the toc header (title) is managed by the usual control
4727macros (see
4728<a href="#CONTROL_MACRO_ARGS">arguments to the control macros</a>).
4729<p>
4730<pre>
4731	.TOC_HEADER_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
4732	.TOC_HEADER_FONT    default = bold
4733	.TOC_HEADER_SIZE    default = +4
4734	.TOC_HEADER_QUAD    default = left
4735</pre>
4736
4737<a name="TOC_STYLE"><h2><u>4. Changing the style for toc entries</u></h2></a>
4738<p>
4739&quot;Toc entries&quot; refers to titles, heads, subheads and
4740paragraph heads as they appear in the toc.  Their style is managed
4741by the usual
4742<a href="definitions.html#TERMS_CONTROLMACRO">control macros</a>,
4743starting with TOC_
4744<p>
4745
4746<a name="TOC_INDENT"><h3><u>The toc _INDENT control macros</u></h3></a>
4747<p>
4748The toc control macros that end in _INDENT all take a single
4749argument that requires a
4750<a href="definitions.html#TERMS_UNITOFMEASURE">unit of measure</a>.
4751The argument is the distance to indent the entry, always measured
4752from the left margin.  For example,
4753<p>
4754<pre>
4755	.TOC_HEAD_INDENT 2P
4756</pre>
4757
4758indents head entries 2
4759<a href="definitions.html#TERMS_PICASPOINTS">picas</a>
4760from the left margin.
4761<p>
4762
4763<a name="TOC_TITLE"><h3><u>*Changing the style for toc title entries</u></h3></a>
4764<p>
4765(See
4766<a href="#CONTROL_MACRO_ARGS">arguments to the control macros</a>).
4767<p>
4768Toc title entries are the titles of documents that have been
4769<a href="rectoverso.html#COLLATE">collated</a>
4770together.
4771<p>
4772<pre>
4773	.TOC_TITLE_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
4774	.TOC_TITLE_FONT    default = bold italic
4775	.TOC_TITLE_SIZE    default = +0
4776	.TOC_TITLE_INDENT  default = 0 for TYPESET and TYPEWRITE
4777</pre>
4778
4779<a name="TOC_HEAD"><h3><u>*Changing the style for toc head entries</u></h3></a>
4780<p>
4781(See
4782<a href="#CONTROL_MACRO_ARGS">arguments to the control macros</a>).
4783<p>
4784Toc head entries are main heads that appear in the body of a
4785document.
4786<p>
4787<pre>
4788	.TOC_HEAD_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
4789	.TOC_HEAD_FONT    default = bold
4790	.TOC_HEAD_SIZE    default = +.5
4791	.TOC_HEAD_INDENT  default = 18p for TYPESET; 2m for TYPEWRITE
4792</pre>
4793
4794<a name="TOC_SUBHEAD"><h3><u>*Changing the style for toc subhead entries</u></h3></a>
4795<p>
4796(See
4797<a href="#CONTROL_MACRO_ARGS">arguments to the control macros</a>).
4798<p>
4799Toc subhead entries are subheads that appear in the body of a
4800document.
4801<p>
4802<pre>
4803	.TOC_SUBHEAD_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
4804	.TOC_SUBHEAD_FONT    default = roman
4805	.TOC_SUBHEAD_SIZE    default = +0
4806	.TOC_SUBHEAD_INDENT  default = 30p for TYPESET; 4m for TYPEWRITE
4807</pre>
4808
4809<a name="TOC_PARAHEAD"><h3><u>*Changing the style for toc paragraph head entries</u></h3></a>
4810<p>
4811(See
4812<a href="#CONTROL_MACRO_ARGS">arguments to the control macros</a>).
4813<p>
4814Toc paragraph head entries are paragraph heads that appear in the
4815body of a document.
4816<p>
4817<pre>
4818	.TOC_PARAHEAD_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
4819	.TOC_PARAHEAD_FONT    default = italic
4820	.TOC_PARAHEAD_SIZE    default = +0
4821	.TOC_PARAHEAD_INDENT  default = 42p for TYPESET; 6m for TYPEWRITE
4822</pre>
4823
4824<a name="TOC_PN"><h3><u>*Changing the style for toc paragraph page number listings</u></h3></a>
4825<p>
4826(See
4827<a href="#CONTROL_MACRO_ARGS">arguments to the control macros</a>).
4828<p>
4829Toc paragraph head entries are paragraph heads that appear in the
4830body of a document.
4831<p>
4832<pre>
4833	.TOC_PN_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
4834	.TOC_PN_FONT    default = roman
4835	.TOC_PN_SIZE    default = +0
4836</pre>
4837
4838<a name="TOC_ADDITIONAL"><h2><u>5. Additional toc macros</u></h2></a>
4839<p>
4840The following macros allow you to switch page margins should
4841they be incorrect for recto/verso printing, to establish how
4842many placeholders to leave for page listings, and to have
4843<strong>mom</strong> append author(s) to toc title entries.
4844<p>
4845
4846<hr width="33%" align="left">
4847
4848<!---TOC_RV_SWITCH--->
4849
4850<p>
4851<a name="TOC_RV_SWITCH">
4852	Macro: <strong>TOC_RV_SWITCH</strong>
4853</a>
4854<p>
4855<strong>TOC_RV_SWITCH</strong> doesn't take an argument.  It simply
4856instructs <strong>mom</strong> to switch the left and right margins
4857of
4858<a href="rectoverso.html#RECTO_VERSO">recto/verso</a>
4859documents should the toc happen to begin on an even page when you
4860want an odd, or vice versa.
4861<p>
4862The same result can be accomplished by outputting a
4863<a href="#BLANK_PAGE">BLANKPAGE</a>.
4864<p>
4865
4866<hr width="33%" align="left">
4867
4868<!---TOC_TITLE_ENTRY--->
4869
4870<p>
4871<a name="TOC_TITLE_ENTRY">
4872	<nobr>Macro: <strong>TOC_TITLE_ENTRY</strong> &lt;&quot;alternate wording for a title entry in the toc&quot;&gt;</nobr>
4873</a>
4874<p>
4875In
4876<a href="rectoverso.html#COLLATE">collated</a>
4877documents, the title of each separate document appears in the table
4878of contents.  It may sometimes happen that you don't want the title
4879as it appears in the toc to be the same as what appears in
4880the
4881<a href="definitions.html#TERMS_DOCHEADER">docheader</a>.
4882You might, for example, want to shorten it.  Or, in the case of
4883chapters where the docheader contains both a chapter number and a
4884chapter title, like this
4885<p>
4886<pre>
4887	           Chapter 6
4888	Burning Bush -- Maybe God Was Right
4889</pre>
4890
4891you might want only the chapter title, not the chapter number, to
4892show up in the toc.  (By default, <strong>TOC</strong> generates
4893both.)
4894<p>
4895If you want to change the wording of a title entry in the toc,
4896simply invoke <strong>TOC_TITLE_ENTRY</strong> with the desired
4897wording, enclosed in double-quotes.  Using the example, above,
4898<p>
4899<pre>
4900	.CHAPTER 6
4901	.CHAPTER_TITLE "Burning Bush -- Maybe God Was Right"
4902	.TOC_TITLE_ENTRY "Burning Bush"
4903	.DOCTYPE CHAPTER
4904</pre>
4905
4906would identify chapter 6 in the toc simply as &quot;Burning
4907Bush&quot;.
4908
4909<p>
4910
4911<hr width="33%" align="left">
4912
4913<!---TOC_APPENDS_AUTHOR--->
4914
4915<p>
4916<a name="TOC_APPENDS_AUTHOR">
4917	<nobr>Macro: <strong>TOC_APPENDS_AUTHOR</strong> &lt;none&gt; | &lt;&quot;name(s) of authors&quot;&gt;</nobr>
4918</a>
4919<p>
4920In certain kinds of collated documents, different authors are
4921responsible for the articles or stories contained within them.  In
4922such documents, you may wish to have the author or authors
4923appended to the toc's title entry for each story or article.
4924<p>
4925If you invoke <strong>TOC_APPENDS_AUTHOR</strong> with no argument,
4926<strong>mom</strong> appends the first argument you passed to
4927<a href="docprocessing.html#AUTHOR">AUTHOR</a>
4928to toc title entries, separated by a front-slash.
4929<p>
4930If you invoke <strong>TOC_APPENDS_AUTHOR</strong> with an argument
4931(surrounded by double-quotes), <strong>mom</strong> will append it
4932to the toc title entries instead.  This is useful if you have
4933multiple authors you wish to identify by last name only.  For
4934example, if three authors--Joe Blough, Jane Doe, and John
4935Deere--are responsible for a single article
4936<p>
4937<pre>
4938	.TOC_APPENDS_AUTHOR "Blough et al."
4939</pre>
4940
4941would be a good way to identify them in the toc.
4942<p>
4943
4944<hr width="33%" align="left">
4945
4946<!---TOC_PADDING--->
4947
4948<p>
4949<a name="TOC_PADDING">
4950	<nobr>Macro: <strong>TOC_PADDING</strong> &lt;# of placeholders to allow for page number listings&gt;</nobr>
4951</a>
4952<p>
4953By default, <strong>mom</strong> allows room for 3 digits in the
4954page number listings of tocs.  If you'd like some other number of
4955placeholders, say 2, do
4956<p>
4957<pre>
4958	.TOC_PADDING 2
4959</pre>
4960
4961<!---FINIS--->
4962
4963<hr width="66%" align="left">
4964<p>
4965<a name="FINIS">
4966	Macro: <strong>FINIS</strong>
4967</a>
4968
4969<p>
4970The use of <strong>FINIS</strong> is optional, but if you use
4971it, it should be the last macro you invoke in a document (before
4972<a href="#ENDNOTES">ENDNOTES</a>
4973or
4974<a href="#TOC">TOC</a>).
4975See
4976<a href="#FINIS_INTRO">above</a>
4977for a description of how <strong>FINIS</strong> behaves.
4978<p>
4979<strong>NOTE:</strong> If you don't use <strong>FINIS</strong>,
4980and you don't want
4981<a href="definitions.html#TERMS_FOOTER">footers</a>
4982(if they're on) or a page number at the bottom of the last page of
4983a document, you have to turn them off manually, as the last two
4984lines of your document file, like this:
4985<p>
4986<pre>
4987	.FOOTERS OFF
4988	.PAGINATE OFF
4989</pre>
4990
4991<a name="FINIS_STRING"><h3><u>Changing the FINIS string</u></h3></a>
4992
4993<p>
4994By default, <strong>FINIS</strong> prints the word
4995END between
4996<a href="definitions.html#TERMS_EM">em-dashes</a>.
4997If you'd like <strong>mom</strong> to print something else
4998between the dashes, use the <strong>FINIS_STRING</strong> macro
4999(anywhere in the document prior to <strong>FINIS</strong>).
5000<p>
5001For example, if your document's in French, you'd do
5002<p>
5003<pre>
5004	.FINIS_STRING "FIN"
5005</pre>
5006
5007Double-quotes must enclose the macro's argument.
5008<p>
5009<strong>NOTE:</strong> If you pass <strong>FINIS_STRING</strong>
5010a blank string, i.e.
5011<p>
5012<pre>
5013	.FINIS_STRING ""
5014</pre>
5015
5016<strong>mom</strong> will still print the em-dashes if you
5017invoke <strong>FINIS</strong>.  This, in effect, produces a
5018short, centred horizontal rule that terminates the document.
5019(In
5020<a href="docprocessing.html.#PRINTSTYLE">PRINTSTYLE TYPEWRITE</a>,
5021it's a short, dashed line composed of four hyphens.)
5022
5023<a name="FINIS_COLOR"><h3><u>Changing the FINIS colour</u></h3></a>
5024<p>
5025Invoking <strong>FINIS_COLOR</strong> with a pre-defined (or
5026&quot;initalized&quot;) color changes the colour of both the FINIS
5027string and the em-dashes that surround it.  If you use the
5028<a href="definitions.html#TERMS_INLINE">inline escape</a>,
5029<a href="color.html#COLOR_INLINE">\*[&lt;colorname&gt;]</a>,
5030in the argument passed to <strong>FINIS</strong>, only the text
5031will be in the new colour; the em-dashes will be in the default
5032document colour (usually black).
5033
5034<p>
5035<hr>
5036<a href="headfootpage.html#TOP">Next</a>&nbsp;&nbsp;
5037<a href="docprocessing.html#TOP">Prev</a>&nbsp;&nbsp;
5038<a href="#TOP">Top</a>&nbsp;&nbsp;
5039<a href="toc.html">Back to Table of Contents</a>
5040</body>
5041</html>
5042