Import of mom
[s-roff.git] / contrib / mom / momdoc / reserved.html
blob3025d1227c623f3b069f62e2520ffbf7eb3ea9ca
1 <html>
2 <head>
3 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
4 <title>Mom -- List of reserved words</title>
5 </head>
6 <body bgcolor="#dfdfdf">
8 <!====================================================================>
10 <a href="appendices.html#TOP">Prev</a>&nbsp;&nbsp;
11 <a href="toc.html">Back to Table of Contents</a>
13 <a name="TOP"></a>
14 <a name="RESERVED">
15 <h2 align="center"><u>LIST OF RESERVED WORDS</u></h2>
16 </a>
18 <p>
19 The following is a list of &quot;reserved&quot; words used by
20 <strong>mom</strong>. Before changing the name of any macro or
21 document element tag with
22 <a href="goodies.html#ALIAS">ALIAS</a>,
23 I strongly recommend doing a search of this page for your proposed
24 new name. If you find it in the left hand column, DON'T USE IT.
25 Choose something else instead.
26 <p>
27 Anyone interested in playing around inside <strong>mom</strong>'s macro
28 file (om.tmac) will find this list useful as well since it lists all
29 (I hope) the macros, strings, and number registers <strong>mom</strong>
30 uses, along with brief descriptions of their functions.
31 <p>
32 <pre>
33 TYPESETTING
34 ===========
36 +++MACROS+++
38 Page layout
39 -----------
40 PAGELENGTH Page width
41 PAGE Page width/length; left, right, top, bottom margins
42 PAGEWIDTH Page width
43 PAPER Letter, legal, or A4
45 B_MARGIN Space to leave at page bottom
46 L_MARGIN Page offset
47 R_MARGIN Line length as a function of pagewidth - pageoffset - rightmargin
48 T_MARGIN Advance lead from page top
50 Page control
51 ------------
52 DO_B_MARGIN Margin at bottom of page
53 DO_T_MARGIN Margin at top of page
55 Style
56 -----
57 CONDENSE Set percentage of pseudo-condense (alias of CONDENSE_OR_EXTEND)
58 EXTEND Set percentage of pseudo-extend (alias of CONDENSE_OR_EXTEND)
59 FAMILY Family
60 FT Font
61 LL Line length
62 LS Leading (.vs)
63 PS Point size
64 SETBOLDER Set degree of emboldening (pseudo-bold) in units
65 SETSLANT Set degree of pseudo-italic
67 Autolead
68 --------
69 AUTOLEAD Always lead n points more than .PS
71 Flush
72 -----
73 JUSTIFY Justified text
74 QUAD Filled text, left, right, or center
76 Quad
77 ----
78 CENTER Non-filled text, center
79 LEFT Non-filled text, left
80 RIGHT Non-filled text, right
82 Hyphenation
83 -----------
84 HY Turn hyphenation on/off, or set LINES, MARGIN, SPACE
85 HY_SET Set LINES, MARGIN, SPACE in a single command
87 Advanced style
88 --------------
89 KERN Turn automatic kerning on or off
90 LIGATURES Turn ligatures on or off
91 SS Sentence space control
92 WS Word space control
94 Line breaks
95 -----------
96 BR Alias of br
97 EL Breaks line but doesn't advance
98 SPACE Alias of sp
99 SPREAD Alias of brp
101 Ald/rld
102 -------
103 ALD Advance lead
104 RLD Reverse lead
106 Indents
107 -------
108 HI Indent hang
109 IB Indent both
110 IBX Indent both off
111 IL Indent left
112 ILX Indent left off
113 IR Indent right
114 IRX Indent right off
115 IX Indent off
116 TI Indent temporary
118 Tabs
119 ----
120 ST String tab
121 TAB_SET Tab Set
122 TN Tab Next
123 TQ Tab Quit
125 MCO Turn on multi-column mode
126 MCR Return to top of column
127 MCX Turn off multi-column mode
129 Underscore
130 ----------
131 UNDERSCORE Underscores words or phrases
132 UNDERSCORE2 Double underscores words or phrases
134 Underline
135 ---------
136 UNDERLINE Underlines whole passages (Courier only)
138 Smart Quotes
139 ------------
140 SMARTQUOTES Turns smart quotes on or off
142 Misc + Support
143 --------------
144 BR_AT_LINE_KERN Deposit a break before RW and WE
145 CAPS Convert u/lc to UC
146 COMMENT Don't print lines till COMMENT OFF (alias of SILENT)
147 DROPCAP_ADJUST Points (poss. fractional) to add/subtract from drop caps
148 DROPCAP Create drop cap
149 DROPCAP_FAMILY Drop cap family
150 DROPCAP_FONT Drop cap font
151 DROPCAP_GUTTER Drop cap gutter
152 DROPCAP_OFF Support only; restores .in if there was one
153 EW Extra white -- loosen overall line kern (character spacing)
154 LEADER_CHARACTER Sets leader character
155 PAD Insert padding spaces at marked places
156 PADMARKER Sets character to use instead of # in PAD
157 PRINT Simply prints args passed to it; keeps my code indented nicely
158 RW Reduce white -- tighten overal line kern (character spacing)
159 SILENT Don't print lines till SILENT OFF
160 SIZESPECS Get cap-height, x-height and descender depth for current point size
161 TRAP Turn traps off or on
163 +++DIVERSIONS+++
165 NO_FLASH Diverts output of SILENT or COMMENT so they don't print
166 NULL Diverts SIZESPECS in PRINT_HDRFTR so it SIZESPECS doesn't screw up FOOTER and FOOTNOTE processing when FOOTERS are on
167 PAD_STRING Diverts $PAD_STRING for processing
168 TYPESIZE Diverts SIZESPECS routine so it doesn't print
170 +++NUMBER REGISTERS+++
172 #ALD ALD value
173 #AUTOLEAD_FACTOR Using FACTOR arg to AUTOLEAD? (toggle)
174 #AUTO_LEAD Using autolead? (toggle)
175 #AUTO_LEAD_VALUE Auto leading value
176 #BL_INDENT Value of left indent when IB
177 #B_MARGIN Bottom margin
178 #BOLDER_UNITS # of units to embolden type
179 #BR_INDENT Value of right indent when IB
180 c column mark
181 #CONDENSE Are we in pseudo-condense mode? (toggle)
182 #COND_WIDTH Width of pseudo-condensed type (pointsize x $COND_PERCENT)
183 #CURRENT_TAB Current tab number
184 #DC_GUT Width of dropcap gutter
185 #DEGREES # of degrees slant for pseudo-italic
186 #EXTEND Are we in pseudo-extend mode? (toggle)
187 #EXT_WIDTH Width of pseudo-extended type (pointsize x $EXT_PERCENT)
188 #H_INDENT Value of left indent when IH
189 #HL_INDENT Value of the hang when IH
190 #HYPHENATE Hyphenation on? (toggle)
191 #HY_SET Did we manually set hyphenation parameters? (toggle)
192 #IN_TAB Are we in a tab? (toggle) Set in macro TAB; used in ST to
193 determine whether to add #ST_OFFSET to #ST&lt;#&gt;_OFFSETT
194 #INDENT_ACTIVE Indicates whether an indent is active (toggle)
195 #INDENT_BOTH_ACTIVE Toggle
196 #INDENT_LEFT_ACTIVE Toggle
197 #INDENT_RIGHT_ACTIVE Toggle
198 #INDENT_STYLE_BOTH Indicates IB when #INDENT_ACTIVE=1 (toggle)
199 #INDENT_STYLE_HANG Indicates IH when #INDENT_ACTIVE=1 (toggle)
200 #INDENT_STYLE_LEFT Indicates IL when #INDENT_ACTIVE=1 (toggle)
201 #INDENT_STYLE_RIGHT Indicates IR when #INDENT_ACTIVE=1 (toggle)
202 #INDENT_STYLE_TEMP Indicates IT when #INDENT_ACTIVE=1 (toggle)
203 #KERN Kern on? (toggle)
204 #LAST_TAB Last tab number set in multi-columns
205 #LEAD Leading (alias)
206 #LIGATURES Ligatures on? (toggle)
207 #L_INDENT Value of left indent
208 #L_LENGTH Line length
209 #L_MARGIN Page offset if set with LMARGIN; if .po used, \n(.o returns
210 #LOOP #LOOP=1 if a while loop executes; otherwise 0.
211 #NEXT_TAB Current tab number + 1 (used in TN)
212 #NEXT_TAB Next tab in an n+1 sequence
213 #OPEN_CLOSE Manipulates character " to print `` or ''
214 p Output line horiz position at end of $PAD_STRING
215 #PAD_COUNT Number of times # was included in arg to PAD
216 #PAD_SPACE Size of padding space
217 #PAGE_LENGTH Page length (alias)
218 #PAGE_WIDTH Page width
219 #PP_ACTIVE Are we in the context of a para? (toggle)
220 #PRINT_FOOTER_ON_PAGE_1 toggle
221 #PT_SIZE Point size (fractional) in units (alias)
222 #Q_AT_TOP Does a quote start at the top of a new page? (toggle)
223 #QUAD In autoquad mode? (toggle)
224 #RESTORE_LEAD Lead value in effect prior to AUTOLEAD
225 #RESTORE_PT_SIZE Stores current point size (in units) prior to underscore
226 #R_INDENT Value of right indent
227 #RLD RLD value
228 #R_MARGIN Right margin
229 #SILENT Is silent on? (toggle)
230 #SLANT_ON Is SLANT on? (toggle)
231 #SMART_QUOTES Smartquotes on? (toggle)
232 #SPACE_TO_END Whitespace at end of string passed to PAD
233 #ST&lt;#&gt;_LENGTH Length of ST&lt;#&gt;; calculated during ST &lt;#&gt;
234 #ST&lt;#&gt;_MARK Page offset of autotab &lt;#&gt; at ST&lt;#&gt;X
235 #ST_NUM Incrementing counter for autotab identification
236 #ST_OFFSET Offset (from current tab) to add to #ST&lt;#&gt;_OFFSET
237 when calculating string indents set from within tabs
238 #ST&lt;#&gt;_OFFSET Indent of autotab &lt;#&gt; (page offset)
239 t "mark" register set in T_MARGIN; recalled in LS and AUTOLEAD if #T_MARGIN_SET is 1
240 #TAB_ACTIVE Are we in a tab? (toggle)
241 #TAB_NUMBER Tab number
242 #TAB_OFFSET Tab indent
243 #T_INDENT Value of temporary indent
244 #T_MARGIN Top margin
245 #T_MARGIN_SET Did we set the top margin with T_MARGIN? (toggle)
246 u Horiz position of start of underscore
248 +++STRINGS+++
250 $COND_PERCENT Percentage by which to pseudo-condense type
251 $CURRENT_TAB Current tab number
252 $DC_ADJUST +|- # of points to subtract from dropcap
253 $DC_FAM Drop cap family
254 $DC_FT Drop cap font
255 $EXT_PERCENT Percentage by which to pseudo-extend type
256 $FAMILY Family
257 $FONT Font
258 $PAD_MARKER Character to mark off padding in PAD
259 $PAD_STRING Arg passed to PAD
260 $QUAD_VALUE Quad value (left, right, center, justify)
261 $QUOTE0 ``
262 $QUOTE1 ''
263 $RESTORE_QUAD_VALUE Quad value for use in restoring L, R, C, J (after tabs)
264 $SS_VAR Holds + or - sentence space value
265 $ST&lt;#&gt;_FILL Always QUAD if QUAD passed to ST &lt;#&gt;
266 $ST&lt;#&gt;_QUAD_DIR Quad direction supplied to ST for &lt;#&gt;
267 $TAB_NUMBER Argument passed to TAB macro to call TAB# macro created in TAB_SET
268 $WS_CONSTANT 12; used to hold groff default wordspace
269 $WS Holds WS value; concatenation of WS_CONSTANT and WS_VAR
270 $WS_VAR + or - value to add to $WS_CONSTANT
272 +++ALIASES+++
274 ALIAS als
275 ALIASN aln
276 BR br
277 CENTRE CENTER
278 COMMENT SILENT
279 CONDENSE CONDENSE_OR_EXTEND
280 EXTEND CONDENSE_OR_EXTEND
281 FAM FAMILY
282 FT FONT
283 HYPHENATE HY
284 HYPHENATION HY
285 LIG LIGATURES
286 LL LINE_LENGTH
287 MAC de
288 NEW_PAGE bp
289 NEWPAGE NEW_PAGE
290 PAGELENGTH PAGE_LENGTH
291 PAGE_LENGTH pl
292 PAGEWIDTH PAGE_WIDTH
293 SPREAD brp
294 SP sp
295 STRING ds
296 TABSET TAB_SET
297 TB TAB
298 TI IT
299 TS TAB_SET
300 UNDERSCORE_2 UNDERSCORE2
302 +++ALIASES FOR NUMBER REGISTERS+++
304 #DIVER_DEPTH dn -- diversion depth
305 #DIVER_WIDTH dl -- diversion width
306 #INDENT .i -- value of current indent
307 #LEAD .v -- line space (.vs, not .ls)
308 #L_LENGTH .l -- line length
309 #NUM_ARGS .$ -- number of arguments passed to a macro
310 #PAGE_LENGTH .p -- page length
311 #PT_SIZE .ps -- current point size (fractional) in units
312 #TRAP_DISTANCE .t -- distance to next trap
314 +++INLINE ESCAPES+++
316 BOLDER Pseudo-bold on
317 BOLDERX Pseudo-bold off
318 COND_FOR_SUP Pseudo-condense string for use with superscripts (called with CONDSUP)
319 COND_FOR_SUP Pseudo-extend string for use with superscripts (called with EXTSUP)
320 COND Pseudo-condense type
321 CONDSUP Condensed superscript (using value set with CONDENSE)
322 CONDSUPX Condensed superscript off
323 EXTEXT Extended superscript
324 EXT Pseudo-extend type
325 EXTSUPX Extended superscript off
326 LEADER Deposit leader to end of current LL or TAB
327 SLANT Slant (pseudo-italic on
328 SLANTX Slant off
329 ST&lt;#&gt; String tab end marker
330 ST&lt;#&gt; String tab start marker
331 SUP Superscript
332 SUPX Superscript off
334 +++SPECIAL CHARACTERS+++
336 FEET The foot character \(fm
337 INCH The inch character \(fm\(fm
339 ------------------------------------------------------------------------
341 DOCUMENT PROCESSING
342 ===================
344 +++MACROS+++
346 Document info
347 -------------
348 AUTHOR Author
349 CHAPTER Chapter number
350 DRAFT Draft number
351 REVISION Revision number
352 SUBTITLE Doc subtitle
353 TITLE Doc title
355 Document style
356 --------------
357 COPYSTYLE Output style (DRAFT or FINAL)
358 DEFAULTS In START, sets defaults
359 DOCTYPE Kind of doc (DEFAULT, CHAPTER, NAMED, LETTER)
360 PAGENUMBER Page number that appears on 1st page of doc
361 PAPER Paper size (LETTER, LEGAL, A4)
362 PRINTSTYLE Print style (TYPEWRITE or TYPESET)
364 Document tags
365 -------------
366 BLOCKQUOTE Block-indented, quoted text
367 COL_BREAK Breaks and spreads line before invocation; moves to next column on page or 1st col of next page. An alias of COL_NEXT.
368 COL_NEXT Moves to next column on page or 1st col of next page
369 EPIGRAPH Epigraph before 1st para
370 FINIS Prints --END--
371 FOOTNOTE Collects footnotes in text for printing at bottom of page
372 HEAD Section title (main heads)
373 LINEBREAK Break between narrative sections
374 PARAHEAD Paragraph head
375 PP Paragraph
376 QUOTE Poetic or line for line quotes
377 START Prints info collected with doc info macros
378 SUBHEAD Subheads
380 Headers/footers
381 --------------
382 BREAK_QUOTE Manually break a footnoted quote that crosses a page/column
383 DO_FOOTER Prints footer (after footnote processing, if any)
384 FOOTER_ON_FIRST_PAGE Print footer on first page? (toggle)
385 FOOTER Trap-invoked footer macro
386 HEADER Trap-invoked header macro
387 PAGINATE Turns page numbering on or off (doc default=on)
388 RECTO_VERSO Enables switch HEADER_LEFT and HEADER_RIGHT on alternate pages
390 Alter doc "look" and/or change defaults
391 ---------------------------------------
392 ALWAYS_FULLSPACE_QUOTES Fullspace quotes instead of default 1/2 spacing them.
393 ATTRIBUTE_STRING What to print before author (default is "by")
394 AUTHOR_FAMILY Family to use for author in doc header
395 AUTHOR_FONT Font to use for author in doc header
396 AUTHOR_SIZE ps to use for author in doc header
397 BLOCKQUOTE_FAMILY Family to use in blockquotes
398 BLOCKQUOTE_FONT Font to use in blockquotes
399 BLOCKQUOTE_QUAD How to quad blockquotes
400 BLOCKQUOTE_SIZE How much to de/increase point size of bquotes
401 CHAPTER_STRING What to print whenever the word "chapter" is required
402 COLUMNS Print in columns
403 DOC_FAMILY Overall doc family
404 DOCHEADER_ADVANCE Start position of docheader (relative to top of page)
405 DOCHEADER_LEAD +|- value applied to #DOC_LEAD to in/decrease leading of doc header
406 DOC_HEADER Print doc header?
407 DOC_LEAD_ADJUST Adjust #DOC_LEAD to fill page to #B_MARGIN
408 DOC_LEAD Overall doc leading
409 DOC_LEFT_MARGIN Doc left margin
410 DOC_LINE_LENGTH Doc line length
411 DOC_PT_SIZE Overall doc point size
412 DOC_QUAD Overall quad of document
413 DOC_RIGHT_MARGIN Doc right margin
414 DOCTYPE_FAMILY Family to use for doctype string in doc header
415 DOCTYPE_FONT Font to use for doctype string in doc header
416 DOCTYPE_SIZE ps to use for doctype string in doc header
417 DOCTYPE Type of doc (DEFAULT, CHAPTER, NAMED, LETTER)
418 DO_QUOTE Print quote (invoked from QUOTE or BLOCKQUOTE)
419 DRAFT_STRING What to print whenever the word "draft" is required
420 EPIGRAPH_AUTOLEAD Autolead value for epigraphs
421 EPIGRAPH_FAMILY Family to use in epigraphs
422 EPIGRAPH_FONT Font to use in epigraphs
423 EPIGRAPH_INDENT Value by which to multiply PP_INDENT for block epigraphs
424 EPIGRAPH_QUAD Quad value of block style epigraphs
425 EPIGRAPH_SIZE ps de/increase of epigraphs*
426 FINIS_STRING What to print when FINIS is invoked
427 FOOTER_GAP Distance between running text and footer
428 FOOTER_MARGIN Distance from footer to bottom of page
429 FOOTERS Turns footers on or off
430 FOOTNOTE_AUTOLEAD Autolead to use in footnotes
431 FOOTNOTE_FAMILY Family to use in footnotes
432 FOOTNOTE_FONT Font to use in footnotes
433 FOOTNOTE_MARKERS Turns footnote markers on or off
434 FOOTNOTE_MARKER_STYLE STAR or NUMBER; default=STAR
435 FOOTNOTE_QUAD Quad to use in footnotes
436 FOOTNOTE_RULE_ADJ # of points to raise footnote rule from its baseline
437 FOOTNOTE_RULE_LENGTH Length of footnote separator rule
438 FOOTNOTE_RULE Turns printing of fn separator rule on or off; default is on
439 FOOTNOTE_SIZE ps of footnotes
440 HDRFTR_CENTER_CAPS Center part of header/footer in caps? (toggle)
441 HDRFTR_CENTER_FAMILY Family of center part of header/footer
442 HDRFTR_CENTER_FONT Font of center part of header/footer
443 HDRFTR_CENTER_SIZE ps in/decrease of center part of header/footer**
444 HDRFTR_CENTER String to go in center part of header/footer; default doctype
445 HDRFTR_CENTER The header/footer center string
446 HDRFTR_FAMILY Family to use in the headers/footers
447 HDRFTR_GAP Distance from header/footer to running text
448 HDRFTR_LEFT_CAPS Left part of header/footer in caps? (toggle)
449 HDRFTR_LEFT_FAMILY Family of left part of header/footer
450 HDRFTR_LEFT_FONT Font of left part of header/footer
451 HDRFTR_LEFT_SIZE ps in/decrease of left part of headers/footers**
452 HDRFTR_LEFT String to go in left part of header/footer; default author
453 HDRFTR_LEFT The header/footer left string
454 HDRFTR_MARGIN Distance from top of page to header
455 HDRFTR_PLAIN Header/footer fam/ft/ps all same as running text
456 HDRFTR_RIGHT_CAPS Right part of header/footer in caps? (toggle)
457 HDRFTR_RIGHT_FAMILY Family of right part of headers/footers
458 HDRFTR_RIGHT_FONT Font of right part of headers/footers
459 HDRFTR_RIGHT_SIZE Size of right part of headers/footers
460 HDRFTR_RIGHT The header/footer right string
461 HDRFTR_RULE_GAP Space between header/footer and header/footer rule
462 HDRFTR_RULE_INTERNAL Prints the header/footer rule
463 HDRFTR_RULE Turns header/footer rule on or off
464 HDRFTR_RULE Turns header/footer rule on or off. When invoked internally, prints the rule.
465 HDRFTR_SIZE ps in/decrease of headers/footers*
466 HEAD_CAPS Print section titles in caps? (toggle)
467 HEADER_GAP Space between header and running text
468 HEADER_MARGIN Space from top of page to header
469 HEADERS Turns headers on or off
470 HEAD_FAMILY Family to use in section titles
471 HEAD_FONT Font to use in section titles
472 HEAD_QUAD Quad value of section titles
473 HEAD_SIZE How much to in/decrease point size of section titles
474 HEAD_SPACE Give HEADs 2 line-spaces before. If OFF, only 1. Default is on.
475 HEAD_UNDERLINE Underline section titles? (toggle)
476 INDENT_FIRST_PARAS Indent 1st paras? (doc default=not indented)
477 ITALIC_MEANS_ITALIC For TYPEWRITE; render .FT I in italic.
478 NUMBER_HEADS Print head numbers
479 NUMBER_PARAHEADS Print parahead numbers
480 NUMBER_SUBHEADS Print subhead numbers
481 PAGENUM_FAMILY Family to use in footers
482 PAGENUM_FONT Font to use for page numbers
483 PAGENUM_HYPHENS Turns on/off hyphens surrounding page numbers
484 PAGENUM_ON_FIRST_PAGE Print page number on first page when footers are on (toggle)
485 PAGENUM_POS Controls placement of page numbers default=bottom/centered
486 PAGENUM_SIZE How much to in/decrease point size of page numbers
487 PAGENUM_STYLE Page # in roman, arabic, or alphabetic
488 PARAHEAD_FAMILY Family to use for paraheads
489 PARAHEAD_FONT Font to use for paraheads
490 PARAHEAD_INDENT How mucht to indent paraheads
491 PARAHEAD_SIZE Size of paraheads
492 PARA_INDENT Size of para indent
493 PARA_SPACE Put a line space before paras
494 PP_FONT Overall doc font
495 QUOTE_FAMILY Family to use in pquotes
496 QUOTE_FONT Font to use in pquotes
497 QUOTE_INDENT Value by which to multiply PP_INDENT for block quotes
498 QUOTE_SIZE How much to de/increase point size of pquotes
499 RESET_FOOTNOTE_NUMBER Reset fn# to 1, or, if arg PAGE, reset automatically to 1 on every page
500 RESET_HEAD_NUMBER Reset head number
501 RESET_PARAHEAD_NUMBER Reset parahead number
502 RESET_SUBHEAD_NUMBER Reset subhead number
503 REVISION_STRING What to print whenever the word "revision" is required
504 SLANT_MEANS_SLANT In TYPEWRITE, render \*[SLANT] as slant
505 SUBHEAD_FAMILY Family to use in subheads
506 SUBHEAD_FONT Font to use in subheads
507 SUBHEAD_SIZE How much to in/decrease point size of subheads
508 SUBTITLE_FAMILY Family to use for subtitle in doc header
509 SUBTITLE_FONT Font to use for subtitle in doc header
510 SUBTITLE_SIZE ps to use for subtitle in doc header
511 SWITCH_HDRFTR Switch HDRFTR_LEFT and HDRFTR_RIGHT
512 TITLE_FAMILY Family to use for title in doc headers
513 TITLE_FONT Font to use for title in doc headers
514 TITLE_SIZE How much to in/decrease title at start of doc
515 UNDERLINE_ITALIC In TYPEWRITE, render .FT I as underlined
516 UNDERLINE_QUOTES In TYPEWRITE, underline quotes? (toggle)
517 UNDERLINE_SLANT In TYPEWRITE, render \*[SLANT] as underlined
519 *relative to #DOC_PT_SIZE
520 **relative to overall ps of headers as set by HEADER_SIZE
522 +++LETTER MACROS+++
524 CLOSING Closing (ie. Yours truly,)
525 DATE Date string for letters
526 FROM Addressor's name and address
527 GREETING Full salutation (eg. Dear John Smith,)
528 NO_SUITE Remove suite page numbers from bottom of letter pages
529 TO Addressee's name and address
530 ALL_DONE .em (the "end macro") for letters
532 +++DIVERSIONS+++
534 B_QUOTE Block (indented) quote text
535 CLOSING Closing (ie. Yours truly,)
536 DATE Date string for letters
537 EPI_TEXT Epigraph text
538 FN_OVERFLOW Excess footnotes when B_MARGIN is reached
539 FOOTNOTES Text of footnotes
540 FROM_ADDRESS Addressor's name and address
541 GREETING Full salutation (eg. Dear John Smith,)
542 P_QUOTE Line for line (poetic) quote text
543 TO_ADDRESS Addressee's name and address
545 +++SUPPORT+++
547 CHECK_INDENT Applies indents to doc elements inside ev's (head, subhead, etc)
548 D0_QUOTE Outputs quotes with space adjustments before and after
549 DIVERT_FN_LEFTOVER Diverts excess fn stored in FN_OVERFLOW into FOOTNOTE
550 DIVERT_FN_OVERFLOW Diverts excess fn stored in FN_OVERFLOW when FN_DEFER into FOOTNOTE
551 DO_EPIGRAPH Outputs epigraphs with space adjustments before and after
552 FN_OVERFLOW_TRAP Fixed at B_MARGIN; if footnotes run longer than B_MARGIN, diverts excess into FN_OVERFLOW
553 HDRFTR_RULE Prints rule under header or over footer
554 PRINT_FOOTNOTE_RULE An alias of PRINT_FOOTNOTE; prints footnote separator rule
555 PRINT_HDRFTR Prints header/footer (trap invoked)
556 PRINT_PAGE_NUMBER Invoked in HEADER or FOOTER
557 REMOVE_INDENT Removes indents set with CHECK_INDENT
558 TRAPS Sets hdrftr traps; optionally adjusts #DOC_LEAD to fill page to #B_MARGIN
560 +++NUMBER REGISTERS+++
562 #ADJ_DOC_LEAD Adjust DOC_LEAD? (toggle)
563 #ARG_NUM Keeps track of number of args passed to a macro
564 #AUTHOR_LINES # of lines of authors in doc header; odd=0 even=1
565 #AUTHOR_NUM Keeps track of user-defined string AUTHOR_&lt;#&gt; in AUTHOR
566 #AUTHORS Equals final value of AUTHOR_NUM; used for authors in doc header
567 #BROKEN_QUOTE Did we invoke BREAK_QUOTE? (toggle)
568 #CAP_HEIGHT_ADJUST Tallest cap height of strings LEFT, CENTER, and RIGHT in footers; used to place rule over footer
569 #CAPS_WAS_ON In HDRFTR, to re-enable running text CAPS (toggle)
570 #CENTER_CAP_HEIGHT Cap height of center string in headers/footers
571 #CHAPTER The chapter number
572 #CLOSING Is there a closing (for letters)? 1=yes
573 #COL_L_LENGTH Line length of columns
574 #COL_NEXT Was COL_NEXT invoked? (toggle; used in FOOTER)
575 #COL_NUM Incrementing counter of num of columns; for use with #COL_&lt;#&gt;_L_MARGIN
576 #COL_TOTAL #COL_L_LENGTH + #GUTTER; used to calculate #COL_&lt;#&gt;_L_MARGIN
577 #COLUMNS Are columns turned on? (toggle)
578 #COPY_STYLE 1=draft, 2=final
579 #DATE Is there a date (for letters)? 1=yes
580 dc "mark" register for document columns
581 #DEPTH_1 Doc header depth with lead adjustment (#DOCHEADER_LINES * #DOCHEADER_LEAD)
582 #DEPTH_2 Doc header depth without lead adjustment (#DOCHEADER_LINES * #DOC_LEAD)
583 #DEPTH_TO_B_MARGIN Page length minus #B_MARGIN
584 #DOCHEADER_ADVANCE Distance from top-of-page to baseline of docheader
585 #DOCHEADER_LEAD_ADJ +|- value applied to #DOC_LEAD to in/decrease leading of doc header
586 #DOCHEADER_LEAD Lead of doc header (#DOC_LEAD + #DOCHEADER_LEAD_ADJ)
587 #DOCHEADER_SPACE_ADJ Lead difference between #DEPTH_1 and #DEPTH_2
588 #DOC_HEADER Whether to print a doc header (toggle)
589 #DOC_LEAD_ADJ Incrementing value (in units) added to #DOC_LEAD to fill page to #B_MARGIN
590 #DOC_LEAD Leading used in body
591 #DOC_L_LENGTH Global L_LENGTH
592 #DOC_L_MARGIN Global L_MARGIN
593 #DOC_LR_MARGIN_TMP In HEADER, if RECTO_VERSO=1, temporarily holds DOC_L_MARGIN during page margin switch
594 #DOC_PT_SIZE Point size used for body text
595 #DOC_R_MARGIN Global R_MARGIN
596 #DOCS Always 1 after START
597 #DOC_TYPE 1=default, 2=chapter, 3=named, 4=letter
598 #DRAFT The draft number
599 #EM_ADJUST Amount to raise \(em at END
600 #END_QUOTE For PP=0 indenting; did we just end a quote? (toggle)
601 #EPI_ACTIVE Are we in an epigraph? (toggle)
602 #EPI_DEPTH Depth of epigraph from first baseline to last
603 #EPI_FITS Does epigraph fit on page/column? (toggle)
604 #EPIGRAPH Did we have an epigraph? (toggle)
605 #EPI_LEAD_DIFF Difference between #DOC_LEAD and #EPI_LEAD
606 #EPI_LEAD Leading of epigraph; set by AUTOLEAD
607 #EPI_LINES_EVEN Even # of lines at end of epi crossing page in TYPEWRITE (d-spaced)?
608 #EPI_LINES Number of lines in the epigraph
609 #EPI_LINES_TO_END Number of epigraph lines remaining after footer trap is sprung
610 #EPI_LINES_TO_TRAP Number of epigraph lines till footer trap is sprung
611 #EPI_L_LENGTH Epigraph line length
612 #EPI_OFFSET Left margin of epigraphs
613 #EPI_OFFSET_VALUE Epigraph indent as a function of page offset
614 #EPI_ON Are we in an epigraph? (toggle)
615 #EPI_WHITESPACE Space after epigraph to compensate for epigraph leading
616 #FN_AUTOLEAD Autolead value of footnotes
617 #FN_BL_INDENT Left indent of INDENT BOTH in footnotes
618 #FN_BR_INDENT Right indent of INDENT BOTH in footnotes
619 #FN_COUNT_FOR_COLS Holds a separate footnote count for columns (so they don't reset to 0 1 until page break)
620 #FN_DEFER Defer footnote to next page/column? (toggle) If 0, don't defer.
621 #FN_DEFER_SPACE Whether to deposit space before footnote 1 because there's a deferred footnote on the page
622 #FN_DEPTH Depth of footnote diversion(s)
623 #FN_FOR_EPI Signals to epigraph that a footnote is being processed
624 #FN_LEAD Lead in footnotes after FN_AUTOLEAD is applied
625 #FN_L_INDENT Left indent of INDENT LEFT in footnotes
626 #FN_LINES Number of lines in fn; used to calculate fn depth
627 #FN_MARKERS Print footnote markers? (toggle)
628 #FN_MARKER_STYLE 1=STAR; 2=NUMBER
629 #FN_NUMBER Running count of fn #; used to print fn marker numbers
630 #FN_R_INDENT Right indent of INDENT RIGHT in footnotes
631 #FN_RULE_ADJ # of points to raise footnote separator from its baseline
632 #FN_RULE_LENGTH Length of footnote separator rule
633 #FN_RULE Print fn rule? (toggle)
634 #FN_WAS_DEFERED Tells HEADER about a defered footnote
635 #FOOTER_GAP Amount of space between end of text and page #
636 #FOOTER_MARGIN Amount of space between page # and bottom of page
637 #FROM Is there an addressor (for letters)? 1=yes
638 #FULLSPACE_QUOTES Should we fullspace quotes? (toggle)
639 #GREETING Is there a greeting (for letters)? 1=yes
640 #GUTTER Width of gutter between columns
641 #HDRFTR_CENTER_CAPS Center part of header/footer in caps? (toggle; default=off)
642 #HDRFTR_LEFT_CAPS Left part of header/footer in caps? (toggle; default=off)
643 #HDRFTR_RIGHT_CAPS Right part of header/footer in caps? (toggle; default=on)
644 #HDRFTR_RULE_GAP Space between header/footer and header/footer rule
645 #HDRFTR_RULE Print head/footer rule? (toggle)
646 #HDRFTR_TMP_CAPS_SWITC H Temporarily holds HDRFTR_LEFT_CAPS value if #SWITCH_HDRFTR=1
647 #HEAD 1=main/section head 2=subhead
648 #HEAD_CAPS Print section titles in caps? (toggle)
649 #HEADER_GAP Distance from header to running text
650 #HEADER_MARGIN Distance from top of page to header
651 #HEADERS_ON Headers on? (toggle)
652 #HEADER_STATE Saves header state in COLLATE for use in START after COLLATE
653 #HEAD_NUM Head number
654 #HEAD_SPACE 2 line spaces before heads? (toggle; 1=yes, 0=no)
655 #HEAD_UNDERLINE Underline section titles? (toggle)
656 #IGNORE Should we ignore this macro? Set to 1 in TYPEWRITE.
657 #INDENT_FIRST_PARAS Indent first paras? (toggle)
658 #INDENT_FIRSTS Tells foonotes to leave INDENT_FIRST_PARAS alone if it's on for running text.
659 #ITALIC_MEANS_ITALIC For TYPEWRITE. 1=yes; 0=no
660 #LEFT_CAP_HEIGHT Cap height of left string in headers/footers
661 #LETTER_STYLE 1=BUSINESS 2=PERSONAL
662 #LINEBREAK Did we have a linebreak? (toggle)
663 #LINES_PER_PAGE # of lines (at DOC_LEAD) that fit on page after #B_MARGIN is set
664 #L_LENGTH_FOR_EPI Stores line length at top of doc for use with EPIGRAPH when columns are on
665 #L_MARGIN_DIFF Difference between DOC_L_MARGIN and L_MARGIN
666 #n%_AT_PAGENUM_SET Page # from n% when PAGENUMBER invoked
667 #NEXT_AUTHOR Supplies correct digit to AUTHOR_&lt;#&gt; when printing authors in doc header
668 #NUM_AUTHORS # of authors mod 2 to test if odd or even # of authors
669 #NUMBER_HEAD Are heads numbered? (toggle)
670 #NUMBER_PH Are paraheads numbered? (toggle)
671 #NUMBER_SH Are subheads numbered? (toggle)
672 #NUM_COLS Number of columns per page
673 #PAGE_NUM_ADJ What to add to n% to get #PAGENUMBER
674 #PAGENUMBER The page number
675 #PAGE_NUM_H_POS 1=left 2=center 3=right; default=2
676 #PAGE_NUM_HYPHENS Print hyphens surrounding page numbers? (toggle)
677 #PAGE_NUM_HYPHENS_SET Did user set (or unset) hyphens around page numbers? (toggle)
678 #PAGE_NUM_POS_SET Did user set page number position? (toggle)
679 #PAGE_NUM_SET Test if PAGE_1_NUM was used to set 1st page number
680 #PAGE_NUMS Print page numbers? (toggle)
681 #PAGE_NUM_V_POS 1=top 2=bottom; default=2
682 #PAGE_TOP \n(nl after HEADER completes itself
683 #PH_NUM Parahead number
684 #PAGINATION_STATE Saves pagination state in COLLATE for use in START after a COLLATE
685 #PP 0 at first para; auto-increments
686 #PP_AT_PAGE_BREAK # of last (incl. partial) para on page
687 #PP_INDENT How much to indent paras
688 #PP_SPACE Put space before paras? (toggle)
689 #PP_SPACE_SUSPEND Suspend para spacing for blockquotes and epigraphs
690 #PP_STYLE_PREV In footnotes, stores PP style in effect prior to invoking FOOTNOTE
691 #PP_STYLE Regular para=1; quote or epi para=2
692 #PRINT_PAGENUM_ON_PAGE_1 Should we print the page number on first page of doc when footers are on? (toggle)
693 #PRINT_STYLE Typewrite=1, typeset=2
694 #PT_SIZE_IN_UNITS Stored value of \n[.ps] from last time PS was called
695 #Q_DEPTH Depth of quote
696 #Q_FITS Does this quote fit on one page/column? (toggle)
697 #Q_L_LENGTH Line length of quotes
698 #Q_OFFSET Page offset for quotes
699 #Q_OFFSET_VALUE Factor by which to multiply PP_INDENT to offset quotes
700 #Q_PP In PP, stores para # in QUOTE. Removed in ENDQUOTE.
701 #Q_TOP Vertical place on page that a quote starts
702 #QUOTE 1=PQUOTE, 2=BQUOTE
703 #RECTO_VERSO Switch HEADER_LEFT and HEADER_RIGHT on alternate pages? (toggle); default=0
704 #REPEAT Number of times to repeat linebreak character
705 #RESET_FN_NUMBER Should fn# start at 1 on every page? (toggle)
706 #RESET_PP_INDENT Stores value of PP_INDENT when necessary
707 #RESTORE_OFFSET Page offset at moment footer trap is sprung; not currently used
708 #REVISION The revision number
709 #RIGHT_CAP_HEIGHT Cap height of right string in headers/footers
710 #SH_LEAD_ADJUST #DOC_LEAD/8 (TYPESET) or /2 (TYPEWRITE) (used for subhead spacing)
711 #SH_NUM Subhead number
712 #SINGLE_SPACE Is TYPEWRITE in single space mode? (toggle)
713 #SLANT_MEANS_SLANT For TYPEWRITE. 1=yes; 0=no
714 #SLANT_WAS_ON Keeps track of SLANT when it needs to go off for a while
715 #SPACE_REMAINING Space remaining to footer trap; used to decide whether or not to defer a footnote
716 #START If 1, signals completion of START
717 #START_FOR_FOOTERS Toggle set in START; signals to PRINT_HDRFTR that START has been invoked, allowing PRINT_HDRFTR to decide whether or not to print a footer on page 1
718 #SUITE Current page number (for letters)
719 #SUP_PT_SIZE Point size of superscript
720 #SWITCH_HDRFTR Switch HDRFTR_LEFT and HDRFTR_RIGHT? (toggle)
721 #TAB_OFFSET# "#" at the end is from $CURRENT_TAB
722 #TO Is there an addressee date (for letters)? 1=yes
723 #UNDERLINE_ITALIC For TYPEWRITE. 1=yes; 0=no
724 #UNDERLINE_QUOTE Underline pquotes? (toggle)
725 #UNDERLINE_SLANT For TYPEWRITE. 1=yes; 0=no
726 #UNDERLINE_WAS_ON In HEADER to re-enable running text UNDERLINE (toggle)
727 #USER_DEF_HEADER_CENTER User defined center title? (1=yes); used in COPYSTYLE
728 #USER_DEF_HEADER_LEFT User defined center title? (1=yes); used in COPYSTYLE
729 #USER_DEF_HEADER_RIGHT User defined center title? (1=yes); used in COPYSTYLE
730 #VARIABLE_FOOTER_POS Wandering trap position for processing footnotes and footers; pos depends on footnotes
732 +++STRINGS+++
734 $ATTRIBUTE_STRING "by" line in doc header
735 $AUTHOR_1...9 Document author(s)
736 $AUTHOR_FAM Family to use for author in doc header
737 $AUTHOR_FT Font to use for author in doc header
738 $AUTHOR_SIZE_CHANGE ps in/decrease of author in doc header*
739 $BQUOTE_FAM Family to use for blockquotes
740 $BQUOTE_FT Font to use for blockquotes
741 $BQUOTE_QUAD Quad value for blockquotes
742 $BQUOTE_SIZE_CHANGE ps in/decrease of blockquotes*
743 $CENTER_TITLE What to put in the middle of header title
744 $CHAPTER_STRING What to print whenever the word "chapter" is required
745 $COPY_STYLE DRAFT or FINAL
746 $DOC_FAM Predominant font family used in the document
747 $DOC_QUAD Quad used for body text (justified or left)
748 $DOC_TYPE Document type (default, chapter, named, letter)
749 $DOCTYPE_FAM Family to use for DOCTYPE string in doc header
750 $DOCTYPE_FT Font to use for DOCTYPE string in doc header
751 $DOCTYPE_SIZE_CHANGE ps in/decrease of DOCTYPE string in doc header*
752 $DRAFT_STRING What to print whenever the word "draft" is required
753 $EPI_AUTOLEAD Autolead value (decimals ok) of epigraphs
754 $EPI_FAM Family to use in epigraphs
755 $EPI_FT Font to use in epigraphs
756 $EPI_QUAD Quad in block-style epigraphs (justified or left)
757 $EPI_SIZE_CHANGE ps in/decrease of epigraphs*
758 $FINIS_STRING What to print when FINIS macro is invoked
759 $FN_FAM Family used in footnotes
760 $FN_FT Font used in footnotes
761 $FN_QUAD Quad used in footnotes
762 $FN_SIZE_CHANGE ps in/decrease of footnotes*
763 $HDRFTR_CENTER_FAM Family of center part of headers
764 $HDRFTR_CENTER_FT Font of center part of headers
765 $HDRFTR_CENTER_SIZE_CHANGE ps in/decrease of center title in headers**
766 $HDRFTR_CENTER What to put in center part of headers; default doctype
767 $HDRFTR_FAM Family to use in headers
768 $HDRFTR_LEFT_FAM Family of left part of headers
769 $HDRFTR_LEFT_FT Font of left part of headers
770 $HDRFTR_LEFT_SIZE_CHANGE ps in/decrease of author in headers**
771 $HDRFTR_LEFT What to put in left part of headers; default author
772 $HDRFTR_RIGHT_FAM Family of right part of headers
773 $HDRFTR_RIGHT_FT Font of right part of headers
774 $HDRFTR_RIGHT_SIZE_CHANGE ps in/decrease of right part of headers**
775 $HDRFTR_RIGHT What to put in right part of headers; default title
776 $HDRFTR_SIZE_CHANGE ps in/decrease of headers*
777 $HDRFTR_TMP_SIZE_CHANGE_SWITCH Temporarily holds HDRFTR_LEFT_SIZE_CHANGE if #SWITCH_HDRFTRS=1
778 $HDRFTR_TMP_SWITCH Temporarily holds HDRFTR_LEFT if #SWITCH_HDRFTRS=1
779 $HEAD_FAM Family to use for section titles
780 $HEAD_FT Font to use for section titles
781 $HEAD_QUAD Quad valude of section titles
782 $HEAD_SIZE_CHANGE ps in/decrease of section titles*
783 $LINEBREAK_CHAR Character that marks line breaks
784 $LINEBREAK_CHAR_V_ADJ +|- amount by which to raise/lower linebreak character
785 PAGE# For use in hdrftr strings where page # is needed; \*[PAGE]
786 $PAGE_NUM_FAM Family of page numbers
787 $PAGE_NUM_FT Font of page numbers
788 $PAGE_NUM_SIZE_CHANGE ps in/decrease of page numbers
789 $PAPER Paper size (LETTER, A4, LEGAL); default=LETTER
790 $PP_FT Font used in paragraphs
791 $QUOTE_FAM Family to use for pquotes
792 $QUOTE_FT Font to use for pquotes
793 $QUOTE_SIZE_CHANGE ps in/decrease of pquotes*
794 $REVISION_STRING What to print whenever the word "revision" is required
795 $SH_FAM Family to use in subheads
796 $SH_FT Font to use in subheads
797 $SH_SIZE_CHANGE ps in/decrease of subheads*
798 $SUBTITLE Document subtitle
799 $SUBTITLE_FAM Family to use for subtitle in doc header
800 $SUBTITLE_FT Font to use for subtitle in doc header
801 $SUBTITLE_SIZE_CHANGE Font to use for subtitle in doc header
802 $SUITE The #SUITE number register
803 $TITLE Document title
804 $TITLE_FAM Family to use for title in doc header
805 $TITLE_FT Font to use for title in doc header
806 $TITLE_SIZE_CHANGE ps in/decrease of title in doc header*
808 *relative to #DOC_PT_SIZE
809 **relative to overall ps of headers as set by HEADER_SIZE
811 +++ALIASES+++
813 BREAK_BLOCKQUOTE BREAK_QUOTE
814 BREAK_CITATION BREAK_QUOTE
815 BREAK_CITE BREAK_QUOTE
816 CITATION BLOCKQUOTE
817 CITE BLOCKQUOTE
818 COL_BREAK COL_NEXT
819 DOC_FAM DOC_FAMILY
820 DOC_LLENGTH DOC_LINE_LENGTH
821 DOC_L_LENGTT DOC_LINE_LENGTH
822 DOC_L_MARGIN DOC_LEFT_MARGIN
823 DOC_LMARGIN DOC_LEFT_MARGIN
824 DOC_LS DOC_LEAD
825 DOC_PS DOC_PT_SIZE
826 DOC_R_MARGIN DOC_RIGHT_MARGIN
827 DOC_RMARGIN DOC_RIGHT_MARGIN
828 FOOTER_CENTER_CAPS HDRFTR_CENTER_CAPS
829 FOOTER_CENTER_FAM HDRFTR_CENTER_FAMILY
830 FOOTER_CENTER_FAMILY HDRFTR_CENTER_FAMILY
831 FOOTER_CENTER_FONT HDRFTR_CENTER_FONT
832 FOOTER_CENTER_FT HDRFTR_CENTER_FONT
833 FOOTER_CENTER HDRFTR_CENTER
834 FOOTER_CENTER_PS HDRFTR_CENTER_SIZE
835 FOOTER_CENTER_SIZE HDRFTR_CENTER_SIZE
836 FOOTER_CENTRE_CAPS HDRFTR_CENTER_CAPS
837 FOOTER_CENTRE_FAM HDRFTR_CENTER_FAMILY
838 FOOTER_CENTRE_FAMILY HDRFTR_CENTER_FAMILY
839 FOOTER_CENTRE_FT HDRFTR_CENTER_FONT
840 FOOTER_CENTRE HDRFTR_CENTER
841 FOOTER_CENTRE_PS HDRFTR_CENTER_SIZE
842 FOOTER_CENTRE_SIZE HDRFTR_CENTER_SIZE
843 FOOTER_FAM HDRFTR_FAMILY
844 FOOTER_FAMILY HDRFTR_FAMILY
845 FOOTER_LEFT_CAPS HDRFTR_LEFT_CAPS
846 FOOTER_LEFT_FAM HDRFTR_LEFT_FAMILY
847 FOOTER_LEFT_FAMILY HDRFTR_LEFT_FAMILY
848 FOOTER_LEFT_FONT HDRFTR_LEFT_FONT
849 FOOTER_LEFT_FT HDRFTR_LEFT_FONT
850 FOOTER_LEFT HDRFTR_LEFT
851 FOOTER_LEFT_PS HDRFTR_LEFT_SIZE
852 FOOTER_LEFT_SIZE HDRFTR_LEFT_SIZE
853 FOOTER_PLAIN HDRFTR_PLAIN
854 FOOTER_RIGHT_CAPS HDRFTR_RIGHT_CAPS
855 FOOTER_RIGHT_FAM HDRFTR_RIGHT_FAMILY
856 FOOTER_RIGHT_FAMILY HDRFTR_RIGHT_FAMILY
857 FOOTER_RIGHT_FONT HDRFTR_RIGHT_FONT
858 FOOTER_RIGHT_FT HDRFTR_RIGHT_FONT
859 FOOTER_RIGHT HDRFTR_RIGHT
860 FOOTER_RIGHT_PS HDRFTR_RIGHT_SIZE
861 FOOTER_RIGHT_SIZE HDRFTR_RIGHT_SIZE
862 FOOTER_RULE_GAP HDRFTR_RULE_GAP
863 FOOTER_RULE HDRFTR_RULE
864 FOOTER_SIZE HDRFTR_SIZE
865 HDRFTR_RULE_INTERNAL HDRFTR_RULE
866 HEADER_CENTER_CAPS HDRFTR_CENTER_CAPS
867 HEADER_CENTER_FAM HDRFTR_CENTER_FAMILY
868 HEADER_CENTER_FAMILY HDRFTR_CENTER_FAMILY
869 HEADER_CENTER_FONT HDRFTR_CENTER_FONT
870 HEADER_CENTER_FT HDRFTR_CENTER_FONT
871 HEADER_CENTER HDRFTR_CENTER
872 HEADER_CENTER_PS HDRFTR_CENTER_SIZE
873 HEADER_CENTER_SIZE HDRFTR_CENTER_SIZE
874 HEADER_CENTRE_CAPS HDRFTR_CENTER_CAPS
875 HEADER_CENTRE_FAM HDRFTR_CENTER_FAMILY
876 HEADER_CENTRE_FAMILY HDRFTR_CENTER_FAMILY
877 HEADER_CENTRE_FONT HDRFTR_CENTER_FONT
878 HEADER_CENTRE_FT HDRFTR_CENTER_FONT
879 HEADER_CENTRE HDRFTR_CENTER
880 HEADER_CENTRE_PS HDRFTR_CENTER_SIZE
881 HEADER_CENTRE_SIZE HDRFTR_CENTER_SIZE
882 HEADER_FAM HDRFTR_FAMILY
883 HEADER_FAMILY HDRFTR_FAMILY
884 HEADER_LEFT_CAPS HDRFTR_LEFT_CAPS
885 HEADER_LEFT_FAM HDRFTR_LEFT_FAMILY
886 HEADER_LEFT_FAMILY HDRFTR_LEFT_FAMILY
887 HEADER_LEFT_FONT HDRFTR_LEFT_FONT
888 HEADER_LEFT_FT HDRFTR_LEFT_FONT
889 HEADER_LEFT HDRFTR_LEFT
890 HEADER_LEFT_PS HDRFTR_LEFT_SIZE
891 HEADER_LEFT_SIZE HDRFTR_LEFT_SIZE
892 HEADER_PLAIN HDRFTR_PLAIN
893 HEADER_RIGHT_CAPS HDRFTR_RIGHT_CAPS
894 HEADER_RIGHT_FAM HDRFTR_RIGHT_FAMILY
895 HEADER_RIGHT_FAMILY HDRFTR_RIGHT_FAMILY
896 HEADER_RIGHT_FONT HDRFTR_RIGHT_FONT
897 HEADER_RIGHT_FT HDRFTR_RIGHT_FONT
898 HEADER_RIGHT HDRFTR_RIGHT
899 HEADER_RIGHT_PS HDRFTR_RIGHT_SIZE
900 HEADER_RIGHT_SIZE HDRFTR_RIGHT_SIZE
901 HEADER_RULE_GAP HDRFTR_RULE_GAP
902 HEADER_RULE HDRFTR_RULE
903 HEADER_SIZE HDRFTR_SIZE
904 PAGENUM PAGENUMBER
905 PAGINATION PAGINATE
906 PP_FT PP_FONT
907 PRINT_FOOTNOTE_RULE FOOTNOTE_RULE
908 SWITCH_FOOTERS SWITCH_HDRFTR
909 SWITCH_HEADERS SWITCH_HDRFTR
910 </pre>
912 <hr>
913 <a href="appendices.html#TOP">Prev</a>&nbsp;&nbsp;
914 <a href="#TOP">Top</a>&nbsp;&nbsp;
915 <a href="toc.html">Back to Table of Contents</a>
916 </body>
917 </html>