{"id":3905,"date":"2022-12-20T17:28:22","date_gmt":"2022-12-20T20:28:22","guid":{"rendered":"http:\/\/lode.uno\/linux-man\/index.php\/2022\/12\/20\/groff_mm-man7\/"},"modified":"2022-12-20T17:28:22","modified_gmt":"2022-12-20T20:28:22","slug":"groff_mm-man7","status":"publish","type":"post","link":"https:\/\/lode.uno\/linux-man\/2022\/12\/20\/groff_mm-man7\/","title":{"rendered":"GROFF_MM (man7)"},"content":{"rendered":"<h1 align=\"center\">GROFF_MM<\/h1>\n<p> <a href=\"#NAME\">NAME<\/a><br \/> <a href=\"#SYNOPSIS\">SYNOPSIS<\/a><br \/> <a href=\"#DESCRIPTION\">DESCRIPTION<\/a><br \/> <a href=\"#INTERNALS\">INTERNALS<\/a><br \/> <a href=\"#FILES\">FILES<\/a><br \/> <a href=\"#AUTHORS\">AUTHORS<\/a><br \/> <a href=\"#SEE ALSO\">SEE ALSO<\/a> <\/p>\n<hr>\n<h2>NAME <a name=\"NAME\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">groff_mm \u2212 memorandum macros for GNU roff<\/p>\n<h2>SYNOPSIS <a name=\"SYNOPSIS\"><\/a> <\/h2>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"14%\">\n<p style=\"margin-top: 1em\"><b>groff \u2212mm<\/b><\/p>\n<\/td>\n<td width=\"1%\"><\/td>\n<td width=\"36%\">\n<p style=\"margin-top: 1em\">[<i>option<\/i> &#8230;] [<i>file<\/i> &#8230;]<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<p><b>groff \u2212m<\/b><\/p>\n<\/table>\n<p style=\"margin-left:11%;\"><b>mm<\/b> [<i>option<\/i> &#8230;] [<i>file<\/i> &#8230;]<\/p>\n<h2>DESCRIPTION <a name=\"DESCRIPTION\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The groff mm macros are intended to be compatible with the DWB mm macros with the following limitations:<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"1%\">\n<p><b>\u2022<\/b><\/p>\n<\/td>\n<td width=\"10%\"><\/td>\n<td width=\"63%\">\n<p>No Bell Labs localisms are implemented.<\/p>\n<\/td>\n<td width=\"15%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"1%\">\n<p><b>\u2022<\/b><\/p>\n<\/td>\n<td width=\"10%\"><\/td>\n<td width=\"63%\">\n<p>The macros OK and PM are not implemented.<\/p>\n<\/td>\n<td width=\"15%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"1%\">\n<p><b>\u2022<\/b><\/p>\n<\/td>\n<td width=\"10%\"><\/td>\n<td width=\"63%\">\n<p>groff mm does not support cut marks.<\/p>\n<\/td>\n<td width=\"15%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>mm<\/b> is intended to support easy localization. Use <b>mmse<\/b> as an example how to adapt the output format to a national standard. Localized strings are collected in the file <i>\/usr\/share\/groff\/1.22.4\/tmac\/<\/i>xx<i>.tmac<\/i>, where <i>xx<\/i> denotes the two-letter code for the <i>language<\/i>, as defined in the ISO 639 standard. For Swedish, this is \u2018sv.tmac\u2019 \u2013 not \u2018se\u2019, which is the ISO 3166 two-letter code for the <i>country<\/i> (as used for the output format localization).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">A file called <i>locale<\/i> or country<i>_locale<\/i> is read after the initialization of the global variables. It is therefore possible to localize the macros with a different company name and so on.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">In this manual, square brackets are used to show optional arguments.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Number registers and strings<\/b> <br \/> Many macros can be controlled by number registers and strings. A number register is assigned with the <b>nr<\/b> command:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>.nr\u00a0<\/b><i>XXX<\/i> [<b>\u00b1<\/b>]<i>n<\/i> [<i>i<\/i>]<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>XXX<\/i> is the name of the register, <i>n\u00a0<\/i>is the value to be assigned, and <i>i\u00a0<\/i>is the increment value for auto-increment. <i>n\u00a0<\/i>can have a plus or minus sign as a prefix if an increment or decrement of the current value is wanted. (Auto-increment or auto-decrement occurs if the number register is used with a plus or minus sign, <b>n+[<\/b><i>XXX<\/i><b>]<\/b> or <b>n\u2212[<\/b><i>XXX<\/i><b>]<\/b>.)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">Strings are defined with <b>ds<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>.ds<\/b> <i>YYY string<\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\">The string is assigned everything to the end of the line, even blanks. Initial blanks in <i>string<\/i> should be prefixed with a double-quote. (Strings are used in the text as <b>*[<\/b><i>YYY<\/i><b>]<\/b>.)<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Special formatting of number registers<\/b> <br \/> A number register is printed with normal digits if no format has been given. Set the format with <b>af<\/b>:<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>.af\u00a0<\/b><i>R c<\/i><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>R\u00a0<\/i>is the name of the register, <i>c\u00a0<\/i>is the format.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-915281.png\" alt=\"Image grohtml-915281.png\"><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Fonts<\/b> <br \/> In <b>mm<\/b>, the fonts (or rather, font styles) <b>R\u00a0<\/b>(normal), <b>I\u00a0<\/b>(italic), and <b>B\u00a0<\/b>(bold) are hardwired to font positions <b>1<\/b>, <b>2<\/b>, and\u00a0<b>3<\/b>, respectively. Internally, font positions are used for backwards compatibility. From a practical point of view it doesn\u2019t make a big difference \u2013 a different font family can still be selected with a call to the <b>.fam<\/b> request or using <b>groff<\/b>\u2019s <b>\u2212f<\/b> command-line option. On the other hand, if you want to replace just, say, font <b>B<\/b>, you have to replace the font at position\u00a02 (with a call to \u2018.fp\u00a02\u00a0&#8230;\u2019).<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Macros <br \/> )E\u00a0<\/b><i>level text<\/i><\/p>\n<p style=\"margin-left:22%;\">Add heading text <i>text<\/i> to the table of contents with <i>level<\/i>, which is either\u00a00 or in the range 1 to\u00a07. See also <b>.H<\/b>. This macro is used for customized tables of contents.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>1C\u00a0<\/b>[<b>1<\/b>]<\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Begin one-column processing. A\u00a0<b>1<\/b> as an argument disables the page break. Use wide footnotes, small footnotes may be overprinted.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>2C<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Begin two-column processing. Splits the page in two columns. It is a special case of <b>MC<\/b>. See also <b>1C<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>AE<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Abstract end, see <b>AS<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>AF\u00a0<\/b>[<i>name-of-firm<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Author\u2019s firm, should be called before <b>AU<\/b>, see also <b>COVER<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>AL\u00a0<\/b>[<i>type\u00a0<\/i>[<i>text-indent\u00a0<\/i>[<b>1<\/b>]]]<\/p>\n<p style=\"margin-left:22%;\">Start auto-increment list. Items are numbered beginning with one. The <i>type<\/i> argument controls the format of numbers.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-915282.png\" alt=\"Image grohtml-915282.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>text-indent<\/i> sets the indentation and overrides <b>Li<\/b>. A third argument prohibits printing of a blank line before each item.<\/p>\n<p style=\"margin-left:11%;\"><b>APP\u00a0<\/b><i>name text<\/i><\/p>\n<p style=\"margin-left:22%;\">Begin an appendix with name <i>name<\/i>. Automatic naming occurs if <i>name<\/i> is <b>&#8220;&#8221;<\/b>. The appendices start with\u00a0<b>A<\/b> if automatic naming is used. A new page is ejected, and a header is also produced if the number variable <b>Aph<\/b> is non-zero. This is the default. The appendix always appears in the \u2018List of contents\u2019 with correct page numbers. The name \u2018APPENDIX\u2019 can be changed by setting the string <b>App<\/b> to the desired text. The string <b>Apptxt<\/b> contains the current appendix text.<\/p>\n<p style=\"margin-left:11%;\"><b>APPSK\u00a0<\/b><i>name pages text<\/i><\/p>\n<p style=\"margin-left:22%;\">Same as <b>.APP<\/b>, but the page number is incremented with <i>pages<\/i>. This is used when diagrams or other non-formatted documents are included as appendices.<\/p>\n<p style=\"margin-left:11%;\"><b>AS\u00a0<\/b>[<i>arg<\/i> [<i>indent<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Abstract start. Indentation is specified in \u2018ens\u2019, but scaling is allowed. Argument <i>arg<\/i> controls where the abstract is printed.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">\u00a0 \u00a0<\/p>\n<p align=\"center\"><img decoding=\"async\" src=\"grohtml-915283.png\" alt=\"Image grohtml-915283.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">An abstract is not printed at all in external letters (<b>MT 5<\/b>). The <i>indent<\/i> parameter controls the indentation of both margins, otherwise normal text indentation is used.<\/p>\n<p style=\"margin-left:11%;\"><b>AST\u00a0<\/b>[<i>title<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Abstract title. Default is \u2018ABSTRACT\u2019. Sets the text above the abstract text.<\/p>\n<p style=\"margin-left:11%;\"><b>AT\u00a0<\/b><i>title1<\/i> [<i>title2<\/i> [&#8230;]]<\/p>\n<p style=\"margin-left:22%;\">Author\u2019s title. <b>AT<\/b> must appear just after each <b>AU<\/b>. The title shows up after the name in the signature block.<\/p>\n<p style=\"margin-left:11%;\"><b>AU\u00a0<\/b>[<i>name<\/i> [<i>initials<\/i> [<i>loc<\/i> [<i>dept<\/i> [<i>ext<\/i> [<i>room<\/i> [<i>arg<\/i> [<i>arg<\/i> [<i>arg<\/i>]]]]]]]]]<\/p>\n<p style=\"margin-left:22%;\">Author information. Specifies the author of the memo or paper, and is printed on the cover sheet and on other similar places. <b>AU<\/b> must not appear before <b>TL<\/b>. The author information can contain initials, location, department, telephone extension, room number or name and up to three extra arguments.<\/p>\n<p style=\"margin-left:11%;\"><b>AV\u00a0<\/b>[<i>name\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Approval signature. Generates an approval line with place for signature and date. The string \u2018APPROVED:\u2019 can be changed with variable <b>Letapp<\/b>; it is replaced with an empty lin if there is a second argument. The string \u2018Date\u2019 can be changed with variable <b>Letdate<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>AVL\u00a0<\/b>[<i>name<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Letter signature. Generates a line with place for signature.<\/p>\n<p style=\"margin-left:11%;\"><b>B\u00a0<\/b>[<i>bold-text<\/i> [<i>prev-font-text<\/i> [<i>bold<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Begin boldface. No limit on the number of arguments. All arguments are concatenated to one word; the first, third and so on is printed in boldface.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>B1<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Begin box (as the ms macro). Draws a box around the text. The text is indented one character, and the right margin is one character shorter.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>B2<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>End box. Finishes the box started with <b>B1<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>BE<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>End bottom block, see <b>BS<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>BI\u00a0<\/b>[<i>bold-text<\/i> [<i>italic-text<\/i> [<i>bold-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Bold-italic. No limit on the number of arguments, see\u00a0<b>B<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>BL\u00a0<\/b>[<i>text-indent\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Start bullet list. Initializes a list with a bullet and a space in the beginning of each list item (see <b>LI<\/b>). <i>text-indent<\/i> overrides the default indentation of the list items set by number register <b>Pi<\/b>. A third argument prohibits printing of a blank line before each item.<\/p>\n<p style=\"margin-left:11%;\"><b>BR\u00a0<\/b>[<i>bold-text<\/i> [<i>roman-text<\/i> [<i>bold-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Bold-roman. No limit on the number of arguments.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>BS<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Bottom block start. Begins the definition of a text block which is printed at the bottom of each page. The block ends with <b>BE<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>BVL\u00a0<\/b><i>text-indent<\/i> [<i>mark-indent\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Start of broken variable-item list. Broken variable-item list has no fixed mark, it assumes that every <b>LI<\/b> has a mark instead. The text always begins at the next line after the mark. <i>text-indent<\/i> sets the indentation to the text, and <i>mark-indent<\/i> the distance from the current indentation to the mark. A third argument prohibits printing of a blank line before each item.<\/p>\n<p style=\"margin-left:11%;\"><b>COVER\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Begin a coversheet definition. It is important that <b>.COVER<\/b> appears before any normal text. This macro uses <i>arg<\/i> to build the filename <i>\/usr\/share\/groff\/1.22.4\/tmac\/mm\/<\/i>arg<i>.cov<\/i>. Therefore it is possible to create unlimited types of cover sheets. <i>ms.cov<\/i> is supposed to look like the ms cover sheet. <b>.COVER<\/b> requires a <b>.COVEND<\/b> at the end of the cover definition. Always use this order of the cover macros:<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">.COVER <br \/> .TL <br \/> .AF <br \/> .AU <br \/> .AT <br \/> .AS <br \/> .AE <br \/> .COVEND<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">However, only <b>.TL<\/b> and <b>.AU<\/b> are required.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>COVEND<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Finish the cover description and print the cover page. It is defined in the cover file.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>DE<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Display end. Ends a block of text or display that begins with <b>DS<\/b> or <b>DF<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>DF\u00a0<\/b>[<i>format<\/i> [<i>fill<\/i> [<i>rindent<\/i>]]]<\/p>\n<p style=\"margin-left:22%;\">Begin floating display (no nesting allowed). A floating display is saved in a queue and is printed in the order entered. <i>Format<\/i>, <i>fill<\/i>, and <i>rindent<\/i> are the same as in <b>DS<\/b>. Floating displays are controlled by the two number registers <b>De<\/b> and <b>Df<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>De register<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-915284.png\" alt=\"Image grohtml-915284.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Df register<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-915285.png\" alt=\"Image grohtml-915285.png\"><\/b><\/p>\n<p style=\"margin-left:11%;\"><b>DL\u00a0<\/b>[<i>text-indent\u00a0<\/i>[<b>1<\/b> [<b>1<\/b>]]]<\/p>\n<p style=\"margin-left:22%;\">Dash list start. Begins a list where each item is printed after a dash. <i>text-indent<\/i> changes the default indentation of the list items set by number register <b>Pi<\/b>. A second argument prevents an empty line between each list item. See <b>LI<\/b>. A third argument prohibits printing of a blank line before each item.<\/p>\n<p style=\"margin-left:11%;\"><b>DS\u00a0<\/b>[<i>format<\/i> [<i>fill<\/i> [<i>rindent<\/i>]]]<\/p>\n<p style=\"margin-left:22%;\">Static display start. Begins collection of text until <b>DE<\/b>. The text is printed together on the same page, unless it is longer than the height of the page. <b>DS<\/b> can be nested arbitrarily.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>format<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-915286.png\" alt=\"Image grohtml-915286.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The values \u2018L\u2019, \u2018I\u2019, \u2018C\u2019, and \u2018CB\u2019 can also be specified as \u20180\u2019, \u20181\u2019, \u20182\u2019, and \u20183\u2019, respectively, for compatibility reasons.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>fill<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-915287.png\" alt=\"Image grohtml-915287.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">\u2018N\u2019 and \u2018F\u2019 can also be specified as \u20180\u2019 and \u20181\u2019, respectively.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">By default, an empty line is printed before and after the display. Setting number register <b>Ds<\/b> to\u00a00 prevents this. <i>rindent<\/i> shortens the line length by that amount.<\/p>\n<p style=\"margin-left:11%;\"><b>EC\u00a0<\/b>[<i>title<\/i> [<i>override<\/i> [<i>flag<\/i> [<i>refname<\/i>]]]]<\/p>\n<p style=\"margin-left:22%;\">Equation title. Sets a title for an equation. The <i>override<\/i> argument changes the numbering.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>flag<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-915288.png\" alt=\"Image grohtml-915288.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>EC<\/b> uses the number register <b>Ec<\/b> as a counter. It is possible to use <b>.af<\/b> to change the format of the number. If number register <b>Of<\/b> is\u00a01, the format of title uses a dash instead of a dot after the number.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The string <b>Le<\/b> controls the title of the List of Equations; default is \u2018LIST OF EQUATIONS\u2019. The List of Equations is only printed if number register <b>Le<\/b> is\u00a01. The default is\u00a00. The string <b>Liec<\/b> contains the word \u2018Equation\u2019, which is printed before the number. If <i>refname<\/i> is used, then the equation number is saved with <b>.SETR<\/b>, and can be retrieved with \u2018<b>.GETST<\/b> <i>refname<\/i>\u2019.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Special handling of the title occurs if <b>EC<\/b> is used inside <b>DS<\/b>\/<b>DE<\/b>; it is not affected by the format of <b>DS<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>EF\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Even-page footer, printed just above the normal page footer on even pages. See <b>PF<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This macro defines string <b>EOPef<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>EH\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Even-page header, printed just below the normal page header on even pages. See <b>PH<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This macro defines string <b>TPeh<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>EN<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Equation end, see <b>EQ<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>EOP<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>End-of-page user-defined macro. This macro is called instead of the normal printing of the footer. The macro is executed in a separate environment, without any trap active. See <b>TP<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Strings available to EOP<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-915289.png\" alt=\"Image grohtml-915289.png\"><\/b><\/p>\n<p style=\"margin-left:11%;\"><b>EPIC\u00a0<\/b>[<b>\u2212L<\/b>] <i>width height<\/i> [<i>name<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Draw a box with the given <i>width<\/i> and <i>height<\/i>. It also prints the text <i>name<\/i> or a default string if <i>name<\/i> is not specified. This is used to include external pictures; just give the size of the picture. <b>\u2212L<\/b> left-adjusts the picture; the default is to center. See <b>PIC<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>EQ\u00a0<\/b>[<i>label<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Equation start. <b>EQ<\/b>\/<b>EN<\/b> are the delimiters for equations written for <b>eqn<\/b>(1). <b>EQ<\/b>\/<b>EN<\/b> must be inside of a <b>DS<\/b>\/<b>DE<\/b> pair, except if <b>EQ<\/b> is used to set options for <b>eqn<\/b> only. The <i>label<\/i> argument appears at the right margin of the equation, centered vertically within the <b>DS<\/b>\/<b>DE<\/b> block, unless number register <b>Eq<\/b> is\u00a01. Then the label appears at the left margin.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">If there are multiple <b>EQ<\/b>\/<b>EN<\/b> blocks within a single <b>DS<\/b>\/<b>DE<\/b> pair, only the last equation label (if any) is printed.<\/p>\n<p style=\"margin-left:11%;\"><b>EX\u00a0<\/b>[<i>title<\/i> [<i>override<\/i> [<i>flag<\/i> [<i>refname<\/i>]]]]<\/p>\n<p style=\"margin-left:22%;\">Exhibit title. The arguments are the same as for <b>EC<\/b>. <b>EX<\/b> uses the number register <b>Ex<\/b> as a counter. The string <b>Lx<\/b> controls the title of the List of Exhibits; default is \u2018LIST OF EXHIBITS\u2019. The List of Exhibits is only printed if number register <b>Lx<\/b> is\u00a01, which is the default. The string <b>Liex<\/b> contains the word \u2018Exhibit\u2019, which is printed before the number. If <i>refname<\/i> is used, the exhibit number is saved with <b>.SETR<\/b>, and can be retrieved with \u2018<b>.GETST<\/b> <i>refname<\/i>\u2019.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Special handling of the title occurs if <b>EX<\/b> is used inside <b>DS<\/b>\/<b>DE<\/b>; it is not affected by the format of <b>DS<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>FC\u00a0<\/b>[<i>closing<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Print \u2018Yours\u00a0very\u00a0truly,\u2019 as a formal closing of a letter or memorandum. The argument replaces the default string. The default is stored in string variable <b>Letfc<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>FD\u00a0<\/b>[<i>arg\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Footnote default format. Controls the hyphenation (hyphen), right margin justification (adjust), and indentation of footnote text (indent). It can also change the label justification (ljust).<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152810.png\" alt=\"Image grohtml-9152810.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">An argument greater than or equal to 11 is considered as value\u00a00. Default for <b>mm<\/b> is 10.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>FE<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"20%\">\n<p>Footnote end.<\/p>\n<\/td>\n<td width=\"58%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>FG\u00a0<\/b>[<i>title<\/i> [<i>override<\/i> [<i>flag<\/i> [<i>refname<\/i>]]]]<\/p>\n<p style=\"margin-left:22%;\">Figure title. The arguments are the same as for <b>EC<\/b>. <b>FG<\/b> uses the number register <b>Fg<\/b> as a counter. The string <b>Lf<\/b> controls the title of the List of Figures; default is \u2018LIST OF FIGURES\u2019. The List of Figures is only printed if number register <b>Lf<\/b> is\u00a01, which is the default. The string <b>Lifg<\/b> contains the word \u2018Figure\u2019, which is printed before the number. If <i>refname<\/i> is used, then the figure number is saved with <b>.SETR<\/b>, and can be retrieved with \u2018<b>.GETST<\/b> <i>refname<\/i>\u2019.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Special handling of the title occurs if <b>FG<\/b> is used inside <b>DS<\/b>\/<b>DE<\/b>, it is not affected by the format of <b>DS<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>FS\u00a0<\/b>[<i>label<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Footnote start. The footnote is ended by <b>FE<\/b>. By default, footnotes are automatically numbered; the number is available in string\u00a0<b>F<\/b>. Just add <b>*F<\/b> in the text. By adding <i>label<\/i>, it is possible to have other number or names on the footnotes. Footnotes in displays are now possible. An empty line separates footnotes; the height of the line is controlled by number register <b>Fs<\/b>, default value is\u00a01.<\/p>\n<p style=\"margin-left:11%;\"><b>GETHN\u00a0<\/b><i>refname<\/i> [<i>varname<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Include the header number where the corresponding \u2018<b>SETR<\/b> <i>refname<\/i>\u2019 was placed. This is displayed as \u2018X.X.X.\u2019 in pass\u00a01. See <b>INITR<\/b>. If <i>varname<\/i> is used, <b>GETHN<\/b> sets the string variable <i>varname<\/i> to the header number.<\/p>\n<p style=\"margin-left:11%;\"><b>GETPN\u00a0<\/b><i>refname<\/i> [<i>varname<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Include the page number where the corresponding \u2018<b>SETR<\/b> <i>refname<\/i>\u2019 was placed. This is displayed as \u20189999\u2019 in pass\u00a01. See <b>INITR<\/b>. If <i>varname<\/i> is used, <b>GETPN<\/b> sets the stringvariable <i>varname<\/i> to the page number.<\/p>\n<p style=\"margin-left:11%;\"><b>GETR\u00a0<\/b><i>refname<\/i><\/p>\n<p style=\"margin-left:22%;\">Combine <b>GETHN<\/b> and <b>GETPN<\/b> with the text \u2018chapter\u2019 and \u2018,\u00a0page\u2019. The string <b>Qrf<\/b> contains the text for the cross reference:<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">.ds Qrf See chapter \\*[Qrfh], page \\*[Qrfp].<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Qrf<\/b> may be changed to support other languages. Strings <b>Qrfh<\/b> and <b>Qrfp<\/b> are set by <b>GETR<\/b> and contain the page and header number, respectively.<\/p>\n<p style=\"margin-left:11%;\"><b>GETST\u00a0<\/b><i>refname<\/i> [<i>varname<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Include the string saved with the second argument to <b>.SETR<\/b>. This is a dummy string in pass\u00a01. If <i>varname<\/i> is used, <b>GETST<\/b> sets it to the saved string. See <b>INITR<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>H\u00a0<\/b><i>level<\/i> [<i>heading-text<\/i> [<i>heading-suffix<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Numbered section heading. Section headers can have a level between 1 and 14; level\u00a01 is the top level. The text is given in <i>heading-text<\/i>, and must be surrounded by double quotes if it contains spaces. <i>heading-suffix<\/i> is added to the header in the text but not in the table of contents. This is normally used for footnote marks and similar things. Don\u2019t use <b>*F<\/b> in <i>heading-suffix<\/i>, it doesn\u2019t work. A manual label must be used, see <b>FS<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">A call to the paragraph macro\u00a0<b>P<\/b> directly after\u00a0<b>H<\/b> is ignored. <b>H\u00a0<\/b>takes care of spacing and indentation.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Page ejection before heading<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">Number register <b>Ej<\/b> controls page ejection before the heading. By default, a level-one heading gets two blank lines before it; higher levels only get one. A new page is ejected before each first-level heading if number register <b>Ej<\/b> is\u00a01. All levels below or equal the value of <b>Ej<\/b> get a new page. Default value for <b>Ej<\/b> is\u00a00.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Heading break level<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">A line break occurs after the heading if the heading level is less or equal to number register <b>Hb<\/b>. Default value is\u00a02.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Heading space level<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">A blank line is inserted after the heading if the heading level is less or equal to number register <b>Hs<\/b>. Default value is\u00a02.<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">Text follows the heading on the same line if the level is greater than both <b>Hb<\/b> and <b>Hs<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Post-heading indent<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">Indentation of the text after the heading is controlled by number register <b>Hi<\/b>. Default value is\u00a00.<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\"><b>Hi<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152811.png\" alt=\"Image grohtml-9152811.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Centered section headings<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">All headings whose level is equal or below number register <b>Hc<\/b> and also less than or equal to <b>Hb<\/b> or <b>Hs<\/b> are centered.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Font control of the heading<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">The font of each heading level is controlled by string <b>HF<\/b>. It contains a font number or font name for each level. Default value is<\/p>\n<p style=\"margin-left:43%; margin-top: 1em\"><b>2 2 2 2 2 2 2 2 2 2 2 2 2 2<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">(all headings in italic). This could also be written as<\/p>\n<p style=\"margin-left:43%; margin-top: 1em\"><b>I I I I I I I I I I I I I I<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">Note that some other implementations use <b>3\u00a03\u00a02\u00a02\u00a02\u00a02\u00a02<\/b> as the default value. All omitted values are presumed to have value\u00a01.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Point size control<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">String <b>HP<\/b> controls the point size of each heading, in the same way as <b>HF<\/b> controls the font. A value of\u00a00 selects the default point size. Default value is<\/p>\n<p style=\"margin-left:43%; margin-top: 1em\"><b>0 0 0 0 0 0 0 0 0 0 0 0 0 0<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">Beware that only the point size changes, not the vertical size. The latter can be controlled by the user-specified macros <b>HX<\/b> and\/or <b>HZ<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Heading counters<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">Fourteen number registers named <b>H1<\/b> up to <b>H14<\/b> contain the counter for each heading level. The values are printed using Arabic numerals; this can be changed with the macro <b>HM<\/b> (see below). All marks are concatenated before printing. To avoid this, set number register <b>Ht<\/b> to\u00a01. This only prints the current heading counter at each heading.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Automatic table of contents<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">All headings whose level is equal or below number register <b>Cl<\/b> are saved to be printed in the table of contents. Default value is\u00a02.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Special control of the heading, user-defined macros<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">The following macros can be defined by the user to get a finer control of vertical spacing, fonts, or other features. Argument <i>level<\/i> is the level-argument to\u00a0<b>H<\/b>, but\u00a00 for unnumbered headings (see <b>HU<\/b>). Argument <i>rlevel<\/i> is the real level; it is set to number register <b>Hu<\/b> for unnumbered headings. Argument <i>heading-text<\/i> is the text argument to <b>H<\/b> and <b>HU<\/b>. <b><br \/> HX\u00a0<\/b><i>level rlevel heading-text<\/i><\/p>\n<p style=\"margin-left:43%;\">This macro is called just before the printing of the heading. The following registers are available for <b>HX<\/b>. Note that <b>HX<\/b> may alter <b>}0<\/b>, <b>}2<\/b>, and <b>;3<\/b>. <b><br \/> }0\u00a0<\/b>(string)<\/p>\n<p style=\"margin-left:54%;\">Contains the heading mark plus two spaces if <i>rlevel<\/i> is non-zero, otherwise empty.<\/p>\n<p style=\"margin-left:43%;\"><b>;0\u00a0<\/b>(register)<\/p>\n<p style=\"margin-left:54%;\">Contains the position of the text after the heading. 0\u00a0means that the text should follow the heading on the same line, 1\u00a0means that a line break should occur before the text, and 2\u00a0means that a blank line should separate the heading and the text.<\/p>\n<p style=\"margin-left:43%;\"><b>}2\u00a0<\/b>(string)<\/p>\n<p style=\"margin-left:54%;\">Contains two spaces if register <b>;0<\/b> is\u00a00. It is used to separate the heading from the text. The string is empty if <b>;0<\/b> is non-zero.<\/p>\n<p style=\"margin-left:43%;\"><b>;3\u00a0<\/b>(register)<\/p>\n<p style=\"margin-left:54%;\">Contains the needed space in units after the heading. Default is 2v. Can be used to change things like numbering (<b>}0<\/b>), vertical spacing (<b>}2<\/b>), and the needed space after the heading.<\/p>\n<p style=\"margin-left:32%;\"><b>HY\u00a0<\/b><i>dlevel rlevel heading-text<\/i><\/p>\n<p style=\"margin-left:43%;\">This macro is called after size and font calculations and might be used to change indentation.<\/p>\n<p style=\"margin-left:32%;\"><b>HZ\u00a0<\/b><i>dlevel rlevel heading-text<\/i><\/p>\n<p style=\"margin-left:43%;\">This macro is called after the printing of the heading, just before <b>H<\/b> or <b>HU<\/b> exits. Can be used to change the page header according to the section heading.<\/p>\n<p style=\"margin-left:11%;\"><b>HC\u00a0<\/b>[<i>hyphenation-character<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Set hyphenation character. Default value is \u2018%\u2019. Resets to the default if called without argument. Hyphenation can be turned off by setting number register <b>Hy<\/b> to\u00a00 at the beginning of the file.<\/p>\n<p style=\"margin-left:11%;\"><b>HM\u00a0<\/b>[<i>arg1<\/i> [<i>arg2<\/i> [&#8230; [<i>arg14<\/i>]]]]<\/p>\n<p style=\"margin-left:22%;\">Heading mark style. Controls the type of marking for printing of the heading counters. Default is\u00a01 for all levels.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>Argument<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152812.png\" alt=\"Image grohtml-9152812.png\"><\/b><\/p>\n<p style=\"margin-left:11%;\"><b>HU\u00a0<\/b><i>heading-text<\/i><\/p>\n<p style=\"margin-left:22%;\">Unnumbered section header. <b>HU<\/b> behaves like <b>H<\/b> at the level in number register <b>Hu<\/b>. See\u00a0<b>H<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>HX\u00a0<\/b><i>dlevel rlevel heading-text<\/i><\/p>\n<p style=\"margin-left:22%;\">User-defined heading exit. Called just before printing the header. See\u00a0<b>H<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>HY\u00a0<\/b><i>dlevel rlevel heading-text<\/i><\/p>\n<p style=\"margin-left:22%;\">User-defined heading exit. Called just before printing the header. See\u00a0<b>H<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>HZ\u00a0<\/b><i>dlevel rlevel heading-text<\/i><\/p>\n<p style=\"margin-left:22%;\">User-defined heading exit. Called just after printing the header. See\u00a0<b>H<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>I\u00a0<\/b>[<i>italic-text<\/i> [<i>prev-font-text<\/i> [<i>italic-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Italic. Changes the font to italic if called without arguments. With one argument it sets the word in italic. With two arguments it concatenates them and sets the first word in italic and the second in the previous font. There is no limit on the number of argument; all are concatenated.<\/p>\n<p style=\"margin-left:11%;\"><b>IA\u00a0<\/b>[<i>addressee-name<\/i> [<i>title<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Begin specification of the addressee and addressee\u2019s address in letter style. Several names can be specified with empty <b>IA<\/b>\/<b>IE<\/b>-pairs, but only one address. See <b>LT<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>IB\u00a0<\/b>[<i>italic-text<\/i> [<i>bold-text<\/i> [<i>italic-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Italic-bold. Even arguments are printed in italic, odd in boldface. See\u00a0<b>I<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>IE<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"60%\">\n<p>End the address specification after <b>IA<\/b>.<\/p>\n<\/td>\n<td width=\"18%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>INITI\u00a0<\/b><i>type filename<\/i> [<i>macro<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Initialize the new index system and set the filename to collect index lines in with <b>IND<\/b>. Argument <i>type<\/i> selects the type of index: page number, header marks or both. The default is page numbers.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">It is also possible to create a macro that is responsible for formatting each row; just add the name of the macro as a third argument. The macro is then called with the index as argument(s).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>type<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152813.png\" alt=\"Image grohtml-9152813.png\"><\/b><\/p>\n<p style=\"margin-left:11%;\"><b>INITR\u00a0<\/b><i>filename<\/i><\/p>\n<p style=\"margin-left:22%;\">Initialize the cross reference macros. Cross references are written to stderr and are supposed to be redirected into file filename<i>.qrf<\/i>. Requires two passes with groff; this is handled by a separate program called <b>mmroff<\/b>(1). This program exists because <b>groff<\/b>(1) by default deactivates the unsafe operations that are required by <b>INITR<\/b>. The first pass looks for cross references, and the second one includes them. <b>INITR<\/b> can be used several times, but it is only the first occurrence of <b>INITR<\/b> that is active.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also <b>SETR<\/b>, <b>GETPN<\/b>, and <b>GETHN<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>IND\u00a0<\/b><i>arg1<\/i> [<i>arg2<\/i> [&#8230;]]<\/p>\n<p style=\"margin-left:22%;\">Write a line in the index file selected by <b>INITI<\/b> with all arguments and the page number or header mark separated by tabs.<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\"><b>Examples<\/b><\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">arg1tpage number <br \/> arg1targ2tpage number <br \/> arg1theader mark <br \/> arg1tpage numbertheader mark<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>INDP<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Print the index by running the command specified by string variable <b>Indcmd<\/b>, which has \u2018sort\u00a0\u2212tt\u2019 as the default value. <b>INDP<\/b> reads the output from the command to form the index, by default in two columns (this can be changed by defining <b>TYIND<\/b>). The index is printed with string variable <b>Index<\/b> as header, default is \u2018INDEX\u2019. One-column processing is reactivated after the list. <b>INDP<\/b> calls the user-defined macros <b>TXIND<\/b>, <b>TYIND<\/b>, and <b>TZIND<\/b> if defined. <b>TXIND<\/b> is called before printing the string \u2018INDEX\u2019, <b>TYIND<\/b> is called instead of printing \u2018INDEX\u2019, and <b>TZIND<\/b> is called after the printing and should take care of restoring to normal operation again.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>ISODATE<\/b> [<b>0<\/b>]<\/p>\n<p style=\"margin-left:22%;\">Change the predefined date string in <b>DT<\/b> to ISO-format, this is, \u2018YYYY-MM-DD\u2019. This can also be done by adding <b>\u2212rIso=1<\/b> on the command line. Reverts to old date format if argument is\u00a0<b>0<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>IR\u00a0<\/b>[<i>italic-text<\/i> [<i>roman-text<\/i> [<i>italic-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Italic-roman. Even arguments are printed in italic, odd in roman. See\u00a0<b>I<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>LB\u00a0<\/b><i>text-indent mark-indent pad type<\/i> [<i>mark<\/i> [<i>LI-space<\/i> [<i>LB-space<\/i>]]]<\/p>\n<p style=\"margin-left:22%;\">List-begin macro. This is the common macro used for all lists. <i>text-indent<\/i> is the number of spaces to indent the text from the current indentation.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>pad<\/i> and <i>mark-indent<\/i> control where to put the mark. The mark is placed within the mark area, and <i>mark-indent<\/i> sets the number of spaces before this area. By default it is\u00a00. The mark area ends where the text begins. The start of the text is still controlled by <i>text-indent<\/i>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The mark is left-justified within the mark area if <i>pad<\/i> is\u00a00. If <i>pad<\/i> is greater than\u00a00, <i>mark-indent<\/i> is ignored, and the mark is placed <i>pad<\/i> spaces before the text. This right-justifies the mark.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">If <i>type<\/i> is\u00a00 the list either has a hanging indentation or, if argument <i>mark<\/i> is given, the string <i>mark<\/i> as a mark.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">If <i>type<\/i> is greater than\u00a00 automatic numbering occurs, using arabic numbers if <i>mark<\/i> is empty. <i>mark<\/i> can then be any of \u20181\u2019, \u2018A\u2019, \u2018a\u2019, \u2018I\u2019, or \u2018i\u2019.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>type<\/i> selects one of six possible ways to display the mark.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>type<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152814.png\" alt=\"Image grohtml-9152814.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Every item in the list gets <i>LI-space<\/i> number of blank lines before them. Default is\u00a01.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>LB<\/b> itself prints <i>LB-space<\/i> blank lines. Default is\u00a00.<\/p>\n<p style=\"margin-left:11%;\"><b>LC\u00a0<\/b>[<i>list-level<\/i>]<\/p>\n<p style=\"margin-left:22%;\">List-status clear. Terminates all current active lists down to <i>list-level<\/i>, or\u00a00 if no argument is given. This is used by\u00a0<b>H<\/b> to clear any active list.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>LE<\/b> [<b>1<\/b>]<\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>List end. Terminates the current list. <b>LE<\/b> outputs a blank line if an argument is given.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>LI\u00a0<\/b>[<i>mark\u00a0<\/i>[<b>1<\/b>|<b>2<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">List item preceding every item in a list. Without argument, <b>LI<\/b> prints the mark determined by the current list type. By giving <b>LI<\/b> one argument, it uses that as the mark instead. Two arguments to <b>LI<\/b> makes <i>mark<\/i> a prefix to the current mark. There is no separating space between the prefix and the mark if the second argument is \u20182\u2019 instead of \u20181\u2019. This behaviour can also be achieved by setting number register <b>Limsp<\/b> to zero. A zero length <i>mark<\/i> makes a hanging indentation instead.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">A blank line is printed before the list item by default. This behaviour can be controlled by number register <b>Ls<\/b>. Pre-spacing occurs for each list level less than or equal to <b>Ls<\/b>. Default value is 99. There is no nesting limit.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The indentation can be changed through number register <b>Li<\/b>. Default is\u00a06.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">All lists begin with a list initialization macro, <b>LB<\/b>. There are, however, seven predefined list types to make lists easier to use. They all call <b>LB<\/b> with different default values.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152815.png\" alt=\"Image grohtml-9152815.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">These lists are described at other places in this manual. See also <b>LB<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>LT\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Format a letter in one of four different styles depending on the argument. Also see section \u201cInternals\u201d below.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152816.png\" alt=\"Image grohtml-9152816.png\"><\/p>\n<p style=\"margin-left:11%;\"><b>LO\u00a0<\/b><i>type<\/i> [<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Specify options in letter (see <b>.LT<\/b>). This is a list of the standard options:<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152817.png\" alt=\"Image grohtml-9152817.png\"><\/p>\n<p style=\"margin-left:11%;\"><b>MC\u00a0<\/b><i>column-size<\/i> [<i>column-separation<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Begin multiple columns. Return to normal with <b>1C<\/b>. <b>MC<\/b> creates as many columns as the current line length permits. <i>column-size<\/i> is the width of each column, and <i>column-separation<\/i> is the space between two columns. Default separation is <i>column-size<\/i>\/15. See also <b>1C<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>ML\u00a0<\/b><i>mark<\/i> [<i>text-indent\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Marked list start. The <i>mark<\/i> argument is printed before each list item. <i>text-indent<\/i> sets the indent and overrides <b>Li<\/b>. A third argument prohibits printing of a blank line before each item.<\/p>\n<p style=\"margin-left:11%;\"><b>MT\u00a0<\/b>[<i>arg<\/i> [<i>addressee<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Memorandum type. The argument <i>arg<\/i> is part of a filename in <i>\/usr\/share\/groff\/1.22.4\/tmac\/mm\/<\/i>*<i>.MT<\/i>. Memorandum types 0 to\u00a05 are supported, including type \u2018string\u2019 (which gets internally mapped to type\u00a06). <i>addressee<\/i> just sets a variable, used in the AT&#038;T macros.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>arg<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152818.png\" alt=\"Image grohtml-9152818.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">See also <b>COVER<\/b>\/<b>COVEND<\/b>, a more flexible type of front page.<\/p>\n<p style=\"margin-left:11%;\"><b>MOVE\u00a0<\/b><i>y-pos<\/i> [<i>x-pos<\/i> [<i>line-length<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Move to a position, setting page offset to <i>x-pos<\/i>. If <i>line-length<\/i> is not given, the difference between current and new page offset is used. Use <b>PGFORM<\/b> without arguments to return to normal.<\/p>\n<p style=\"margin-left:11%;\"><b>MULB\u00a0<\/b><i>cw1 space1<\/i> [<i>cw2 space2<\/i> [<i>cw3<\/i> &#8230;]]<\/p>\n<p style=\"margin-left:22%;\">Begin a special multi-column mode. All columns widths must be specified. The space between the columns must be specified also. The last column does not need any space definition. <b>MULB<\/b> starts a diversion, and <b>MULE<\/b> ends the diversion and prints the columns. The unit for the width and space arguments is \u2018n\u2019, but <b>MULB<\/b> accepts all normal unit specifications like \u2018c\u2019 and \u2018i\u2019. <b>MULB<\/b> operates in a separate environment.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>MULN<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Begin the next column. This is the only way to switch the column.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>MULE<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>End the multi-column mode and print the columns.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>nP\u00a0<\/b>[<i>type<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Print numbered paragraph with header level two. See <b>.P<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>NCOL<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Force printing to the next column. Don\u2019t use this together with the <b>MUL*<\/b> macros, see <b>2C<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>NS\u00a0<\/b>[<i>arg\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Print different types of notations. The argument selects between the predefined type of notations. If the second argument is available, then the argument becomes the entire notation. If the argument doesn\u2019t select a predefined type, it is printed as \u2018Copy (<i>arg<\/i>) to\u2019. It is possible to add more standard notations, see the string variables <b>Letns<\/b> and <b>Letnsdef<\/b>.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152819.png\" alt=\"Image grohtml-9152819.png\"><\/p>\n<p style=\"margin-left:11%;\"><b>ND\u00a0<\/b><i>new-date<\/i><\/p>\n<p style=\"margin-left:22%;\">New date. Overrides the current date. Date is not printed if <i>new-date<\/i> is an empty string.<\/p>\n<p style=\"margin-left:11%;\"><b>OF\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Odd-page footer, a line printed just above the normal footer. See <b>EF<\/b> and <b>PF<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This macro defines string <b>EOPof<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>OH\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Odd-page header, a line printed just below the normal header. See <b>EH<\/b> and <b>PH<\/b>.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This macro defines string <b>TPoh<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>OP<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Make sure that the following text is printed at the top of an odd-numbered page. Does not output an empty page if currently at the top of an odd page.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>P\u00a0<\/b>[<i>type<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Begin new paragraph. <b>P\u00a0<\/b>without argument produces left\u2212justified text, even the first line of the paragraph. This is the same as setting <i>type<\/i> to\u00a00. If the argument is\u00a01, the first line of text following\u00a0<b>P<\/b> is indented by the number of spaces in number register <b>Pi<\/b>, by default\u00a05.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Instead of giving an argument to\u00a0<b>P<\/b> it is possible to set the paragraph type in number register <b>Pt<\/b>. Using 0 and\u00a01 is the same as adding that value to <b>P<\/b>. A value of\u00a02 indents all paragraphs, except after headings, lists, and displays (this value can\u2019t be used as an argument to <b>P<\/b> itself).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The space between two paragraphs is controlled by number register <b>Ps<\/b>, and is\u00a01 by default (one blank line).<\/p>\n<p style=\"margin-left:11%;\"><b>PGFORM\u00a0<\/b>[<i>linelength<\/i> [<i>pagelength<\/i> [<i>pageoffset\u00a0<\/i>[<b>1<\/b>]]]]<\/p>\n<p style=\"margin-left:22%;\">Set line length, page length, and\/or page offset. This macro can be used for special formatting, like letter heads and other. It is normally the first command in a file, though it is not necessary. <b>PGFORM<\/b> can be used without arguments to reset everything after a <b>MOVE<\/b> call. A line break is done unless the fourth argument is given. This can be used to avoid the page number on the first page while setting new width and length. (It seems as if this macro sometimes doesn\u2019t work too well. Use the command-line arguments to change line length, page length, and page offset instead.)<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>PGNH<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>No header is printed on the next page. Used to get rid of the header in letters or other special texts. This macro must be used before any text to inhibit the page header on the first page.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>PIC<\/b> [<b>\u2212B<\/b>] [<b>\u2212L<\/b>] [<b>\u2212C<\/b>] [<b>\u2212R<\/b>] [<b>\u2212I\u00a0<\/b><i>n<\/i>] <i>filename<\/i> [<i>width<\/i> [<i>height<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Include a PostScript file in the document. The macro depends on <b>mmroff<\/b>(1) and <b>INITR<\/b>. The arguments <b>\u2212L<\/b>, <b>\u2212C<\/b>, <b>\u2212R<\/b>, and <b>\u2212I\u00a0<\/b><i>n<\/i> adjust the picture or indent it. With no flag the picture is adjusted to the left. Adding <b>\u2212B<\/b> draws a box around the picture. The optional <i>width<\/i> and <i>height<\/i> can also be given to resize the picture.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>PE<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"61%\">\n<p>Picture end. Ends a picture for <b>pic<\/b>(1).<\/p>\n<\/td>\n<td width=\"17%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>PF\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Page footer. <b>PF<\/b> sets the line to be printed at the bottom of each page. Empty by default. See <b>PH<\/b> for the argument specification.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This macro defines string <b>EOPf<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>PH\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Page header, a line printed at the top of each page. The argument should be specified as<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">&#8220;\u2019<i>left-part<\/i>\u2019<i>center-part<\/i>\u2019<i>right-part<\/i>\u2019&#8221;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">where <i>left-part<\/i>, <i>center-part<\/i>, and <i>right-part<\/i> are printed left-justified, centered, and right justified, respectively. Within the argument to <b>PH<\/b>, the character \u2018%\u2019 is changed to the current page number. The default argument is<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">&#8220;\u2019\u2019- % -\u2019\u2019&#8221;<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">which gives the page number between two dashes.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">This macro defines string <b>TPh<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>PS<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Picture start (from pic). Begins a picture for <b>pic<\/b>(1).<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>PX<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Page header user-defined exit. This macro is called just after the printing of the page header in <i>no-space<\/i> mode.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>R<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Roman. Return to roman font, see also\u00a0<b>I<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>RB\u00a0<\/b>[<i>roman-text<\/i> [<i>bold-text<\/i> [<i>roman-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Roman-bold. Even arguments are printed in roman, odd in boldface. See\u00a0<b>I<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>RD\u00a0<\/b>[<i>prompt<\/i> [<i>diversion<\/i> [<i>string<\/i>]]]<\/p>\n<p style=\"margin-left:22%;\">Read from standard input to diversion and\/or string. The text is saved in a diversion named <i>diversion<\/i>. Recall the text by writing the name of the diversion after a dot on an empty line. A string is also defined if <i>string<\/i> is given. <i>Diversion<\/i> and\/or <i>prompt<\/i> can be empty (&#8220;&#8221;).<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>RF<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Reference end. Ends a reference definition and returns to normal processing. See <b>RS<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>RI\u00a0<\/b>[<i>roman-text<\/i> [<i>italic-text<\/i> [<i>roman-text<\/i> [&#8230;]]]]<\/p>\n<p style=\"margin-left:22%;\">Print even arguments in roman, odd in italic. See\u00a0<b>I<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>RL\u00a0<\/b>[<i>text-indent<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Reference list start. Begins a list where each item is preceded with an automatically incremented number between square brackets. <i>text-indent<\/i> changes the default indentation.<\/p>\n<p style=\"margin-left:11%;\"><b>RP\u00a0<\/b>[<i>arg1<\/i> [<i>arg2<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Produce reference page. This macro can be used if a reference page is wanted somewhere in the document. It is not needed if <b>TC<\/b> is used to produce a table of contents. The reference page is then printed automatically.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The reference counter is not reset if <i>arg1<\/i> is\u00a01.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><i>arg2<\/i> tells <b>RP<\/b> whether to eject a page or not.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>arg2<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152820.png\" alt=\"Image grohtml-9152820.png\"><\/b><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The reference items are separated by a blank line. Setting number register <b>Ls<\/b> to\u00a00 suppresses the line.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The string <b>Rp<\/b> contains the reference page title and is set to \u2018REFERENCES\u2019 by default. The number register <b>Rpe<\/b> holds the default value for the second argument of <b>RP<\/b>; it is initially set to\u00a00.<\/p>\n<p style=\"margin-left:11%;\"><b>RS\u00a0<\/b>[<i>string-name<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Begin an automatically numbered reference definition. Put the string <b>*(Rf<\/b> where the reference mark should be and write the reference between <b>RS<\/b>\/<b>RF<\/b> at next new line after the reference mark. The reference number is stored in number register <b>:R<\/b>. If <i>string-name<\/i> is given, a string with that name is defined and contains the current reference mark. The string can be referenced as <b>*[<\/b><i>string-name<\/i><b>]<\/b> later in the text.<\/p>\n<p style=\"margin-left:11%;\"><b>S\u00a0<\/b>[<i>size<\/i> [<i>spacing<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Set point size and vertical spacing. If any argument is equal to \u2018P\u2019, the previous value is used. A \u2018C\u2019 means current value, and \u2018D\u2019 the default value. If \u2018+\u2019 or \u2018\u2212\u2019 is used before the value, the current value is incremented or decremented, respectively.<\/p>\n<p style=\"margin-left:11%;\"><b>SA\u00a0<\/b>[<i>arg<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Set right-margin justification. Justification is turned on by default. No argument or value \u20180\u2019 turns off justification, and \u20181\u2019 turns on justification.<\/p>\n<p style=\"margin-left:11%;\"><b>SETR\u00a0<\/b><i>refname<\/i> [<i>string<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Remember the current header and page number as <i>refname<\/i>. Saves <i>string<\/i> if <i>string<\/i> is defined. <i>string<\/i> is retrieved with <b>.GETST<\/b>. See <b>INITR<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>SG\u00a0<\/b>[<i>arg\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Signature line. Prints the authors name(s) after the formal closing. The argument is appended to the reference data, printed at either the first or last author. The reference data is the location, department, and initials specified with <b>.AU<\/b>. It is printed at the first author if the second argument is given, otherwise at the last. No reference data is printed if the author(s) is specified through <b>.WA<\/b>\/<b>.WE<\/b>. See section \u201cInternals\u201d below.<\/p>\n<p style=\"margin-left:11%;\"><b>SK\u00a0<\/b>[<i>pages<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Skip pages. If <i>pages<\/i> is\u00a00 or omitted, a skip to the next page occurs unless it is already at the top of a page. Otherwise it skips <i>pages<\/i> pages.<\/p>\n<p style=\"margin-left:11%;\"><b>SM\u00a0<\/b><i>string1<\/i> [<i>string2<\/i> [<i>string3<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Make a string smaller. If <i>string2<\/i> is given, <i>string1<\/i> is made smaller and <i>string2<\/i> stays at normal size, concatenated with <i>string1<\/i>. With three arguments, everything is concatenated, but only <i>string2<\/i> is made smaller.<\/p>\n<p style=\"margin-left:11%;\"><b>SP\u00a0<\/b>[<i>lines<\/i>]<\/p>\n<p style=\"margin-left:22%;\">Space vertically. <i>lines<\/i> can have any scaling factor, like \u20183i\u2019 or \u20188v\u2019. Several <b>SP<\/b> calls in a line only produces the maximum number of lines, not the sum. <b>SP<\/b> is ignored also until the first text line in a page. Add <b>&#038;<\/b> before a call to <b>SP<\/b> to avoid this.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>TAB<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Reset tabs to every\u00a05n. Normally used to reset any previous tab positions.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>TB\u00a0<\/b>[<i>title<\/i> [<i>override<\/i> [<i>flag<\/i> [<i>refname<\/i>]]]]<\/p>\n<p style=\"margin-left:22%;\">Table title. The arguments are the same as for <b>EC<\/b>. <b>TB<\/b> uses the number register <b>Tb<\/b> as a counter. The string <b>Lt<\/b> controls the title of the List of Tables; default value is \u2018LIST OF TABLES\u2019. The List of Tables is only printed if number register <b>Lt<\/b> is\u00a01, which is the default. The string <b>Litb<\/b> contains the word \u2018TABLE\u2019, which is printed before the number.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Special handling of the title occurs if <b>TB<\/b> is used inside <b>DS<\/b>\/<b>DE<\/b>, it is not affected by the format of <b>DS<\/b>.<\/p>\n<p style=\"margin-left:11%;\"><b>TC\u00a0<\/b>[<i>slevel<\/i> [<i>spacing<\/i> [<i>tlevel<\/i> [<i>tab<\/i> [<i>h1<\/i> [<i>h2<\/i> [<i>h3<\/i> [<i>h4<\/i> [<i>h5<\/i>]]]]]]]]]<\/p>\n<p style=\"margin-left:22%;\">Table of contents. This macro is normally used as the last line of the document. It generates a table of contents with headings up to the level controlled by number register <b>Cl<\/b>. Note that <b>Cl<\/b> controls the saving of headings, it has nothing to do with <b>TC<\/b>. Headings with a level less than or equal to <i>slevel<\/i> get <i>spacing<\/i> number of lines before them. Headings with a level less than or equal to <i>tlevel<\/i> have their page numbers right\u2212justified with dots or spaces separating the text and the page number. Spaces are used if <i>tab<\/i> is greater than zero, dots otherwise. Other headings have the page number directly at the end of the heading text (<i>ragged-right<\/i>).<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The rest of the arguments is printed, centered, before the table of contents.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The user-defined macros <b>TX<\/b> and <b>TY<\/b> are used if <b>TC<\/b> is called with at most four arguments. <b>TX<\/b> is called before the printing of the string \u2018CONTENTS\u2019, and <b>TY<\/b> is called instead of printing \u2018CONTENTS\u2019.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Equivalent macros can be defined for list of figures, tables, equations and exhibits by defining <b>TX<\/b><i>xx<\/i> or <b>TY<\/b><i>xx<\/i>, where <i>xx<\/i> is \u2018Fg\u2019, \u2018TB\u2019, \u2018EC\u2019, or \u2018EX\u2019, respectively.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">String <b>Ci<\/b> can be set to control the indentations for each heading-level. It must be scaled, like<\/p>\n<p style=\"margin-left:32%; margin-top: 1em\">.ds Ci .25i .5i .75i 1i 1i<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">By default, the indentation is controlled by the maximum length of headings in each level.<\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">The string variables <b>Lifg<\/b>, <b>Litb<\/b>, <b>Liex<\/b>, <b>Liec<\/b>, and <b>Licon<\/b> contain \u2018Figure\u2019, \u2018TABLE\u2019, \u2018Exhibit\u2019, \u2018Equation\u2019, and \u2018CONTENTS\u2019, respectively. These can be redefined to other languages.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>TE<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Table end. See <b>TS<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>TH<\/b> [<b>N<\/b>]<\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Table header. See <b>TS<\/b>. <b>TH<\/b> ends the header of the table. This header is printed again if a page break occurs. Argument \u2018N\u2019 isn\u2019t implemented yet.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>TL\u00a0<\/b>[<i>charging-case-number<\/i> [<i>filing-case-number<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Begin title of memorandum. All text up to the next <b>AU<\/b> is included in the title. <i>charging-case-number<\/i> and <i>filing-case-number<\/i> are saved for use in the front page processing.<\/p>\n<p style=\"margin-left:11%;\"><b>TM\u00a0<\/b>[<i>num1<\/i> [<i>num2<\/i> [&#8230;]]]<\/p>\n<p style=\"margin-left:22%;\">Technical memorandum numbers used in <b>.MT<\/b>. An unlimited number of arguments may be given.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>TP<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Top-of-page user-defined macro. This macro is called instead of the normal page header. It is possible to get complete control over the header. Note that the header and the footer are printed in a separate environment. Line length is preserved, though. See <b>EOP<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:22%; margin-top: 1em\"><b>strings available to TP<\/b><\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><b><img decoding=\"async\" src=\"grohtml-9152821.png\" alt=\"Image grohtml-9152821.png\"><\/b><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>TS<\/b> [<b>H<\/b>]<\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Table start. This is the start of a table specification to <b>tbl<\/b>(1). <b>TS<\/b> ends with <b>TE<\/b>. Argument \u2018H\u2019 tells <b>mm<\/b> that the table has a header. See <b>TH<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>TX<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>User-defined table of contents exit. This macro is called just before <b>TC<\/b> prints the word \u2018CONTENTS\u2019. See <b>TC<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>TY<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>User-defined table of contents exit. This macro is called instead of printing \u2018CONTENTS\u2019. See <b>TC<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>VERBON\u00a0<\/b>[<i>flag<\/i> [<i>point-size<\/i> [<i>font<\/i>]]]<\/p>\n<p style=\"margin-left:22%;\">Begin verbatim output using Courier font. Usually for printing programs. All characters have equal width. The point size can be changed with the second argument. By specifying a third argument it is possible to use another font instead of Courier. <i>flag<\/i> controls several special features. Its value is the sum of all wanted features.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152822.png\" alt=\"Image grohtml-9152822.png\"><\/p>\n<p style=\"margin-left:11%;\"><b>VERBOFF<\/b><\/p>\n<p style=\"margin-left:22%;\">End verbatim output.<\/p>\n<p style=\"margin-left:11%;\"><b>VL\u00a0<\/b><i>text-indent<\/i> [<i>mark-indent\u00a0<\/i>[<b>1<\/b>]]<\/p>\n<p style=\"margin-left:22%;\">Variable-item list. It has no fixed mark, it assumes that every <b>LI<\/b> has a mark instead. <i>text-indent<\/i> sets the indent to the text, and <i>mark-indent<\/i> the distance from the current indentation to the mark. A third argument prohibits printing of a blank line before each item.<\/p>\n<p style=\"margin-left:11%;\"><b>VM<\/b> [<b>\u2212T<\/b>] [<i>top<\/i> [<i>bottom<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Vertical margin. Increase the top and bottom margin by <i>top<\/i> and <i>bottom<\/i>, respectively. If option <b>\u2212T<\/b> is specified, set those margins to <i>top<\/i> and <i>bottom<\/i>. If no argument is given, reset the margin to zero, or to the default (\u20187v 5v\u2019) if <b>\u2212T<\/b> is used. It is highly recommended that macros <b>TP<\/b> and\/or <b>EOP<\/b> are defined if using <b>\u2212T<\/b> and setting top and\/or bottom margin to less than the default.<\/p>\n<p style=\"margin-left:11%;\"><b>WA\u00a0<\/b>[<i>writer-name<\/i> [<i>title<\/i>]]<\/p>\n<p style=\"margin-left:22%;\">Begin specification of the writer and writer\u2019s address. Several names can be specified with empty <b>WA<\/b>\/<b>WE<\/b> pairs, but only one address.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>WE<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"61%\">\n<p>End the address specification after <b>.WA<\/b>.<\/p>\n<\/td>\n<td width=\"17%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>WC\u00a0<\/b>[<i>format1<\/i>] [<i>format2<\/i>] [&#8230;]<\/p>\n<p style=\"margin-left:22%;\">Footnote and display width control.<\/p>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152823.png\" alt=\"Image grohtml-9152823.png\"><\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Strings used in mm<\/b><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>App<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>A string containing the word \u2018APPENDIX\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Apptxt<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>The current appendix text.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>EM<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Em dash string<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>H1txt<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Updated by <b>.H<\/b> and <b>.HU<\/b> to the current heading text. Also updated in table of contents &#038; friends.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>HF<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Font list for headings, \u20182 2 2 2 2 2 2\u2019 by default. Non-numeric font names may also be used.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>HP<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Point size list for headings. By default, this is \u20190 0 0 0 0 0 0\u2019 which is the same as \u201810 10 10 10 10 10 10\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Index<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018INDEX\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Indcmd<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the index command. Default value is \u2018sort\u00a0\u2212tt\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Lifg<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>String containing \u2018Figure\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Litb<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>String containing \u2018TABLE\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Liex<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>String containing \u2018Exhibit\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Liec<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>String containing \u2018Equation\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Licon<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>String containing \u2018CONTENTS\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Lf<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018LIST OF FIGURES\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Lt<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018LIST OF TABLES\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Lx<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018LIST OF EXHIBITS\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Le<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018LIST OF EQUATIONS\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Letfc<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018Yours very truly,\u2019, used in <b>.FC<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Letapp<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018APPROVED:\u2019, used in <b>.AV<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>Letdate<\/b><\/p>\n<p style=\"margin-left:22%;\">Contains the string \u2018Date\u2019, used in <b>.AV<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>LetCN<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018CONFIDENTIAL\u2019, used in <b>.LO CN<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>LetSA<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018To Whom It May Concern:\u2019, used in <b>.LO SA<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>LetAT<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018ATTENTION:\u2019, used in <b>.LO AT<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>LetSJ<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018SUBJECT:\u2019, used in <b>.LO SJ<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>LetRN<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018In reference to:\u2019, used in <b>.LO RN<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>Letns<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>is an array containing the different strings used in <b>.NS<\/b>. It is really a number of string variables prefixed with <b>Letns!<\/b>. If the argument doesn\u2019t exist, it is included between <b>()<\/b> with <b>Letns!copy<\/b> as a prefix and <b>Letns!to<\/b> as a suffix. Observe the space after \u2018Copy\u2019 and before \u2018to\u2019.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152824.png\" alt=\"Image grohtml-9152824.png\"><\/p>\n<p style=\"margin-left:11%;\"><b>Letnsdef<\/b><\/p>\n<p style=\"margin-left:22%;\">Define the standard notation used when no argument is given to <b>.NS<\/b>. Default is\u00a00.<\/p>\n<p style=\"margin-left:11%;\"><b>MO1 \u2013 MO12<\/b><\/p>\n<p style=\"margin-left:22%;\">Strings containing the month names \u2018January\u2019 through \u2018December\u2019.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Qrf<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>String containing \u2018See chapter \\*[Qrfh], page \\n[Qrfp].\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Rp<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Contains the string \u2018REFERENCES\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Tcst<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Contains the current status of the table of contents and list of figures, etc. Empty outside of <b>.TC<\/b>. Useful in user-defined macros like <b>.TP<\/b>.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152825.png\" alt=\"Image grohtml-9152825.png\"><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>Tm<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Contains the string \u2018(tm\u2019, the trade mark symbol.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Verbnm<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Argument to <b>.nm<\/b> in the <b>.VERBON<\/b> command. Default is\u00a01.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>Number variables used in mm<\/b><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p style=\"margin-top: 1em\"><b>Aph<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Print an appendix page for every new appendix if this number variable is non-zero. No output occurs if <b>Aph<\/b> is zero, but there is always an appendix entry in the \u2018List of contents\u2019.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Cl<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Contents level (in the range 0 to 14). The contents is saved if a heading level is lower than or equal to the value of <b>Cl<\/b>. Default is\u00a02.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Cp<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Eject page between list of table, list of figure, etc., if the value of <b>Cp<\/b> is zero. Default is\u00a00.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>D<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Debug flag. Values greater than zero produce debug information of increasing verbosity. A value of\u00a01 gives information about the progress of formatting. Default is\u00a00.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>De<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>If set to\u00a01, eject after floating display is output. Default is\u00a00.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Dsp<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>If defined, it controls the space output before and after static displays. Otherwise the value of <b>Lsp<\/b> is used.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Df<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Control floating keep output. This is a number in the range 0 to 5, with a default value of\u00a05. See <b>.DF<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Ds<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>If set to\u00a01, use the amount of space stored in register <b>Lsp<\/b> before and after display. Default is\u00a01.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Ej<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>If set to\u00a01, eject page before each first-level heading. Default is\u00a00.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Eq<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Equation labels are left-adjusted if set to\u00a00 and right-adjusted if set to\u00a01. Default is\u00a00.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Fs<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Footnote spacing. Default is\u00a01.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>H1 \u2013 H7<\/b><\/p>\n<p style=\"margin-left:22%;\">Heading counters<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>H1dot<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Append a dot after the level-one heading number if value is greater than zero. Default is\u00a01.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>H1h<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>A copy of number register <b>H1<\/b>, but it is incremented just before the page break. Useful in user-defined header macros.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>Hb<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Heading break level. A number in the range 0 to 14, with a default value of\u00a02. See\u00a0<b>.H<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>Hc<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Heading centering level. A number in the range 0 to 14, with a default value value of\u00a00. See\u00a0<b>.H<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>Hi<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>Heading temporary indent. A number in the range 0 to 2, with a default value of\u00a01.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152826.png\" alt=\"Image grohtml-9152826.png\"><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p style=\"margin-top: 1em\"><b>Hps<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Heading pre-space level. If the heading level is less than or equal to <b>Hps<\/b>, two lines precede the section heading instead of one. Default is first level only. The real amount of lines is controlled by the variables <b>Hps1<\/b> and <b>Hps2<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Hps1<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Number of lines preceding <b>.H<\/b> if the heading level is greater than <b>Hps<\/b>. Value is in units, default is 0.5.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Hps2<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Number of lines preceding <b>.H<\/b> if the heading level is less than or equal to <b>Hps<\/b>. Value is in units, default is\u00a01.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Hs<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Heading space level. A number in the range 0 to 14, with a default value of\u00a02. See\u00a0<b>.H<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Hss<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Number of lines following <b>.H<\/b> if the heading level is less than or equal to <b>Hs<\/b>. Value is in units, default is\u00a01.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Ht<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Heading numbering type.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152827.png\" alt=\"Image grohtml-9152827.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Default is\u00a00.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><b>Hu<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"61%\">\n<p style=\"margin-top: 1em\">Unnumbered heading level. Default is\u00a02.<\/p>\n<\/td>\n<td width=\"17%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>Hy<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"61%\">\n<p>Hyphenation status of text body.<\/p>\n<\/td>\n<td width=\"17%\"> <\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:32%; margin-top: 1em\">\u00a0<\/p>\n<p align=\"center\"><img decoding=\"async\" src=\"grohtml-9152828.png\" alt=\"Image grohtml-9152828.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Default is\u00a00.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>Iso<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Set this variable to\u00a01 on the command line to get an ISO-formatted date string (<b>\u2212rIso=1<\/b>). Useless inside of a document.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>L<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Page length, only for command-line settings.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Letwam<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Maximum lines in return-address, used in <b>.WA<\/b>\/<b>.WE<\/b>. Default is\u00a014.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p style=\"margin-left:11%;\"><b>Lf<\/b>,\u00a0<b>Lt<\/b>,\u00a0<b>Lx<\/b>,\u00a0<b>Le<\/b><\/p>\n<p style=\"margin-left:22%;\">Enable (1) or disable (0) the printing of List of figures, List of tables, List of exhibits and List of equations, respectively. Default values are Lf=1, Lt=1, Lx=1, and Le=0.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>Li<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>List indentation, used by <b>.AL<\/b>. Default is\u00a06.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"7%\">\n<p><b>Limsp<\/b><\/p>\n<\/td>\n<td width=\"4%\"><\/td>\n<td width=\"78%\">\n<p>A flag controlling the insertion of space between prefix and mark in automatic lists (<b>.AL<\/b>).<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152829.png\" alt=\"Image grohtml-9152829.png\"><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p style=\"margin-top: 1em\"><b>Ls<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">List space threshold. If current list level is greater than <b>Ls<\/b> no spacing occurs around lists. Default is\u00a099.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>Lsp<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>The vertical space used by an empty line. The default is 0.5v in troff mode and 1v in nroff mode.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"4%\">\n<p><b>N<\/b><\/p>\n<\/td>\n<td width=\"7%\"><\/td>\n<td width=\"78%\">\n<p>Page numbering style.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152830.png\" alt=\"Image grohtml-9152830.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Default is\u00a00. See also the number registers <b>Sectf<\/b> and <b>Sectp<\/b>.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><b>Np<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"76%\">\n<p style=\"margin-top: 1em\">A flag to control whether paragraphs are numbered.<\/p>\n<\/td>\n<td width=\"2%\"> <\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152831.png\" alt=\"Image grohtml-9152831.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Default is\u00a00.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><b>O<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Page offset, only for command-line settings.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>Of<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"78%\">\n<p>Format of figure, table, exhibit, and equation titles.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152832.png\" alt=\"Image grohtml-9152832.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Default is\u00a00.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p style=\"margin-top: 1em\"><b>P<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Current page-number, normally the same as \u2018%\u2019 unless \u2018section-page\u2019 numbering style is enabled.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Pi<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>Paragraph indentation. Default is\u00a05.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"6%\">\n<p><b>Pgps<\/b><\/p>\n<\/td>\n<td width=\"5%\"><\/td>\n<td width=\"78%\">\n<p>A flag to control whether header and footer point size should follow the current settings or just change when the header and footer are defined.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152833.png\" alt=\"Image grohtml-9152833.png\"><\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p style=\"margin-top: 1em\"><b>Ps<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"50%\">\n<p style=\"margin-top: 1em\">Paragraph spacing. Default is\u00a01.<\/p>\n<\/td>\n<td width=\"28%\"> <\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"3%\">\n<p><b>Pt<\/b><\/p>\n<\/td>\n<td width=\"8%\"><\/td>\n<td width=\"50%\">\n<p>Paragraph type.<\/p>\n<\/td>\n<td width=\"28%\"> <\/td>\n<\/tr>\n<\/table>\n<p align=\"center\" style=\"margin-top: 1em\"><img decoding=\"async\" src=\"grohtml-9152834.png\" alt=\"Image grohtml-9152834.png\"><\/p>\n<p style=\"margin-left:22%; margin-top: 1em\">Default is\u00a00.<\/p>\n<table width=\"100%\" border=\"0\" rules=\"none\" frame=\"void\" cellspacing=\"0\" cellpadding=\"0\">\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p style=\"margin-top: 1em\"><b>Rpe<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p style=\"margin-top: 1em\">Set default value for second argument of <b>.RP<\/b>. Default is\u00a00.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Sectf<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>A flag controlling \u2018section-figures\u2019 numbering style. A non-zero value enables this. See also register\u00a0<b>N<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Sectp<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>A flag controlling \u2019section-page\u2019 numbering style. A non-zero value enables this. See also register\u00a0<b>N<\/b>.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Si<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Display indentation. Default is\u00a05.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>Verbin<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Indentation for <b>.VERBON<\/b>. Default is 5n.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>W<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Line length, only for command-line settings.<\/p>\n<\/td>\n<\/tr>\n<tr valign=\"top\" align=\"left\">\n<td width=\"11%\"><\/td>\n<td width=\"9%\">\n<p><b>.mgm<\/b><\/p>\n<\/td>\n<td width=\"2%\"><\/td>\n<td width=\"78%\">\n<p>Always\u00a01.<\/p>\n<\/td>\n<\/tr>\n<\/table>\n<h2>INTERNALS <a name=\"INTERNALS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The letter macros are using different submacros depending on the letter type. The name of the submacro has the letter type as suffix. It is therefore possible to define other letter types, either in the national macro-file, or as local additions. <b>.LT<\/b> sets the number variables <b>Pt<\/b> and <b>Pi<\/b> to 0 and\u00a05, respectively. The following strings and macros must be defined for a new letter type. <b><br \/> let@init_<\/b><i>type<\/i><\/p>\n<p style=\"margin-left:22%;\">This macro is called directly by <b>.LT<\/b>. It is supposed to initialize variables and other stuff.<\/p>\n<p style=\"margin-left:11%;\"><b>let@head_<\/b><i>type<\/i><\/p>\n<p style=\"margin-left:22%;\">This macro prints the letter head, and is called instead of the normal page header. It is supposed to remove the alias <b>let@header<\/b>, otherwise it is called for all pages.<\/p>\n<p style=\"margin-left:11%;\"><b>let@sg_<\/b><i>type name title n flag<\/i> [<i>arg1<\/i> [<i>arg2<\/i> [&#8230;]]]<\/p>\n<p style=\"margin-left:22%;\"><b>.SG<\/b> is calling this macro only for letters; memorandums have its own processing. <i>name<\/i> and <i>title<\/i> are specified through <b>.WA<\/b>\/<b>.WB<\/b>. <i>n\u00a0<\/i>is the counter, 1-max, and <i>flag<\/i> is true for the last name. Any other argument to <b>.SG<\/b> is appended.<\/p>\n<p style=\"margin-left:11%;\"><b>let@fc_<\/b><i>type closing<\/i><\/p>\n<p style=\"margin-left:22%;\">This macro is called by <b>.FC<\/b>, and has the formal closing as the argument.<\/p>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>.LO<\/b> is implemented as a general option-macro. It demands that a string named <b>Let<\/b><i>type<\/i> is defined, where <i>type<\/i> is the letter type. <b>.LO<\/b> then assigns the argument to the string variable <b>let*lo-<\/b><i>type<\/i>.<\/p>\n<h2>FILES <a name=\"FILES\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><i>\/usr\/share\/groff\/1.22.4\/tmac\/m.tmac <br \/> \/usr\/share\/groff\/1.22.4\/tmac\/mm\/<\/i>*<i>.cov <br \/> \/usr\/share\/groff\/1.22.4\/tmac\/mm\/<\/i>*<i>.MT <br \/> \/usr\/share\/groff\/1.22.4\/tmac\/mm\/locale<\/i><\/p>\n<h2>AUTHORS <a name=\"AUTHORS\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\">The GNU version of the <i>mm<\/i> macro package was written by <a href=\"mailto:jh@axis.se\">J\u00f6rgen H\u00e4gg<\/a> of Lund, Sweden.<\/p>\n<h2>SEE ALSO <a name=\"SEE ALSO\"><\/a> <\/h2>\n<p style=\"margin-left:11%; margin-top: 1em\"><b>groff<\/b>(1), <b>troff<\/b>(1), <b>tbl<\/b>(1), <b>pic<\/b>(1), <b>eqn<\/b>(1) <b><br \/> groff_mmse<\/b>(7)<\/p>\n<hr>\n","protected":false},"excerpt":{"rendered":"<p>  groff_mm \u2212 memorandum macros for GNU roff <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[971],"tags":[973,999,972],"class_list":["post-3905","post","type-post","status-publish","format-standard","hentry","category-7-miscelanea","tag-973","tag-groff_mm","tag-man7"],"gutentor_comment":0,"_links":{"self":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3905","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/comments?post=3905"}],"version-history":[{"count":0,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/posts\/3905\/revisions"}],"wp:attachment":[{"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/media?parent=3905"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/categories?post=3905"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lode.uno\/linux-man\/wp-json\/wp\/v2\/tags?post=3905"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}