Next   Prev   Back to Table of Contents

THE DOCUMENT ELEMENT TAGS

Introduction to the document element tags

Once you've completed the setup for a document (see Setting up a mom document), formatting it is a snap. Simply invoke the appropriate tag for each document element as you need it. The tags are macros that tell mom, "This is a paragraph, this is a subhead, this is a footnote," and so on.

The list of tags is actually quite small -- ideal for the users mom brought herself into being for (see Who mom is meant for). However, the list of macros that control the appearance of the tags upon output is extensive. Generally, for each tag, there are control macros for the tag's family, font and point size. Where appropriate, there are macros to control leading, indents, quad and special features as well.

Mom has tasteful defaults for all the tags, hence you only use the control macros when you want to change the way she does things. This is usually done prior to START, but can, in fact, be done at any time in the course of a document. Any change to a tag's style affects all subsequent invocations of the tag.

Control macros -- changing defaults

The control macros for document processing tags let you "design" the look of all the parts of your documents -- should you wish. At a bare minimum, all tags have macros to change mom's defaults for family, font and point size. Where appropriate, there are macros to control leading, indents and quad as well.

In addition, many tags have special macros to control features that are pertinent to those tags alone. Have a look at the section dealing with any particular tag to find out what macros control the tag, and what mom's defaults for the tag are.

The control macros may be used at any time during the course of a document (i.e. before or after START). The changes you make alter all subsequent invocations of the affected tag until you make another change, either by passing new arguments to the tag's control macro, or toggling a particular feature of the tag on or off.

And don't forget: the typesetting macros can be used at any time, including inside toggle tags (affecting only that particular invocation of the tag). Equally, inline escapes can be used in tags that take string arguments.

IMPORTANT NOTE: The family, font, point size, colour and leading control macros have no effect in PRINTSTYLE TYPEWRITE, which sets EVERYTHING in Courier roman, 12/24 (i.e. 12-point type on a linespace of 24 points).

Please also note that the defaults listed with the control macros apply only to PRINTSTYLE TYPESET unless a default for TYPEWRITE is also given.

A WORD OF ADVICE: Get familiar with mom at her default settings before exploring the control macros. Put her through her paces. See how she behaves. Get to know what she feels like and how she looks, both in your text editor and on the printed page. Then, if you don't like something, use this documentation to find the precise macro you need to change it. There are tons of control macros. Reading up on them and trying to remember them all might lead you to think that mom is complex and unwieldy, which is not only untrue, but would offend her mightily.

Arguments to the control macros

Family and font

The arguments to the control macros that end in _FAMILY or _FONT are the same as for FAMILY and FT.

Point size

Control macros that end in _SIZE always take the form +digit or -digit where digit is the number of points larger (+) or smaller (-) than the point size of paragraphs you want the document element to be. For example, to change subheads to 1-1/2 points larger than the type in paragraphs, do

	.SUBHEAD_SIZE +1.5
There's no need for a unit of measure with the _SIZE control macros; points is assumed.

Colour

Control macros that end in _COLOR take as their argument a colour name pre-defined (or "initialized") with NEWCOLOR or XCOLOR. For example, if you want your heads to be red, once you've defined or initialized the color, red,

	.HEAD_COLOR red
will turn your heads red.

Lead/linespacing

Control macros that end in _AUTOLEAD take the same argument as AUTOLEAD, viz. a digit that represents the number of points to add to the tag's point size to arrive at its lead. For example, to set footnotes solid, do

	.FOOTNOTE_AUTOLEAD 0
To set footnotes with a 1-point lead (i.e. with the line spacing one point greater than the footnote's point size), do

	.FOOTNOTE_AUTOLEAD 1

Indents

Except for PARA_INDENT, the argument to the control macros that end in _INDENT is always a single digit (whole numbers only; no decimal fractions) with no unit of measure appended to it. The digit represents by how much you want the size of the paragraph first-line indent multiplied to achieve the correct indent for a particular tag.

Quad/justification style

Control macros that end in _QUAD take the same arguments as QUAD.


Document element tags list


Epigraphs

Epigraphs colour, flavour, or comment on the document they precede. Typically, they are centred at the top of a document's first page (underneath the title) and set in a smaller point size than that of paragraph text.

By default, mom sets epigraphs centred and unfilled; this lets you input them on a line for line basis. This behaviour can be changed to accomodate filled epigraph "blocks."


Macro: EPIGRAPH <toggle> | [ BLOCK ]

EPIGRAPH is a toggle, used like this:

	.EPIGRAPH
	<text of epigraph>
	.EPIGRAPH OFF
OFF, above, could be anything -- say, Q or X -- since any argument other than BLOCK turns it off.

If given the argument BLOCK, EPIGRAPH sets epigraphs filled, justified or quadded in the same direction as paragraphs, indented equally from both the left and right margins.

If a block-style epigraph runs to more than one paragraph (unlikely, but conceivable), you MUST introduce every paragraph -- INCLUDING THE FIRST!!! -- with the PP tag.

NOTE: EPIGRAPH should only be used at the top of a document (i.e. just after START) or after heads. The latter is not especially recommended, but it does work. In all other places where you want quotes or cited text, use QUOTE or BLOCKQUOTE.

Epigraph control macros

See Arguments to the control macros.

.EPIGRAPH_FAMILY    default = prevailing document family; default is Times Roman
.EPIGRAPH_FONT      default = roman
.EPIGRAPH_SIZE      default = -1.5 (points)
.EPIGRAPH_COLOR     default = black
.EPIGRAPH_AUTOLEAD  default = 2 points

(The next two apply to "block" style epigraphs only)

.EPIGRAPH_QUAD      default = same as paragraphs
.EPIGRAPH_INDENT*   default = para indent x 3 (for typeset), x 2 (for typewrite)

*Indent here refers to the indent from both the left and right margins
 that centres the block style epigraph on the page.

Paragraphs

The paragraph macro is the one you use most often. Consequently, it's one of most powerful, yet simplest to use -- just the letters PP. No arguments, nothing. Just .PP on a line by itself any time, in any document element, tells mom you want to start a new paragraph. The spacing and indent appropriate to where you are in your document are taken care of automatically.

By default, mom does not indent the first paragraph of a document, nor paragraphs that fall immediately after heads or subheads. The first paragraphs of blockquotes and block-style epigraphs are also not indented. This behaviour can be changed with the control macro INDENT_FIRST_PARAS.

In contrast to some other macro packages, mom does not deposit a blank line between paragraphs. If you want her to do so, use the control macro PARA_SPACE. (I don't recommend using this macro with PRINTSTYLE TYPEWRITE.)

Note that mom does not provide "orphan control" for paragraphs (i.e. even if only one line of a paragraph fits at the bottom of a page, she will set it on that page). The reason for this is that writers of fiction often have single-line paragraphs (e.g. in dialogue). Groff's simplistic orphan control will break these one-liners -- if they fall at the bottom of the page -- to a new page, which is not what you want.

TIP: The last thing you want while you're writing and editing drafts of a document (particularly stories and chapters) is a text file cluttered up with PP's. The visual interruption in the flow of text is a serious obstacle to creativity and critiquing.

I use the tab key on my keyboard to indent paragraphs when I'm writing, producing a text file that looks pretty much like what you see on a printed page. When it comes time to format and print the file, I run it through a sed script that (amongst other things) converts the character generated by the tab key (^I) into .PP (plus a new line), and pipe the output to groff for processing and printing.

Another solution is to insert a blank line between paragraphs. The blank lines can then be sedded out at print time as above, or, more conveniently, you can use the .blm primitive (blank line macro) to instruct groff (and mom) that blank lines should be interpreted as PP's.

	.blm PP
tells groff that all blank lines are really the macro PP.


Macro: PP

PP (on a line by itself, of course) tells mom to start a new paragraph. See above for more details. In addition to regular text paragraphs, you can use PP in epigraphs, blockquotes and footnotes.

Paragraph control macros

The PP being so important, and representing, as it were, the basis of everything that goes on in a document, its control is managed in a manner somewhat different from other document element tags.

  1. Family control
  2. Font control
  3. Paragraph colour
  4. Leading/linespacing control
  5. Justification/quad control
  6. First-line indent control
  7. Initial paragraphs indent control
  8. Paragraph spacing control

1. Family

The paragraph family is set with FAMILY prior to START, or DOC_FAMILY afterwards. Please note that both globally affect the family of every element in the document.

If you wish to change the family for regular text paragraphs only, invoke FAMILY immediately after PP in EVERY paragraph whose family you wish to differ from the prevailing document family.

Mom's default paragraph (and document) family is Times Roman.

2. Font -- PP_FONT

To change the font used in regular text paragraphs, use .PP_FONT, which takes the same argument as FT. PP_FONT may be used before or after START. Only regular text paragraphs are affected; paragraphs in epigraphs, blockquotes and footnotes remain at their default setting (medium roman) unless you change them with the appropriate control macros.

Mom's default paragraph font is medium roman.

3. Paragraph colour

Mom has no special control macro for colourizing paragraphs. If you wish a colourized paragraph, you must use the macro, COLOR, or the inline escape, \*[<colorname>], after .PP. The colour must be one pre-defined (or "initialized") with NEWCOLOR or XCOLOR.

Please note that unless you change the colour back to it's default (usually black) at the end of the paragraph, all subsequent paragraphs will be set in the new colour, although most other elements of your document will continue to be set in the default colour (usually black).

For example, assuming you have defined the colour, blue,

	.PP
	.COLOR blue
	<first paragraph>
	.HEAD "Monty Python"
	.SUBHEAD "The Origins of Spam"
	.PP
	<second paragraph>
the first paragraph will be blue, the head and subhead will be in the document's default colour (usually black), and the second paragraph will be in blue.

The one document element that is affected by changing the colour of paragraphs are paraheads, since they are attached directly to the body of paragraphs. In other words, if you change the colour of a paragraph and do not reset the paragraph colour back to its default, subsequent paraheads will appear in the same colour as your paragraphs unless you have explicitly told mom you want a pre-defined (or "initialized") color (usually black) for your paraheads.

See the footnote to .PARAHEAD_COLOR.

4. Leading

The paragraph leading is set with LS prior to START, or DOC_LEAD afterwards. Please note that either method globally affects the leading and spacing of every document element (except headers and footers).

If you wish to change the leading of regular text paragraphs only, invoke LS immediately after PP in EVERY paragraph whose leading you wish to change.

HYPER-IMPORTANT NOTE: It is extremely unwise to change paragraph leading with LS, as it will, in all cases, screw up mom's ability to balance the bottom margin of pages. Should you absolutely need to change paragraph leading with LS, and subsequently want mom to get back on the right leading track, use the SHIM macro.

Mom's default paragraph leading (document leading) is 16 points, adjusted to fill the page.

5. Justification/quad

The justification/quad-direction of regular text paragraphs (i.e. justified, or filled and quadded left/right/centre) is set with JUSTIFY or QUAD prior to START, and with DOC_QUAD afterwards.

Please note that either method of setting the paragraph justification/quad-direction also affects epigraphs and footnotes, but not blockquotes (whose default is QUAD LEFT unless you change it with BLOCKQUOTE_QUAD). The justification/quad-direction of epigraphs and footnotes may be changed with their own control macros.

If you wish to change the justification/quad-direction of individual paragraphs, use JUSTIFY or QUAD immediately after PP. Only the paragraph in question gets justified or quadded differently; subsequent paragraphs remain unaffected.

Mom's default justification/quad-direction for paragraphs is

6. First-line indent -- PARA_INDENT

The first-line indent of paragraphs is controlled by PARA_INDENT, which takes one argument: the size of the indent. PARA_INDENT may be used before or after START. A unit of measure is required; fractional sizes are allowed. Thus, to set the paragraph indent to 4-1/2 ems, do

	.PARA_INDENT 4.5m
In addition to establishing the basic first line-indent of paragraphs, PARA_INDENT also affects epigraphs, quotes and blockquotes, whose overall indenting from the left and (where applicable) right margins is relative to PARA_INDENT. Furthermore, the first-line indent of paragraphs within these document elements (as well as footnotes) is also relative to PARA_INDENT (always 1/2 of PARA_INDENT)), hence they are also affected.

Mom's default PARA_INDENT is 2 ems for PRINTSTYLE_TYPESET and 3 picas (1/2 inch) for PRINTSTYLE_TYPEWRITE.

7. Indenting initial paragraphs -- INDENT_FIRST_PARAS

By default, mom does not indent the first paragraph of a document, nor the first paragraph after a head or subhead, nor the first paragraphs of epigraphs, blockquotes or footnotes that run to more than one paragraph.

If you wish to have first paragraphs indented, invoke the macro .INDENT_FIRST_PARAS with no argument, either before or after START. INDENT_FIRST_PARAS is a toggle macro, therefore passing it any argument (OFF, QUIT, Q, X...) cancels its effect, meaning that first paragraphs will once again NOT be indented.

8. Spacing paragraphs -- PARA_SPACE

By default, mom does not insert a blank line between paragraphs. If you would like her to do so, invoke the macro .PARA_SPACE with no argument, either before or after START. PARA_SPACE is a toggle macro, therefore passing it any argument (OFF, QUIT, Q, X...) cancels its effect, meaning that paragraphs will once again NOT be separated by a blank line.


Main heads

Main heads -- or, in this documentation, just "heads" -- should be used any place you want titles to introduce major sections of a document. If you wish, mom can number your heads for you. Head numbers can also be included hierarchically in numbered subheads and paraheads.

By default, heads are centred on the page, underlined, all in caps. A double linespace precedes each head. In PRINTSTYLE TYPESET, heads are bold, slightly larger than paragraph text.

If these defaults don't suit you, you can change them with the head control macros.


Macro: HEAD "<text of head>" [ "<2nd line>" [ "<3rd line>" ... ] ]

The argument to HEAD is the text of the head, surrounded by double-quotes. If you need additional lines for a head, simply surround each line with double-quotes.

NOTE: If a head falls near the bottom of an output page and mom is unable to fit the head plus at least one line of text underneath it, she will set the head at the top of the next page.

ADDITIONAL NOTE: If an input line in a head (i.e. one of the lines surrounded by double-quotes) has to be broken by mom in order to fit the current line-length (say, a narrow column measure), the head underline (underscore) will not behave. You'll recognize the problem as soon as you preview your document. If you encounter a head that misbehaves with respect to underlining, the solution is to supply each line as you want it as a separate argument (surrounded by double-quotes) to the HEAD macro.

For example, if mom breaks

	.HEAD "This is a very, very, very long head"
into
	This is a very, very, very
	        long head        
you'll see the misbehaving underscore and should change the argument to HEAD to
	.HEAD "This is a very, very very" "long head"

Head control macros

There are, in addition to the usual family/font/size/quad control macros, a number of macros to manage head numbering, spacing, underlining, and so on. Check them out if you're unhappy with mom's defaults.

  1. Family/font/size/colour/quad
  2. Caps
  3. Pre-head space
  4. Underlining
  5. Numbering
  6. Reset head numbering
  7. Vertical inline escapes inside heads

1. Family/font/size/quad

See Arguments to the control macros.

.HEAD_FAMILY default = prevailing document family; default is Times Roman
.HEAD_FONT   default = bold
.HEAD_SIZE   default = +1 (point)
.HEAD_COLOR  default = black
.HEAD_QUAD   default = CENTER

2. Capitalizing heads -- HEAD_CAPS

By default, mom sets heads in caps, regardless of the string(s) you give to HEAD. To change this behaviour, do

	.HEAD_CAPS OFF
HEAD_CAPS is a toggle macro, therefore you can use any argument you like instead of OFF (END, QUIT, Q, X...). To turn HEAD_CAPS back on, simply invoke it without an argument.

3. Space before heads -- HEAD_SPACE

By default, mom deposits 2 blank lines prior to every head. If you'd prefer just a single blank line, do

	.HEAD_SPACE OFF
HEAD_SPACE is a toggle macro, therefore you can use any argument you like instead of OFF (END, QUIT, Q, X...). To restore the space before heads to 2 blank lines, invoke HEAD_SPACE without an argument.

4. Underlining heads -- HEAD_UNDERLINE

By default, mom underlines heads. To change this behaviour, do

	.HEAD_UNDERLINE OFF
HEAD_UNDERLINE is a toggle macro, therefore you can use any argument you like instead of OFF (END, QUIT, Q, X...). To restore underlining of heads, invoke HEAD_UNDERLINE without an argument.

5. Number heads -- NUMBER_HEADS

If you'd like your heads numbered, simply invoke NUMBER_HEADS with no argument. Mom will number all subsequent heads automatically (in ascending order, naturally).

If, in addition to numbering heads, you also request that subheads and/or paraheads be numbered, the head number will be included in their numbers (each number separated by a period [dot]).

Should you wish to stop head numbering, invoke NUMBER_HEADS with any argument (OFF, QUIT, END, X...). Head numbering will cease, and the head number will not be included in the numbering of subheads and/or paraheads.

6. Reset head numbering -- RESET_HEAD_NUMBER

Should you wish to reset the head number to "1", invoke RESET_HEAD_NUMBER with no argument. If, for some reason, you want mom to use a head number that is not the next in ascending order (i.e. the last head number + 1), invoke RESET_HEAD_NUMBER with the number you want, e.g.

	.RESET_HEAD_NUMBER 6
Your next head will be numbered "6" and subsequent heads will be numbered in ascending order from "6".

7. Vertical inline escapes inside heads

If you need to adjust the baseline position of a head (e.g. the head falls at the top of a column and you want its ascenders to line up with the ascenders of running text in other columns), you can embed a vertical motion inline escape (either mom's or groff's in the string(s) you pass to HEAD

For example,

	.HEAD "\[ALD3]Text of head"
        or
    .HEAD "\[DOWN 3p]Text of head"
will lower the baseline of the head by three points. Note that there's no need to reverse the sense of the inline escape.

In the case of heads that run to more than one line, you must embed the escape in the string for each line, like this:

	.HEAD "\[ALD3]First line" "\[ALD3]Next line" 
        or
    .HEAD "\[DOWN 3p]First line" "\[DOWN 3p]Next line" 

Subheads

Subheads should be used any place you want titles to introduce sections of a document below heads. If you wish, mom can number subheads for you. Subhead numbers can also be included hierarchically in numbered paraheads.

By default, subheads are flush left. In PRINTSTYLE TYPESET, they are set bold, slightly larger than paragraph text. In PRINTSTYLE TYPEWRITE, they are underlined. A single linespace precedes them in both printstyles, and a tiny space adjustment raises them slightly above text that comes afterwards for greater clarity in document structuring.

If these defaults don't suit you, you can change them with the subhead control macros.


Macro: SUBHEAD "<text of subhead>" [ "<2nd line>" [ "<3rd line>" ... ] ]

The argument to SUBHEAD is the text of the subhead, surrounded by double-quotes. If you need additional lines for a subhead, simply surround each line with double-quotes.

NOTE: If a subhead falls near the bottom of an output page and mom is unable to fit the head plus at least one line of text underneath it, she will set the subhead at the top of the next page.

Subhead control macros

In addition to the usual family/font/size/quad control macros, there are macros to manage subhead numbering.

  1. Family/font/size/colour/quad
  2. Numbering
  3. Reset subhead numbering
  4. Vertical inline escapes inside subheads

1. Family/font/size/quad

See Arguments to the control macros.

.SUBHEAD_FAMILY default = prevailing document family; default is Times Roman
.SUBHEAD_FONT   default = bold
.SUBHEAD_SIZE   default = +.5 (point)
.SUBHEAD_COLOR  default = black
.SUBHEAD_QUAD   default = LEFT

2. Number subheads -- NUMBER_SUBHEADS

If you'd like your subheads numbered, simply invoke .NUMBER_SUBHEADS with no argument. Mom will number all subsequent subheads automatically (in ascending order, naturally).

If, in addition to numbering subheads, you also request that heads be numbered, the head number will be included in the subhead number (separated by a period [dot]).

Should you wish to stop subhead numbering, invoke NUMBER_SUBHEADS with any argument (OFF, QUIT, END, X...). Subhead numbering will cease, and the subhead number will not be included in the numbering of paraheads.

3. Reset head numbering -- RESET_SUBHEAD_NUMBER

Should you wish to reset the subhead number to "1", invoke RESET_SUBHEAD_NUMBER with no argument. If, for some reason, you want mom to use a subhead number that is not the next in ascending order (i.e. the last subhead number + 1), invoke RESET_SUBHEAD_NUMBER with the number you want, e.g.

	.RESET_SUBHEAD_NUMBER 4
Your next subhead will be numbered "4" and subsequent subheads will be numbered in ascending order from "4".

Vertical inline escapes inside subheads

See Vertical inline escapes inside heads. The information there applies equally to subheads.


Paragraph heads

Paragraph heads (paraheads) should be used any place you want titles to introduce paragraphs below heads or subheads. If you wish, mom can number paraheads for you.

By default, paraheads are joined to the body of a paragraph, slightly indented (provided the paragraph is not a "first" paragraph as defined in Indenting initial paragraphs). In PRINTSTYLE TYPESET, they are set bold italic, slightly larger than paragraph text. In PRINTSTYLE TYPEWRITE, they are underlined.

If these defaults don't suit you, you can change them with the parahead control macros.


Macro: PARAHEAD "<text of parahead>"

PARAHEAD must come AFTER PP or it will not work!

The argument is the text of the parahead, surrounded by double-quotes. Because paraheads are joined to the body of a paragraph, they accept only one argument (see HEAD and SUBHEAD).

Parahead control macros

In addition to the family/font/size/colour/indent control macros, there are macros to manage parahead numbering.

  1. Family/font/colour/size
  2. Indent
  3. Numbering
  4. Reset parahead numbering

1. Family/font/size/colour

See Arguments to the control macros.

.PARAHEAD_FAMILY default = prevailing document family; default is Times Roman
.PARAHEAD_FONT   default = bold italic
.PARAHEAD_SIZE   default = +.5 (point)
.PARAHEAD_COLOR  default = black*

*If you colourize paragraph text, paraheads will appear in the same
colour as the text unless you explicitly tell mom to colour them
otherwise by invoking .PARAHEAD_COLOR.  If you do want paraheads
that are coloured the same as paragraph text, it's generally a good
idea to invoke .PARAHEAD_COLOR anyway (with the same colour used
for paragraph text), just to let mom know.

2. Indent

Unlike other control macros that end in _INDENT, the argument to the macro that controls indenting of paragraph heads (PARAHEAD_INDENT) is NOT relative to the first-line indent of normal paragraphs. In other words, it takes an absolute value, and requires a unit of measure. For example, to set the paragraph head indent to 2-1/2 picas, you do:

	.PARAHEAD_INDENT 2.5P
Mom's default indent for paragraph heads is 1/2 the first-line indent of normal paragraphs (both printstyles). However, as stated above, if you choose to change the indent, you must give an absolute value (unless you're a groff expert and want to manipulate the number register \n[#PP_INDENT]u arithmetically as the argument to PARAHEAD_INDENT for an indent that's relative to PP_INDENT.)

NOTE: Paragraph heads in "first paragraphs", as defined in Indenting initial paragraphs, are not indented unless you turn INDENT_FIRST_PARAS on.

3. Number paraheads -- NUMBER_PARAHEADS

If you'd like your paraheads numbered, simply invoke .NUMBER_PARAHEADS with no argument. Mom will number all subsequent paraheads automatically (in ascending order, naturally).

If, in addition to numbering paraheads, you also request that heads and subheads be numbered, the head and/or subhead number will be included in the parahead number (separated by a period [dot]).

Should you wish to stop parahead numbering, invoke NUMBER_PARAHEADS with any argument (OFF, QUIT, END, X...). Parahead numbering will cease.

4. Reset head numbering -- RESET_PARAHEAD_NUMBER

Should you wish to reset the parahead number to "1", invoke RESET_PARAHEAD_NUMBER with no argument. If, for some reason, you want mom to use a parahead number that is not the next in ascending order (i.e. the last parahead number + 1), invoke RESET_PARAHEAD_NUMBER with the number you want, e.g.

	.RESET_PARAHEAD_NUMBER 7
Your next parahead will be numbered "7" and subsequent paraheads will be numbered in ascending order from "7".


Author linebreaks

By default, mom marks author linebreaks with three centred asterisks. You can change this behaviour with the linebreak character control macro.


Macro: LINEBREAK

LINEBREAK takes no arguments. Simply invoke it (on a line by itself, of course) whenever you want to insert an author linebreak. The appearance of the linebreak is controlled by the LINEBREAK_CHAR macro.

Linebreak character control macro

Macro: LINEBREAK_CHAR [ <character> ] [ <iterations> [ <vertical adjustment> ] ]
*The third optional argument requires a unit of measure.

LINEBREAK_CHAR determines what mom prints when LINEBREAK is invoked. It takes 3 optional arguments: the character you want deposited at the line break, the number of times you want the character repeated, and a vertical adjustment factor.

The first argument is any legal groff character (e.g. * [an asterisk], \(dg [a dagger], \f(ZD\N'141\fP [an arbitrary character from Zapf Dingbats], \l'4P' [a 4-pica long rule]). Mom sets the character centred on the current line length. (See "man groff_char" for a list of all legal groff characters.)

The second argument is the number of times to repeat the character.

The third argument is a +|- value by which to raise (+) or lower (-) the character in order to make it appear visually centred between sections of text. This lets you make vertical adjustments to characters that don't sit on the baseline (such as asterisks). The argument must be preceded by a plus or minus sign, and must include a unit of measure.

If you enter LINEBREAK_CHAR with no arguments, sections of text will be separated by two blank lines when you invoke LINEBREAK.

Mom's default for LINEBREAK_CHAR is

	.LINEBREAK_CHAR * 3 -3p
i.e. three asterisks, lowered 3 points from their normal vertical position (for PRINTSTYLE TYPESET; the vertical adjustment is -2 points for PRINTSTYLE TYPEWRITE).

Linebreak colour control macro

Macro: LINEBREAK_COLOR <color name>

To change the colour of the linebreak character(s), simply invoke LINBREAK_COLOR with the name of a pre-defined (or "initialized") colour.


Quotes (line for line)

Quotes are always set in nofill mode, flush left. This permits entering quotes on a line for line basis in your text editor and have them come out the same way on output copy. (See Blockquotes for how quotes, in the present sense, differ from longer passages of cited text.)

Since mom originally came into being to serve the needs of creative writers (i.e. novelists, short story writers, etc. -- not to cast aspersions on the creativity of mathematicians and programmers), she sets quotes in italics (PRINTSTYLE TYPESET) or underlined (PRINTSTYLE TYPEWRITE), indented from the left margin. Obviously, she's thinking "quotes from poetry or song lyrics", but with the quote control macros you can change her defaults so QUOTE serves other needs, e.g. entering verbatim snippets of programming code, command line instructions, and so on. (See the tip below for suggestions about including programming code snippets in documents.)

Besides indenting quotes, mom further sets them off from running text with a small amount of vertical whitespace top and bottom. In PRINTSTYLE TYPEWRITE, this is always one full linespace. In PRINTSTYLE TYPESET, it's 1/2 of the prevailing leading if the quote fits fully on the page (i.e. with running text above and below it), otherwise it's a full linespace either above or below as is necessary to balance the page to the bottom margin. This behaviour can be changed with the control macro ALWAYS_FULLSPACE_QUOTES.

NOTE: ALWAYS_FULLSPACE_QUOTES applies to both QUOTE and BLOCKQUOTE, as does the control macro QUOTE_INDENT.

TIP: If you want to include snippets of programming code in mom documents, you may come acropper of the fact that groff (and mom's) escape character is the backslash. In order for mom not to interpret backslashes that occur in code snippets as escapes, you have to tell mom that the backslash character is (temporarily) no longer the escape character. The easiest way to do this is to set the escape character to something else for the duration of the code snippet. You accomplish this with ESC_CHAR, like this:

	.ESC_CHAR c
where "c", above, is the alternate escape character (which should be a character that does not appear in the code). To set the escape character back to the backslash, simply invoke .ESC_CHAR by itself (i.e. with no argument).

Because mom, by default, sets the text after .QUOTE in italic (for PRINTSTYLE TYPESET) or underlined (for PRINTSTYLE TYPEWRITE), you'll want to change that behaviour as well. Therefore, a recipe for setting verbatim code snippets using QUOTE could be (assuming you want a fixed width font like Courier):

	\# You only need the first two lines before the first invocation
	\# of QUOTE.  They stay in effect for all subsequent invocations.
	\#
	.QUOTE_FONT       CR    \" Set quote font to Courier roman
	.UNDERLINE_QUOTES OFF   \" Don't underline quotes in TYPEWRITE
	.QUOTE
	.ESC_CHAR ^             \" Change escape character to ^
	<code snippet>
	.ESC_CHAR               \" Restore escape character to \
	.QUOTE OFF


Macro: QUOTE toggle

QUOTE is a toggle macro. To begin a section of quoted text, invoke it with no argument, then type in your quote. When you're finished, invoke QUOTE with any argument (e.g. OFF, END, X, Q...) to turn it off. Example:

	.QUOTE
	Nymphomaniacal Jill
	Used a dynamite stick for a thrill
	They found her vagina
	In North Carolina
	And bits of her tits in Brazil.
	.QUOTE END

Quote control macros

  1. Family/font/size/colour/indent
  2. Spacing above and below (typeset only)
  3. Underline quotes (typewrite only)
  4. Manually break a footnoted quote that crosses pages/columns

1. Family/font/size/indent

See Arguments to the control macros.

.QUOTE_FAMILY default = prevailing document family; default is Times Roman
.QUOTE_FONT   default = italic
.QUOTE_SIZE   default = +0 (i.e. same size as paragraph text)
.QUOTE_COLOR  default = black
.QUOTE_INDENT default = paragraph indent x 3 (typeset); x 2 (typewrite)
             (note that this macro also sets the indents (left and right)
              for blockquotes)

2. Spacing above and below -- ALWAYS_FULLSPACE_QUOTES (typeset only)

If you'd like mom always to put a full linespace above and below quotes, invoke .ALWAYS_FULLSPACE_QUOTES with no argument. If you wish to restore mom's default behaviour regarding the spacing of quotes (see above), invoke the macro with any argument (OFF, QUIT, END, X...)

NOTE: This macro also sets mom's spacing policy for blockquotes.

3. Underlining -- UNDERLINE_QUOTES (typewrite only)

By default in PRINTSTYLE TYPEWRITE, mom underlines quotes. If you'd rather she didn't, invoke .UNDERLINE_QUOTES with any argument (OFF, QUIT, END, X...) to disable the feature. Invoke it without an argument to restore mom's default underlining of quotes.

If you not only wish that mom not underline quotes, but also that she set them in italic, you must follow each instance of QUOTE with the typesetting macro FT I. Furthermore, since mom underlines all instances of italics by default in PRINTSTYLE TYPEWRITE, you must also make sure that ITALIC_MEANS_ITALIC is enabled (see PRINTSTYLE TYPEWRITE control macros).

4. Manually break a footnoted quote -- BREAK_QUOTE

Exceptionally, a quote or blockquote containing a footnote may cross a page or column. When this happens, the footnote marker may not be correct for its position relative to other footnotes on the page, and the footnote itself may appear on the wrong page or at the bottom of the wrong column. When this happens, study your output to determine the precise point at which the quote breaks (or at which you want it to break), and add .BREAK_QUOTE on a line by itself afterwards. No other intervention is required, and the footnote(s) will be marked correctly and appear on the correct page.

BREAK_QUOTE may be used with both quotes and blockquotes, and hence is aliased as BREAK_BLOCKQUOTE, BREAK_CITATION and BREAK_CITE.


Blockquotes (cited passages)

BLOCKQUOTES are used to cite passages from another author's work. So that they stand out well from running text, mom indents them from both the left and right margins and sets them in a different point size (PRINTSTYLE TYPESET only). Output lines are filled, and, by default, quadded left.

Besides indenting blockquotes, mom further sets them off from running text with a small amount of vertical whitespace top and bottom. (See above for a complete explanation of how this is managed, and how to control it.)

You may notice that BLOCKQUOTE has no macro to control leading, although you can change the point size. There are Very Good Reasons for this. If you can't live with the limitation, change the leading of blockquotes (after invoking the tag) with LS, but know that there will be Bottom Margin Consequences unless you use the SHIM macro after you turn the blockquote off.


Macro: BLOCKQUOTE toggle
Aliases: CITE, CITATION

BLOCKQUOTE is a toggle macro. To begin a cited passage, invoke the tag with no argument, then type in your quote. When you're finished, invoke BLOCKQUOTE with any argument (e.g. OFF, END, X, Q...) to turn it off. Example:

	.BLOCKQUOTE
	Redefining the role of the United States from enablers to keep
	the peace to enablers to keep the peace from peacekeepers is
	going to be an assignment.
	.RIGHT
	\(emGeorge W. Bush
	.BLOCKQUOTE END
If the cited passage runs to more than one paragraph, you MUST introduce each paragraph -- including the first! -- with PP.

NOTE: The aliases CITE and CITATION may be used in place of the BLOCKQUOTE tag, but "CITE" and "CITATION" must not be used to replace "BLOCKQUOTE" in any of the tag's control macros.

Blockquote control macros

  1. Family/font/size/colour/indent
  2. Spacing above and below (typeset only)
  3. Manually break a footnoted blockquote that crosses pages/columns

1. Family/font/size/indent

See Arguments to the control macros.

.BLOCKQUOTE_FAMILY default = prevailing document family; default is Times Roman
.BLOCKQUOTE_FONT   default = italic
.BLOCKQUOTE_SIZE   default = -1 (point)
.BLOCKQUOTE_COLOR  default = black
.QUOTE_INDENT      default = paragraph indent x 3 (typeset); x 2 (typewrite)
                  (note that this macro also sets the left indent for quotes)

2. Spacing above and below -- ALWAYS_FULLSPACE_QUOTES (typeset only)

If you'd like mom always to put a full linespace above and below blockquotes, invoke .ALWAYS_FULLSPACE_QUOTES with no argument. If you wish to restore mom's default behaviour regarding the spacing of blockquotes (see above), invoke the macro with any argument (OFF, QUIT, END, X...).

NOTE: This macro also sets mom's spacing policy for quotes.


Nested lists

Lists are points or items of interest or importance that are separated from running text by enumerators. Some typical enumerators are en-dashes, bullets, digits and letters.

Setting lists with mom is easy. First, you initialize a list with the LIST macro. Then, for every item in the list, you invoke the macro, ITEM, followed by the text of the item. When a list is finished, you exit the list with LIST OFF (or QUIT, END, X, etc.)

By default mom starts each list with the enumerator flush with the left margin of running text that comes before it, like this:

	My daily schedule needs organizing.  I can't
	seem to get everything done I want.
	o an hour's worth of exercise
	o time to prepare at least one healthy
	  meal per day
	o reading time
	o work on mom
	o writing
	  - changes from publisher
	  - current novel
	o a couple of hours at the piano
In other words, mom does not, by default, indent entire lists. Indenting a list is controlled by the macro, SHIFT_LIST. (This is a design decision; there are too many instances where a default indent is not desirable.) Equally, mom does not add any extra space above or below lists.

Lists can be nested (as in the example above). In other words, you can set lists within lists, each with an enumerator (and possibly, indent) of your choosing. In nested lists, each invocation of LIST OFF takes you back to the previous depth (or level) of list, with that list's enumerator and indent intact. The final LIST OFF exits lists completely and returns you to the left margin of running text.

Finally, lists can be used in documents created with either the document processing macros or just the typesetting macros.


Macro: LIST [ BULLET | DASH | DIGIT | ALPHA | USER ] [ <separator> | <user-defined enumerator> ] [ <off> ]

Invoked by itself (i.e. with no argument), LIST initializes a list (with bullets as the default enumerator). Afterwards, each block of input text preceded by .ITEM, on a line by itself, is treated as a list item.

The optional arguments BULLET, DASH, DIGIT (for Arabic numerals), ALPHA (for lowercase letters) and USER allow you to say what kind of enumerator you want for a given list.

If you choose DIGIT or ALPHA, you may enter the optional argument separator to say what kind of separator you want after the enumerator. The separator can be anything you like. The default for DIGIT is a period (dot), like this:

	1. A list item
The default separator for ALPHA is a right parenthesis, like this:

	a) A list item
If you want digits with a right-parenthesis separator, you'd do

	.LIST DIGIT )
	.ITEM
	A list item
which would produce

	1) A list item
BULLET, DASH and USER do not take a separator.

USER lets you make up your own enumerator. For example, if you want a list enumerated with =>,

	.LIST USER =>
	.ITEM
	A list item
will produce

	=> A list item
If the argument to USER contains spaces, you must enclose the argument in double quotes.

Any single argument other than BULLET, DASH, DIGIT, ALPHA or USER takes you out of the current list. If you are at the first list-level (or -depth), mom returns you to the left margin of running text. Any indents that were in effect prior to setting the list are fully restored. If you are in a nested list, mom moves you back one list-level and restores the enumerator, separator and indent appropriate to that level.

Each invocation of LIST must be matched by a corresponding LIST OFF in order to fully exit lists. For example,

	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
	o List item in level 1
	o List item in level 1
	  - List item in level 2
	  - List item in level 2
	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
is created like this:

	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
	.LIST BULLET
	.ITEM
	List item in level 1
	.ITEM
	List item in level 1
	.LIST DASH
	.ITEM
	List item in level 2
	.ITEM
	List item in level 2
	.LIST OFF    \" Turn level 2 list off
	.LIST OFF    \" Turn level 1 list off
	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
NOTE: Every time you invoke LIST to start a list (as opposed to exiting one), you must supply an enumerator (and optionally, a separator) for the list, unless you want mom's default enumerator, which is a bullet. Within nested lists, mom stores the enumerator, separator and indent for any list you return backwards to (i.e. with LIST OFF), but does not store any information for lists you move forward to.


Macro: ITEM

After you've initialized a list with LIST, precede each item you want in the list with ITEM. Mom takes care of everything else with respect to setting the item appropriate to the list you're in.

In document processing, it is legal to have list items that contain multiple paragraphs. Simply issue a PP request for each paragraph following the first item. I.e., don't do this:

	.ITEM
	.PP
	Some text...
	.PP
	A second paragraph of text
but rather

	.ITEM
	Some text...
	.PP
	A second paragraph of text

List control macros

  1. Indenting lists (SHIFT_LIST)
  2. Resetting an initialized list's enumerator (RESET_LIST)
  3. Padding digit enumerators (PAD_LIST_DIGITS)

1. Indenting lists -- SHIFT_LIST

If you want a list to be indented to the right of running text, or indented to the right of a current list, use the macro SHIFT_LIST immediately after LIST. SHIFT_LIST takes just one argument: the amount by which you want the list shifted to the right. The argument requires a unit of measure,

SHIFT_LIST applies only to the list you just initialized with LIST. It does not carry over from one invocation of LIST to the next. However, the indent remains in effect when you return to a list level in a nested list.

For example, if you want a 2-level list, with each list indented to the right by 18 points,

	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
	.LIST           \" List 1
	.SHIFT_LIST 18p \" Indent 18 points right of running text
	.ITEM
	List 1 item
	.ITEM
	List 1 item
	.LIST DASH      \" List 2
	.SHIFT_LIST 18p \" Indent 18 points right of list 1
	.ITEM
	List 2 item
	.ITEM
	List 2 item
	.LIST OFF       \" Move back to list 1
	.ITEM
	List 1 item
	.ITEM
	List 1 item
	.LIST OFF       \" Exit lists
	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
produces (approximately)

	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.
	    o List 1 item
	    o List 1 item
	        - List 2 item
	        - List 2 item
	    o List 1 item
	    o List 1 item
	Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore.

2. Resetting an initialized list's enumerator -- RESET_LIST

In nested lists, if your choice of list enumerator for a given level of list is either DIGIT or ALPHA, you may sometimes want to reset the list's enumerator back to "1" or "a" when you return, within the nest, to that list. Consider the following:

	Things to do religiously each and every day:
	1. Take care of the dog
	   a) walk every day
	   b) brush once a week
	      - trim around the eyes every fourth brushing
	      - don't forget to check nails
	2. Feed the cat
	   a) soft food on Mon., Wed. and Fri.
	   b) dry food on Tues., Thurs. and Sat.
	   c) canned tuna on Sunday
Normally, within a nested list, when you return to an alpha- or digit-enumerated list, the enumerator continues incrementing from where it left off. That means, in the example above, the normal state of affairs for the alpha'ed list under "2. Feed the cat" would be c), d) and e). The solution, in such a case, is simply to reset the enumerator --before ITEM!-- with the macro, RESET_LIST.

RESET_LIST does exactly what it says -- resets the list -- and doesn't take any arguments.

3. Padding digit enumerators (PAD_LIST_DIGITS)

When your choice of enumerators is DIGIT AND the number of items in the list exceeds nine (9), you have to make a design decision: should mom leave room for the extra numeral in two-numeral digits to the right or the left of the single-numeral digits? If you want the extra space to the right, just invoke the macro, PAD_LIST_DIGITS by itself. This will produce something like

	8.  List item
	9.  List item
	10. List item
If you want the extra space to the left, invoke PAD_LIST_DIGITS with the single argument, LEFT, which will produce

	 8. List item
	 9. List item
	10. List item
Of course, if the number of items in the list is less than ten (10), there's no need for PAD_LIST_DIGITS.


Footnotes

For something so complex behind the scenes, footnotes are easy to use. You just type, for example

	...the doctrines of Identity as urged by Schelling\c
	.FOOTNOTE
	<footnote about who the hell is Schelling>
	.FOOTNOTE OFF
	were generally the points of discussion presenting the most
	of beauty to the imaginative Morella.
and be done with it. (Note the obligatory use of the \c inline escape.) Mom takes care of everything: putting footnote markers in the body of the document, keeping track of how many footnotes are on the page, identifying the footnotes themselves appropriately, balancing them properly with the bottom margin, deferring footnotes that don't fit on the page... Even if you're using COLUMNS, mom knows what to do, and Does The Right Thing.

Footnotes can be sly little beasts, though. If you're writing a document that's footnote-heavy, you might want to read the following.

Footnote behaviour

By default, mom marks footnotes with alternating stars (asterisks) and daggers. The first footnote gets a star, the second a dagger, the third two stars, the fourth two daggers, etc. If you prefer numbered footnotes, rest assured mom is happy to oblige.

A small amount of vertical whitespace and a short horizontal rule separate footnotes from the document body. The amount of whitespace varies slightly from page to page depending on the number of lines in the footnotes. Mom tries for a nice balance between too little whitespace and too much, but when push comes to shove, she'll opt for ample over cramped. The last lines of footnotes are always flush with the document's bottom margin.

If mom sees that a portion of a footnote cannot be fit on its page, she carries that portion over to the next page. If an entire footnote can't be fitted on its page (i.e. FOOTNOTE has been called too close to the bottom), she defers the footnote to the next page, but sets it with the appropriate marker from the previous page.

In the unfortunate happenstance that a deferred footnote is the only footnote on its page (i.e. it's marked in the document body with a star) and the page it's deferred to has its own footnotes, mom separates the deferred footnote from the page's proper footnote(s) with a blank line. This avoids the confusion that might result from readers seeing two footnote entries on the same page identified by a single star (or the number 1 if you've requested numbered footnotes that begin at 1 on every page). The blank line makes it clear that the first footnote entry belongs to the previous page.

In the circumstance where a deferred footnote is not the only one on its page, and is consequently marked by something other than a single star, there's no confusion and mom doesn't bother with the blank line. (By convention, the first footnote on a page is always marked with a single star, so if readers see, say, a dagger or two stars marking the first footnote entry, they'll know the entry belongs to the previous page).

Obviously, deferred footnotes aren't an issue if you request numbered footnotes that increase incrementally throughout the whole document -- yet another convenience mom has thought of.

Exceptionally, you may encounter problems with footnotes inside quotes and blockquotes that cross a page or column. See BREAK_QUOTE for a solution.


Macro: FOOTNOTE <toggle> | INDENT LEFT | RIGHT | BOTH <indent value>
*See
HYPER-IMPORTANT NOTE!!!
<indent value> requires a unit of measure

FOOTNOTE is a toggle macro, therefore invoking it on a line by itself allows you to enter a footnote in the body of a document. Invoking it with any argument other than INDENT (i.e. OFF, QUIT, END, X...) tells mom you're finished.

Footnotes are the only element of running text that are not affected by the typesetting indent macros. In the unlikely event that you want a page's footnotes to line up with a running indent, invoke FOOTNOTE with the INDENT argument and pass it an indent direction and indent value. L, R, and B may be used in place of LEFT, RIGHT, and BOTH. FOOTNOTE must be invoked with INDENT for every footnote you want indented; mom does not save any footnote indent information from invocation to invocation.

NOTE: If a footnote runs to more than one paragraph(!), DO NOT begin the footnote with the PP tag. Use PP only to introduce subsequent paragraphs.

HYPER-IMPORTANT NOTE: The final word on the input line that comes immediately before FOOTNOTE MUST terminate with a \c inline escape. Otherwise, the footnote marker for the word won't be attached to it (i.e. mom will insert a word space between the word and the marker). See the footnote example above.

Footnote control macros

  1. Family/font/size/colour/lead/quad
  2. Footnote markers -- on or off
  3. Footnote marker style -- star+dagger or numbered
  4. Reset footnote number -- set footnote marker number to 1
  5. Footnote rule -- on or off
  6. Footnote rule length -- length of footnote separator rule
  7. Adjust vertical position of footnote separator rule

1. Family/font/size/quad/lead

See Arguments to the control macros.

.FOOTNOTE_FAMILY    default = prevailing document family; default is Times Roman
.FOOTNOTE_FONT      default = roman
.FOOTNOTE_SIZE      default = -2 (points)
.FOOTNOTE_COLOR     default = black
.FOOTNOTE_AUTOLEAD  default = 2 points (typeset); single-spaced (typewrite)
.FOOTNOTE_QUAD      default = same as paragraphs

2. Footnote markers -- FOOTNOTE_MARKERS

If you don't want footnote markers, in either the body of the document or beside footnote entries themselves, toggle them off with .FOOTNOTE_MARKERS OFF (or END, QUIT, X...). This means, of course, that you'll have to roll your own. If you want them back on, invoke .FOOTNOTE_MARKERS with no argument. Footnote markers are on by default.

3. Footnote marker style -- FOOTNOTE_MARKER_STYLE

Mom gives you two choices of footnote marker style: star+dagger (see footnote behaviour above), or numbered.

.FOOTNOTE_MARKER_STYLE STAR gives you star+dagger (the default). There is a limit of 10 footnotes per page with this style.

.FOOTNOTE_MARKER_STYLE NUMBER gives you superscript numbers, both in the document body and in the footnote entries themselves. By default, footnote numbers increase incrementally (prev. footnote number + 1) throughout the whole document. You can ask mom to start each page's footnote numbers at 1 with .RESET_FOOTNOTE_NUMBER (see below).

4. Reset footnote number -- RESET FOOTNOTE NUMBER

.RESET_FOOTNOTE_NUMBER, by itself, resets footnote numbering so that the next footnote you enter is numbered 1.

.RESET_FOOTNOTE_NUMBER PAGE tells mom to start every page's footnote numbering at 1.

5. Footnote rule -- FOOTNOTE_RULE

If you don't want a footnote separator rule, toggle it off with .FOOTNOTE_RULE OFF (or END, QUIT, X...). Toggle it back on by invoking .FOOTNOTE_RULE with no argument. The default is to print the rule.

6. Footnote rule length -- FOOTNOTE_RULE_LENGTH

If you want to change the length of the footnote separator rule, invoke .FOOTNOTE_RULE_LENGTH with a length, like this,

	.FOOTNOTE_RULE_LENGTH 1i
which sets the length to 1 inch. Note that a unit of measure is required. The default is 4 picas for both printstyles.

7. Adjust vertical position of footnote separator rule -- FOOTNOTE_RULE_ADJ

The footnote separator rule is actually a baseline rule that falls on the baseline of the first line of a page's footnotes. By default, mom raises the rule 3 points from the baseline so that the separator and the footnotes don't look jammed together. If you'd prefer a different vertical adjustment, invoke .FOOTNOTE_RULE_ADJ with the amount you'd like. For example

	.FOOTNOTE_RULE_ADJ 4.25p
raises the rule by 4-1/4 points. Note that you can only raise the rule, not lower it. A unit of measure is required.


Terminate document processing

The use of FINIS is optional. If you invoke it (at the end of a document before TOC or ENDNOTES), mom turns off footers (if they're on) and page numbering (if page numbers are at the bottom of the page) and deposits the word END, centred after a blank line, beneath the last line of the document. END is enclosed between em-dashes.

If you're writing in a language other than English, you can change what mom prints for END with the control macro FINIS_STRING.


Macro: FINIS

The use of FINIS is optional, but if you use it, it should be the last macro you invoke in a document (before ENDNOTES or TOC). See above for a description of how FINIS behaves.

NOTE: If you don't use FINIS, and you don't want footers (if they're on) or a page number at the bottom of the last page of a document, you have to turn them off manually, as the last two lines of your document file, like this:

	.FOOTERS OFF
	.PAGINATE OFF

Changing the FINIS string

By default, FINIS prints the word END between em-dashes. If you'd like mom to print something else between the dashes, use the FINIS_STRING macro (anywhere in the document prior to FINIS).

For example, if your document's in French, you'd do

	.FINIS_STRING "FIN"
Double-quotes must enclose the macro's argument.

NOTE: If you pass FINIS_STRING a blank string, i.e.

	.FINIS_STRING ""
mom will still print the em-dashes if you invoke FINIS. This, in effect, produces a short, centred horizontal rule that terminates the document. (In PRINTSTYLE TYPEWRITE, it's a short, dashed line composed of four hyphens.)

Changing the FINIS colour

Invoking FINIS_COLOR with a pre-defined (or "initalized") color changes the colour of both the FINIS string and the em-dashes that surround it. If you use the inline escape, \*[<colorname>], in the argument passed to FINIS, only the text will be in the new colour; the em-dashes will be in the default document colour (usually black).


Endnotes

Embedding endnotes into mom documents is accomplished the same way as embedding footnotes. The example below is identical to the one shown in the introduction to footnotes, except that .FOOTNOTE has been replaced with .ENDNOTE.

	...the doctrines of Identity as urged by Schelling\c
	.ENDNOTE
	<endnote about who the hell is Schelling>
	.ENDNOTE OFF
	were generally the points of discussion presenting the most
	of beauty to the imaginative Morella.
As with footnotes, note the obligatory use of the \c inline escape.

Endnotes differ from footnotes in two ways (other than the fact that endnotes come at the end of a document whereas footnotes appear in the body of the document):

  1. Endnotes are always numbered incrementally throughout a document. In other words, you don't get a choice of marker styles, as you do with footnotes.
  2. Endnotes MUST be output explicitly; mom does not output them for you. In collated documents, this allows you to choose whether you want the endnotes to appear at the end of each chapter or section, or grouped together at the very end of the document.

Within endnotes, you may use the document element tags PP, QUOTE and BLOCKQUOTE. This provides the flexibility to create endnotes that run to several paragraphs, as well as to embed cited text within endnotes.

Should you wish to change the appearance of quotes or blockquotes that appear within endnotes, you may do so with the quote control macros or blockquote control macros. HOWEVER... you must make the changes within each endnote, prior to invoking QUOTE or BLOCKQUOTE, and undo them prior to terminating the endnote (i.e. before ENDNOTE OFF), otherwise the changes will affect subsequent quotes and blockquotes that appear in the document body as well.

Endnote behaviour

When you output endnotes (with ENDNOTES), mom finishes processing the last page of your document, then breaks to a new page for printing the endnotes. If the document type is CHAPTER, the centre part of the header (or footer), which, by default, contains a chapter number or title, is removed.

By default, mom starts the endnotes page with a bold, centred, double-underscored head, "ENDNOTES". Underneath--flush left, bold, and underscored--she prints the document title (or, in the case of chapters, the chapter number or title). She then prints the endnotes. Each endnote is identified by its appropriate number, in bold, right aligned to two placeholders. The text of the endnotes themselves is indented to the right of the numbers.

If the endnotes are grouped together at the end of a collated document, each section of the document that contains endnotes is identified by its own unique title (or chapter number or title), bold, flush left, and underscored.

Of course, all the defaults, as well as the overall style of the endnotes page, can be changed with the endnote control macros. The attentive will notice that endnotes have an awful lot of control macros. This is because endnotes are like a mini-document unto themselves, and therefore need not be bound by the style parameters of the body of the document.

A Note on Endnote Spacing

On the endnotes page(s), each new endnote is separated from the previous endnote by a full line space. This can result in a bottom margin that hangs, and is the one instance, other than the use of PARA_SPACE, where mom allows unequal bottom alignment of pages. Should you wish to correct this, by adding or subtracting small amounts of space between endnotes that appear together on an endnote page, make the adjustment (with ALD, RLD or SPACE) at the end of each endnote (i.e. just before invoking ENDNOTE OFF) rather than at the top.

Endnotes and columnar documents

Formerly (pre 1.1.6), there was no way to set a document in columns (see COLUMNS) and then turn off column mode for endnotes. As of version 1.1.6, you may now do so. See ENDNOTES_NO_COLUMNS.


Macro: ENDNOTE <toggle>
*See
HYPER-IMPORTANT NOTE!!!

ENDNOTE is a toggle macro, therefore invoking it on a line by itself allows you to enter an endnote in the body of a document. Invoking it with any other argument (i.e. OFF, QUIT, END, X...) tells mom that you've finished the endnote.

NOTE: If an endnote runs to more than one paragraph, DO NOT begin the endnote with the PP tag. Use PP only to introduce subsequent paragraphs.

HYPER-IMPORTANT NOTE: The final word on the input line that comes immediately before ENDNOTE MUST terminate with a \c inline escape. Otherwise, the endnote number for the word won't be attached to it (i.e. mom will insert a word space between the word and the number). See the endnote example above.


Macro: ENDNOTES

Unlike footnotes, which mom automatically outputs at the bottom of pages, endnotes must be explicitly output by you, the user. ENDNOTES, by itself (i.e. without any argument), is the macro to do this.

Typically, you'll use ENDNOTES at the end of a document. If it's a single (i.e. not collated) document, mom will print the endnotes pertaining to it. If it's a collated document, mom will print all the endnotes contained within all sections of the document (typically chapters), appropriately identified and numbered.

Should you wish to output the endnotes for each section of a collated document at the ends of the sections (instead of at the very end of the document), simply invoke ENDNOTES immediately prior to COLLATE. Mom will print the endnotes, identified and numbered appropriately, on a separate page prior to starting the next section of the document. Each subsequent invocation of ENDNOTES outputs only those endnotes that mom collected after the previous invocation.


Endnote control macros

Every time you embed an endnote in the body of a document, mom collects and processes the endnote for later outputting when you invoke ENDNOTES. For this reason, endnote control macros should always be invoked prior to the first instance of ENDNOTE/ENDNOTE OFF.

  1. General endnotes-pages style control
  2. Endnotes-page header/footer control
  3. Endnotes-page head (i.e. the title at the top) control
  4. Endnote document-identification title
  5. Endnotes-pages endnote numbering style

1. General endnotes page style control

*Endnote family/font/quad

See Arguments to the control macros.

.ENDNOTE_FAMILY    default = prevailing document family; default is Times Roman
.ENDNOTE_FONT      default = roman
.ENDNOTE_QUAD      default = justified

*Endnote point size

Macro: ENDNOTE_PT_SIZE <base type size of endnotes>

Unlike most other control macros that deal with size of document elements, ENDNOTE_PT_SIZE takes as its argument an absolute value, relative to nothing. Therefore, the argument represents the size of endnote type in points, unless you append an alternative unit of measure. For example,

	.ENDNOTE_PT_SIZE 12
sets the base point size of type on the endnotes page to 12 points, whereas

	.ENDNOTE_PT_SIZE .6i
sets the base point size of type on the endnotes page to 1/6 of an inch.

The type size set with ENDNOTE_PT_SIZE is the size of type used for the text of the endnotes, and forms the basis from which the point size of other endnote page elements is calculated.

The default for PRINTSTYLE TYPESET is 12.5 points (the same default size used in the body of the document).

*Endnote lead

Macro: ENDNOTE_LEAD <base leading of endnotes> [ ADJUST ]
*Does not require a unit of measure; points is assumed

Unlike most other control macros that deal with leading of document elements, ENDNOTE_LEAD takes as its argument an absolute value, relative to nothing. Therefore, the argument represents the leading of endnotes in points unless you append an alternative unit of measure. For example,

	.ENDNOTE_LEAD 14
sets the base leading of type on the endnotes page to 14 points, whereas

	.ENDNOTE_LEAD .5i
sets the base leading of type on the endnotes page to 1/2 inch.

If you want the leading of endnotes adjusted to fill the page, pass ENDNOTE_LEAD the optional argument ADJUST. (See DOC_LEAD_ADJUST for an explanation of leading adjustment.)

The default for PRINTSTYLE TYPESET is 14 points, adjusted.

NOTE: Even if you give mom a DOC_LEAD_ADJUST OFF command, she will still, by default, adjust endnote leading. You MUST enter ENDNOTE_LEAD <lead> with no ADJUST argument to disable this default behaviour.

*Singlespace endnotes (TYPEWRITE only)

Macro: SINGLESPACE_ENDNOTES <toggle>

If your PRINTSTYLE is TYPEWRITE and you use TYPEWRITE's default double-spacing, endnotes are double-spaced. If your document is single-spaced, endnotes are single-spaced.

If, for some reason, you'd prefer that endnotes be single-spaced in an otherwise double-spaced document (including double-spaced collated documents), invoke SINGLESPACE_ENDNOTES with no argument. And if, god help you, you want to change endnote single-spacing back to double-spacing for different spacing of endnotes output at the ends of separate documents in a collated document, invoke SINGLESPACE_ENDNOTES with any argument (OFF, QUIT, Q, X...).

*Endnote paragraph indenting

Macro: ENDNOTE_PARA_INDENT <amount to indent first line of paragraphs in endnotes>
*Requires a unit of measure

ENDNOTE_PARA_INDENT works exactly the same way as PARA_INDENT, except that the indent given is the amount by which to indent the first lines of endnote paragraphs, not document body paragraphs.

The default is 1.5 ems for PRINTSTYLE TYPESET; 1/2 inch for PRINTSTYLE TYPEWRITE.

NOTE: The first line of the first paragraph of endnotes (the one attached immediately to the identifying endnote number) is never indented. Only subsequent paragraphs are affected by ENDNOTE_PARA_INDENT.

*Endnote paragraph spacing

Macro: ENDNOTE_PARA_SPACE <toggle>

ENDNOTE_PARA_SPACE works exactly the same way as PARA_SPACE, except that it inserts a blank line between endnote paragraphs, not document body paragraphs.

The default is not to insert a blank line between paragraphs in endnotes.

NOTE: Each endnote itself is always separated from any previous endnote by a line space. ENDNOTE_PARA_SPACE refers only to paragraphs that appear within each discrete endnote.

*Turning off column mode during endnotes output

Macro: ENDNOTES_NO_COLUMNS <toggle>

By default, if your document is set in columns, mom sets the endnotes in columns, too. However, if your document is set in columns and you'd like the endnotes not to be, just invoke ENDNOTES_NO_COLUMNS with no argument. The endnotes pages will be set to the full page measure of your document.

If you output endnotes at the end of each document in a collated document set in columns, column mode will automatically be reinstated for each document, even with ENDNOTES_NO_COLUMNS turned on.

*Endnotes-pages page numbering style

Macro: ENDNOTES_PAGENUM_STYLE DIGIT | ROMAN | roman | ALPHA | alpha

Use this macro to set the page numbering style of endnotes pages. The arguments are identical to those for PAGENUM_STYLE. The default is digit. You may want to change it to, say, alpha, which you would do with

	.ENDNOTES_PAGENUM_STYLE alpha

*Setting the first page number of endnotes pages

Macro: ENDNOTES_FIRST_PAGENUMBER <page # that appears on page 1 of endnotes>

Use this macro with caution. If all endnotes for several collated documents are to be output at once, i.e. not at the end of each separate doc, ENDNOTES_FIRST_PAGENUMBER tells mom what page number to put on the first page of the endnotes.

If you set ENDNOTES_FIRST_PAGENUMBER in collated documents where the endnotes are output after each separate doc, you have to reset every separate document's first page number after COLLATE and before START.

*Omitting a page number on the first page of endnotes

Macro: ENDNOTES_NO_FIRST_PAGENUM <toggle>

This macro is for use only if FOOTERS are on. It tells ENDNOTES not to print a page number on the first endnotes page. Mom's default is to print the page number.

*Suspending pagination of endnotes pages

Macro: SUSPEND_PAGINATION
Macro: RESTORE_PAGINATION

SUSPEND_PAGINATION doesn't take an argument. Invoked immediately prior to ENDNOTES, it turns off endnotes pages pagination. Mom continues, however to increment page numbers silently.

To restore normal document pagination after endnotes, invoke RESTORE_PAGINATION (again, with no argument) immediately after ENDNOTES.

2. Endnotes-page header/footer control

If you wish to modify what appears in the header/footer that appears on endnotes page(s), make the changes before you invoke ENDNOTES, not afterwards.

Except in the case of DOCTYPE CHAPTER, mom prints the same header or footer used throughout the document on the endnotes page(s). Chapters get treated differently in that, by default, mom does not print the header/footer centre string (normally the chapter number or chapter title.) In most cases, this is what you want. However, should you not want mom to remove the centre string from the endnotes page(s) headers/footers, invoke ENDNOTES_HEADER_CENTER with no argument.

An important change you may want to make is to put the word "Endnotes" in the header/footer centre position. To do so, do

	.HEADER_CENTER "Endnotes"
	           or
	.FOOTER_CENTER "Endnotes"
prior to invoking .ENDNOTES. If your DOCTYPE is CHAPTER, you must also invoke ENDNOTES_HEADER_CENTER for the HEADER_CENTER to appear.

*Endnotes page(s) header/footer centre string

Macro: ENDNOTES_HEADER_CENTER toggle

If your DOCTYPE is CHAPTER and you want mom to include a centre string in the headers/footers that appear on endnotes pages, invoke ENDNOTES_HEADER_CENTER (or ENDNOTES_FOOTER_CENTER) with no argument. Mom's default is NOT to print the centre string.

If, for some reason, having enabled the header/footer centre string on endnotes pages, you wish to disable it, invoke the same macro with any argument (OFF, QUIT, Q, X...).

*Allow headers on endnotes_pages

Macro: ENDNOTES_ALLOWS_HEADERS <none> | ALL

By default, if HEADERS are on, mom prints page headers on all endnotes pages except the first. If you don't want her to print headers on endnotes pages, do

	.ENDNOTES_ALLOWS_HEADERS OFF
If you want headers on every page including the first, do

	.ENDNOTES_ALLOWS_HEADERS ALL
NOTE: If FOOTERS are on, mom prints footers on every endnotes page. This is a style convention. In mom, there is no such beast as ENDNOTES_ALLOWS_FOOTERS OFF.

3. Endnotes-page first page head (title) control

*Endnotes-page first page head (title) string

Macro: ENDNOTE_STRING "<head to print at the top of endnotes>"

By default, mom prints the word "ENDNOTES" as a head at the top of the first page of endnotes. If you want her to print something else, invoke ENDNOTE_STRING with the endnotes-page head you want, surrounded by double-quotes. If you don't want a head at the top of the first endnotes-page, invoke ENDNOTE_STRING with a blank argument (either two double-quotes side by side -- "" -- or no argument at all).

*Endnotes-page first page head (title) control

See Arguments to the control macros.

.ENDNOTE_STRING_FAMILY    default = prevailing document family; default is Times Roman
.ENDNOTE_STRING_FONT*     default = bold
.ENDNOTE_STRING_SIZE      default = +1
.ENDNOTE_STRING_QUAD      default = centred

*Relative to the size of the endnotes text (set with ENDNOTE_PT_SIZE)

*Endnotes-page head (title) underscoring

Macro: ENDNOTE_STRING_UNDERSCORE toggle | 2

Invoked by itself, ENDNOTE_STRING_UNDERSCORE will underscore the endnotes-page head. Invoked with the argument 2 (i.e. the digit 2), ENDNOTE_STRING_UNDERSCORE will double-underscore the head. Invoked with any other argument, the macro disables underscoring of the head.

Mom's default is to double-underscore the head, therefore if you want no underscoring, you must insert .ENDNOTE_STRING_UNDERSCORE OFF (or QUIT, X, NO, NONE, etc.) into your document prior to outputting endnotes with ENDNOTES.

*Endnotes-page head (title) automatic capitalization

Macro: ENDNOTE_STRING_CAPS toggle

Invoked by itself, ENDNOTE_STRING_CAPS will automatically capitalize the endnotes-page head. Invoked with any other argument, the macro disables automatic capitalization of the head.

If you're generating a table of contents, you may want the endnotes-pages head string in caps, but the toc entry in caps/lower case. If the argument to ENDNOTE_STRING is in caps/lower case and ENDNOTE_STRING_CAPS is on, this is exactly what will happen.

Mom's default is to capitalize the endnotes-pages head string.

4. Endnote document-identification title

*Endnote document-identification title string

Macro: ENDNOTE_TITLE "<title to identify a document in endnotes>"

By default, mom identifies the document(s) to which endnotes belong by the document title(s) given to the TITLE macro. If you'd want her to identify the document(s) another way, just invoke ENDNOTE_TITLE with the identifying title you want, surrounded by double-quotes.

If you don't want any identifying title, invoke ENDNOTE_TITLE with a blank argument (either two double-quotes side by side -- "" -- or no argument at all). This is particularly useful if you have a single (i.e. non-collated) document and find having the document's title included in the endnotes redundant.

*Endnote document-identification title control

See Arguments to the control macros.

.ENDNOTE_TITLE_FAMILY    default = prevailing document family; default is Times Roman
.ENDNOTE_TITLE_FONT      default = bold
.ENDNOTE_TITLE_SIZE*     default = 0
.ENDNOTE_TITLE_QUAD      default = left

*Relative to the size of the endnotes text (set with ENDNOTE_PT_SIZE)

*Endnote document-identification title underscoring

Macro: ENDNOTE_TITLE_UNDERSCORE toggle

Invoked by itself, ENDNOTE_TITLE_UNDERSCORE will underscore the endnote document-identification title(s). Invoked with any other argument, the macro disables underscoring of the title(s).

Mom's default is to underscore the document-identification title, therefore if you want no underscoring, you must insert .ENDNOTE_TITLE_UNDERSCORE OFF (or QUIT, X, NO, NONE, etc.) into your document prior to outputting endnotes with ENDNOTES.

5. Endnotes-pages endnote numbering style

*Endnote numbering style control

See Arguments to the control macros.

Please note that the control macros for endnote numbering affect only the numbers that appear on the endnotes pages themselves, not the endnote numbers that appear in the body of the document(s).

.ENDNOTE_NUMBER_FAMILY    default = prevailing document family; default is Times Roman
.ENDNOTE_NUMBER_FONT      default = bold
.ENDNOTE_NUMBER_SIZE*     default = 0

*Relative to the size of the endnotes text (set with ENDNOTE_PT_SIZE)

*Endnote numbering alignment

By default, mom hangs the numbers on endnotes pages, aligned right to two placeholders, producing this:

	 9. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	    sed diam nonumy eirmod tempor invidunt ut labore et
	    dolore magna aliquyam erat, sed diam voluptua.

	10. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	    sed diam nonumy eirmod tempor invidunt ut labore et
	    dolore magna aliquyam erat, sed diam voluptua.
The macros to alter this behaviour are


Macro: ENDNOTE_NUMBERS_ALIGN_RIGHT <number of placeholders>

ENDNOTE_NUMBERS_ALIGN_RIGHT takes one (non-optional) argument: the number of placeholders to reserve for right alignment of endnote numbers.

For example, if you have fewer than ten endnotes, you might want to do

	.ENDNOTE_NUMBERS_ALIGN_RIGHT 1
which would ensure that the endnote numbers hang, but are all flush with the page's left margin. If, god help you, you have over a hundred endnotes, you'd want to do

	.ENDNOTE_NUMBERS_ALIGN_RIGHT 3
to ensure that the numbers hang and are properly right-aligned.


Macro: ENDNOTE_NUMBERS_ALIGN_LEFT

If you don't want the endnote numbers to hang and right-align, invoke ENDNOTE_NUMBERS_ALIGN_LEFT, which doesn't require any argument. This disables hanging and right-alignment of endnote numbers, so that the example above comes out like this:

	9. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore et
	dolore magna aliquyam erat, sed diam voluptua.

	10. Lorem ipsum dolor sit amet, consetetur sadipscing elitr,
	sed diam nonumy eirmod tempor invidunt ut labore et
	dolore magna aliquyam erat, sed diam voluptua.

Table of contents

Want a table of contents for your document? Easy. Just enter

	.TOC
as the very last macro of your document file. Mom will have picked up all document titles (in collated documents), all heads, subheads, and paragraph heads, as well as any endnotes pages that have been output, and assigned them the appropriate page number (and page numbering style). Talk about a no-brainer! That said, tables of contents (tocs) have even more control macros than endnotes. As always, the reason for so many control macros is so that if you want to change just about any aspect of the toc's typographic appearance, you can. Mom is all about simplicity AND flexibility.

TOC behaviour

When you output a toc (with TOC), mom finishes processing the last page of your document, then breaks to a new page for printing the toc.

Mom follows standard typesetting conventions for tables of contents. To this end, if HEADERS are on for the document, the first page of the toc has no page header, but does have a first page (roman numeral) number, always "1", in the bottom margin. If FOOTERS are on for the document, the first page has neither a footer, nor a page number in the top margin. (If you absolutely must have a page footer on the first page of the toc, simply invoke FOOTER_ON_FIRST_PAGE immediately before TOC.) Subsequent toc pages have both page headers or footers and a page number.

Entries in the toc are hierarchically indented, as you would expect. By default, each type of entry (e.g. a head or a subhead) is set in a different font as well. If any of heads, subheads or paragraph heads are numbered in the body of the document, they are also numbered in the toc. Head numbering in the toc is NOT concatenated as it is in the body of the document, which would be visually redundant in a toc.

Tocs are never set in columns, regardless of whether the rest of the document is. Lastly, if recto/verso printing is enabled, the toc respects it. This sometimes leads to tocs that begin with the wrong margins, but the margins can be corrected either by outputting a BLANKPAGE or by using the toc control macro TOC_RV_SWITCH.

The overall toc family, point size and lead can be altered with the toc control macros, as can the family, font, point size and indent of each type of toc entry (i.e. title, head, subhead, paragraph head). Furthermore, the page numbering style can be changed, as can the amount of visual space reserved for toc entry page numbers.


Macro: TOC

If you want a toc, just put TOC as the last macro in a document. Mom takes care of the rest.


TOC control macros

Toc entries are not actually processed when mom collects them, so you can put any toc control macros anywhere you like in your document. Some may prefer to place them at the top of the file. Others may prefer to place them just before outputting the toc. The choice is yours.

  1. General toc page style control
  2. Toc page numbering
  3. Changing the toc header (title), string and style
  4. Changing the style for toc entries
  5. Additional toc control macros

1. General toc page style control

*Toc family

See Arguments to the control macros.

Set the family of toc pages with TOC_FAMILY, which establishes the default family for every element of a toc page, including the toc title ("Contents") and the page number in the top or bottom margin. The default is the prevailing document family.

All elements on a toc page also have their own _FAMILY control macros, which override the default set by TOC_FAMILY.

*Toc point size

Macro: TOC_PT_SIZE <base type size of the toc>

Unlike most other control macros that deal with size of document elements, TOC_PT_SIZE takes as its argument an absolute value, relative to nothing. Therefore, the argument represents the size of toc type in points, unless you append an alternative unit of measure. For example,

	.TOC_PT_SIZE 12
sets the base point size of type for the toc to 12 points, whereas

	.TOC_PT_SIZE .6i
sets the base point size of type for the toc to 1/6 of an inch.

The type size set with TOC_PT_SIZE forms the basis from which the point size of other toc page elements are calculated.

The default for PRINTSTYLE TYPESET is 12.5 points (the same default size used in the body of the document).

*Toc lead

Macro: TOC_LEAD <leading of the toc> [ ADJUST ]
*Does not require a unit of measure; points is assumed

Unlike most other control macros that deal with leading of document elements, TOC_LEAD takes as its argument an absolute value, relative to nothing. Therefore, the argument represents the leading of tocs in points unless you append an alternative unit of measure. For example,

	.TOC_LEAD 14
sets the base leading of type on the endnotes page to 14 points, whereas

	.TOC_LEAD .5i
sets the base leading of type on the endnotes page to 1/2 inch.

If you want the leading of toc pages adjusted to fill the page, pass TOC_LEAD the optional argument ADJUST. (See DOC_LEAD_ADJUST for an explanation of leading adjustment.)

The default for PRINTSTYLE TYPESET is the prevailing document lead (16 by default), adjusted.

NOTE: Even if you give mom a DOC_LEAD_ADJUST OFF command, she will still, by default, adjust toc leading. You MUST enter TOC_LEAD <lead> with no ADJUST argument to disable this default behaviour.

ADDITIONAL NOTE: Tocs are always double-spaced in PRINTSTYLE TYPEWRITE, regardless of whether the body of the document is single-spaced.

2. Toc page numbering

The page numbering of toc pages is controlled by the same macros that control document page numbering, except PAGENUM (tocs always start on page 1). The defaults are the same as the rest of the document.

If you wish to change some aspect of toc pagination, use the document pagination control macros immediately prior to .TOC.

A special macro, TOC_PAGENUM_STYLE controls the style of toc pages page numbers.


Macro: PAGINATE_TOC <toggle>

By default, mom paginates the toc. If you'd like her not to, do

	.PAGINATE_TOC OFF
NOTE: Simply invoking PAGINATION OFF or PAGINATE OFF disables toc pagination for the first toc page only. You MUST use .PAGINATE_TOC OFF to disable toc pagination, even if pagination is turned off elsewhere in your document.


Macro: TOC_PAGENUM_STYLE <DIGIT | ROMAN | roman | ALPHA | alpha>

By default, mom uses roman numerals to number toc pages. Use TOC_PAGENUM_STYLE if you'd prefer something else. For example, to have standard digits instead of roman numerals, do the following:

	.TOC_PAGENUM_STYLE DIGIT

3. Changing the toc header (title) string and style

The toc header string is the title that appears at to top of the toc. By default, it's "Contents". If you'd like something else, say, "Table of Contents", do

	.TOC_HEADER_STRING "Table of Contents"
The style of the toc header (title) is managed by the usual control macros (see arguments to the control macros).

	.TOC_HEADER_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
	.TOC_HEADER_FONT    default = bold
	.TOC_HEADER_SIZE    default = +4
	.TOC_HEADER_QUAD    default = left

4. Changing the style for toc entries

"Toc entries" refers to titles, heads, subheads and paragraph heads as they appear in the toc. Their style is managed by the usual control macros, starting with TOC_

The toc _INDENT control macros

The toc control macros that end in _INDENT all take a single argument that requires a unit of measure. The argument is the distance to indent the entry, always measured from the left margin. For example,

	.TOC_HEAD_INDENT 2P
indents head entries 2 picas from the left margin.

*Changing the style for toc title entries

(See arguments to the control macros).

Toc title entries are the titles of documents that have been collated together.

	.TOC_TITLE_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
	.TOC_TITLE_FONT    default = bold italic
	.TOC_TITLE_SIZE    default = +0
	.TOC_TITLE_INDENT  default = 0 for TYPESET and TYPEWRITE

*Changing the style for toc head entries

(See arguments to the control macros).

Toc head entries are main heads that appear in the body of a document.

	.TOC_HEAD_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
	.TOC_HEAD_FONT    default = bold
	.TOC_HEAD_SIZE    default = +.5
	.TOC_HEAD_INDENT  default = 18p for TYPESET; 2m for TYPEWRITE

*Changing the style for toc subhead entries

(See arguments to the control macros).

Toc subhead entries are subheads that appear in the body of a document.

	.TOC_SUBHEAD_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
	.TOC_SUBHEAD_FONT    default = roman
	.TOC_SUBHEAD_SIZE    default = +0
	.TOC_SUBHEAD_INDENT  default = 30p for TYPESET; 4m for TYPEWRITE

*Changing the style for toc paragraph head entries

(See arguments to the control macros).

Toc paragraph head entries are paragraph heads that appear in the body of a document.

	.TOC_PARAHEAD_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
	.TOC_PARAHEAD_FONT    default = italic
	.TOC_PARAHEAD_SIZE    default = +0
	.TOC_PARAHEAD_INDENT  default = 42p for TYPESET; 6m for TYPEWRITE

*Changing the style for toc paragraph page number listings

(See arguments to the control macros).

Toc paragraph head entries are paragraph heads that appear in the body of a document.

	.TOC_PN_FAMILY  default = prevailing doc family (Times Roman in TYPEWRITE)
	.TOC_PN_FONT    default = roman
	.TOC_PN_SIZE    default = +0

5. Additional toc macros

The following macros allow you to switch page margins should they be incorrect for recto/verso printing, to establish how many placeholders to leave for page listings, and to have mom append author(s) to toc title entries.


Macro: TOC_RV_SWITCH

TOC_RV_SWITCH doesn't take an argument. It simply instructs mom to switch the left and right margins of recto/verso documents should the toc happen to begin on an even page when you want an odd, or vice versa.

The same result can be accomplished by outputting a BLANKPAGE.


Macro: TOC_APPENDS_AUTHOR <none> | <"name(s) of authors">

In certain kinds of collated documents, different authors are responsible for the articles or stories contained within them. In such documents, you may wish to have the author or authors appended to the toc's title entry for each story or article.

If you invoke TOC_APPENDS_AUTHOR with no argument, mom appends the first argument you passed to AUTHOR to toc title entries, separated by a front-slash.

If you invoke TOC_APPENDS_AUTHOR with an argument (surrounded by double-quotes), mom will append it to the toc title entries instead. This is useful if you have multiple authors you wish to identify by last name only. For example, if three authors--Joe Blough, Jane Doe, and John Deere--are responsible for a single article

	.TOC_APPENDS_AUTHOR "Blough et al."
would be a good way to identify them in the toc.


Macro: TOC_PADDING <# of placeholders to allow for page number listings>

By default, mom allows room for 3 digits in the page number listings of tocs. If you'd like some other number of placeholders, say 2, do

	.TOC_PADDING 2

Inserting a blank page into the document

Macro: BLANKPAGE <# of blank pages to insert>

This one does exactly what you'd expect -- inserts a blank page into the document. Mom silently increments the page number of every blank page and keeps track of recto/verso stuff, but otherwise, does nothing. It's up to you, the user, to figure out what to do with this feature. However, it's worth noting that without it, inserting completely blank pages, to use a vernacular Québécois phrase, "c'est pas évident" (somewhere between "isn't easy", "isn't obvious" and "isn't fun").

The argument to BLANK_PAGE is the number of blank pages to insert. The argument is not optional, hence even if you only want one blank page, you have to tell mom:

	.BLANKPAGE 1

Next   Prev   Top   Back to Table of Contents