diff options
author | PTPi <PTPi> | 2006-06-08 21:11:03 +0000 |
---|---|---|
committer | PTPi <PTPi> | 2006-06-08 21:11:03 +0000 |
commit | 4ab352ef62d383194f5df7ac8bb719ffb7550ef1 (patch) | |
tree | 1e20ca91254d5fa94542b8989c99cc4a17324ac1 /contrib/mom/momdoc/toc.html | |
parent | 8c3feae9e730fa662359ab9f870aa01299d291da (diff) | |
download | groff-4ab352ef62d383194f5df7ac8bb719ffb7550ef1.tar.gz |
o Changed distance of the underscores used in docheaders when
PRINTSTYLE is TYPEWRITE from the default 2p to 4p. This is to
leave room for the descenders if the strings are caps/lowercase.
o Added strings $AUTHOR and $AUTHORS. $AUTHOR = $AUTHOR_1 (i.e.
the first arg passed to .AUTHOR); $AUTHORS = a comma-separated
concatenated string of all the args passed to .AUTHOR.
o Updated docs.
o Converted all .ig blocks in om.tmac to comment lines beginning
with \#. This so that the comments will be stripped from om.tmac
during make. The groff sources still contain the commented
version of om.tmac, as do the tarballs posted on mom's homepage.
o Added new macro, HEADERS_AND_FOOTERS, to allow having both
headers and footers on a page.
o Fixed whitespace around epigraphs after .DOCTYPE CHAPTER
docheaders.
o Added test in .PP_FONT for existence of $SAVED_PP_FT; if it's
there, remove it (fixes bug that was causing .PP to ignore
.PP_FONT after .COLLATE). Also fixed .PP so that it properly
passes $PP_FT to .FT if $PP_FT has been re-defined to
$SAVED_PP_FT.
o Added a note about colorizing underscored text in the docs.
o Adjusted the .ne value for heads and subheads (again)
o In the documentation, removed the section stating that setting
the family, font, pointsize and colour of line numbers wasn't
possible.
o Updated documentation entry for TOCs to include instructions for
using psselect.
Diffstat (limited to 'contrib/mom/momdoc/toc.html')
-rw-r--r-- | contrib/mom/momdoc/toc.html | 62 |
1 files changed, 33 insertions, 29 deletions
diff --git a/contrib/mom/momdoc/toc.html b/contrib/mom/momdoc/toc.html index d97948fc..6f05ca78 100644 --- a/contrib/mom/momdoc/toc.html +++ b/contrib/mom/momdoc/toc.html @@ -2,13 +2,13 @@ <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> -<title>Mom, version 1.4 -- Table of Contents</title> +<title>Mom, version 1.4-a -- Table of Contents</title> </head> <body bgcolor="#dfdfdf"> <!====================================================================> -<h1 align="center"><u>Table of Contents for mom, version 1.4</u></h1> +<h1 align="center"><u>Table of Contents for mom, version 1.4-a</u></h1> The table of contents has grown quite large. If you've been using <strong>mom</strong> for a while, you might prefer the @@ -54,7 +54,8 @@ to go directly to the <strong>Full Table of Contents</strong>. <li><a href="#DOCPROC_INTRO">Introduction to document processing</a> <li><a href="#PRELIM">Preliminary document setup</a> <li><a href="#TAGS">The document element tags</a> -- heads, subheads, footnotes, etc. - <li><a href="#HDRFTR">Headers and footers</a> + <li><a href="#IMAGES">Inserting images into a document</a> + <li><a href="#HDRFTR">Page headers and footers</a> <li><a href="#PAGINATE">Pagination</a> <li><a href="#RV">Recto/verso printing and collating</a> <li><a href="#COVER">Cover pages</a> @@ -263,53 +264,56 @@ to go directly to the <strong>Full Table of Contents</strong>. <li><a href="docelement.html#ENDNOTE_INTRO">5.4.14 Endnotes</a> <li><a href="docelement.html#MARGIN_NOTES_INTRO">5.4.15 Margin notes</a> <li><a href="docelement.html#BLANK_PAGE_TITLE">5.4.16 Blank pages</a> - <li><a href="docelement.html#TOC_INTRO">5.4.17 Table of contents</a> - <li><a href="docelement.html#FINIS_INTRO">5.4.18 Document termination</a> -- FINIS + <li><a href="docelement.html#FINIS_INTRO">5.4.17 Document termination</a> -- FINIS + <li><a href="docelement.html#TOC_INTRO">5.4.18 Table of contents</a> </ul> +<a name="IMAGES"></a> + <li><a href="docelement.html#PSPIC"><strong>5.5 INSERTING IMAGES INTO A DOCUMENT</strong></a> + <br> <a name="HDRFTR"></a> - <li><a href="headfootpage.html#HEADFOOTPAGE"><strong>5.5 DOCUMENT HEADERS AND FOOTERS</strong></a> + <li><a href="headfootpage.html#HEADFOOTPAGE"><strong>5.6 PAGE HEADERS AND FOOTERS</strong></a> <ul> - <li><a href="headfootpage.html#HEADFOOTPAGE_INTRO">5.5.1 Introduction</a> - <li><a href="headfootpage.html#DESCRIPTION_GENERAL">5.5.2 General description of headers/footers</a> - <li><a href="headfootpage.html#HEADER_STYLE">5.5.3 Default specs for headers/footers</a> - <li><a href="headfootpage.html#VERTICAL_SPACING">5.5.4 Vertical placement and spacing of headers/footers</a> - <li><a href="headfootpage.html#HEADFOOT_MANAGEMENT">5.5.5 Managing headers/footers</a> - <ul> - <li><a href="headfootpage.html#USERDEF_HDRFTR">5.5.5.1 User-defined, single string recto/verso headers/footers</a> - </ul> - <li><a href="headfootpage.html#HEADFOOT_CONTROL">5.5.6 Control macros for headers/footers</a> + <li><a href="headfootpage.html#HEADFOOTPAGE_INTRO">5.6.1 Introduction</a> + <li><a href="headfootpage.html#DESCRIPTION_GENERAL">5.6.2 General description of headers/footers</a> + <li><a href="headfootpage.html#HEADER_STYLE">5.6.3 Default specs for headers/footers</a> + <li><a href="headfootpage.html#VERTICAL_SPACING">5.6.4 Vertical placement and spacing of headers/footers</a> + <li><a href="headfootpage.html#HEADFOOT_MANAGEMENT">5.6.5 Managing headers/footers</a> + <ul> + <li><a href="headfootpage.html#USERDEF_HDRFTR">5.6.5.1 User-defined, single string recto/verso headers/footers</a> + </ul> + <li><a href="headfootpage.html#HEADFOOT_CONTROL">5.6.6 Control macros for headers/footers</a> </ul> <a name="PAGINATE"></a> - <li><a href="headfootpage.html#PAGINATION"><strong>5.6 PAGINATION</strong></a> + <li><a href="headfootpage.html#PAGINATION"><strong>5.7 PAGINATION</strong></a> <ul> <li><a href="headfootpage.html#PAGINATION">Introduction</a> <li><a href="headfootpage.html#INDEX_PAGINATION">Pagination macros list</a> </ul> <a name="RV"></a> - <li><a href="rectoverso.html#RECTOVERSO"><strong>5.7 RECTO/VERSO PRINTING AND COLLATING</strong></a> + <li><a href="rectoverso.html#RECTOVERSO"><strong>5.8 RECTO/VERSO PRINTING AND COLLATING</strong></a> <ul> - <li><a href="rectoverso.html#RECTOVERSO_INTRO">5.7.1 Introduction to recto/verso</a> + <li><a href="rectoverso.html#RECTOVERSO_INTRO">5.8.1 Introduction to recto/verso</a> <ul> - <li><a href="rectoverso.html#RECTOVERSO_LIST">5.7.1.1 Macro list</a> + <li><a href="rectoverso.html#RECTOVERSO_LIST">5.8.1.1 Macro list</a> </ul> - <li><a href="rectoverso.html#COLLATE_INTRO">5.7.2 Introduction to collating</a> + <li><a href="rectoverso.html#COLLATE_INTRO">5.8.2 Introduction to collating</a> <ul> - <li><a href="rectoverso.html#COLLATE">5.7.2.1 The COLLATE macro</a> + <li><a href="rectoverso.html#COLLATE">5.8.2.1 The COLLATE macro</a> </ul> </ul> <a name="COVER"></a> - <li><a href="cover.html#COVER_TOP"><strong>5.8 CREATING COVER PAGES</strong></a> + <li><a href="cover.html#COVER_TOP"><strong>5.9 CREATING COVER PAGES</strong></a> <br> -<a name="REF"></a> - <li><a href="refer.html#REF_TOP"><strong>5.9 BIBLIOGRAPHIES AND REFERENCES</strong></a> +<a name="REF_INTRO"></a> + <li><a href="refer.html#REF_INTRO"><strong>5.10 BIBLIOGRAPHIES AND REFERENCES</strong></a> <br> <a name="LETTER"></a> - <li><a href="letters.html#LETTERS"><strong>5.10 WRITING LETTERS</strong></a> + <li><a href="letters.html#LETTERS"><strong>5.11 WRITING LETTERS</strong></a> <ul> - <li><a href="letters.html#LETTERS_INTRO">5.10.1 Introduction to writing letters</a> - <li><a href="letters.html#TUTORIAL">5.10.2 Tutorial on writing letters</a> - <li><a href="letters.html#LETTERS_DEFAULTS">5.10.3 Default style for letters</a> - <li><a href="letters.html#LETTERS_MACROS">5.10.4 The letter macros</a> + <li><a href="letters.html#LETTERS_INTRO">5.11.1 Introduction to writing letters</a> + <li><a href="letters.html#TUTORIAL">5.11.2 Tutorial on writing letters</a> + <li><a href="letters.html#LETTERS_DEFAULTS">5.11.3 Default style for letters</a> + <li><a href="letters.html#LETTERS_MACROS">5.11.4 The letter macros</a> </ul> </ul> <a name="QUICK"></a> |