summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPTPi <PTPi>2013-11-02 00:15:13 +0000
committerPTPi <PTPi>2013-11-02 00:15:13 +0000
commitff1b82f3abbcf26c741ef9885a51b65ba832c184 (patch)
tree1450a050e712191472126728db98483b15799181
parent3c3f3d0eed2531c1df400af8e46bdbde8371d3d5 (diff)
downloadgroff-ff1b82f3abbcf26c741ef9885a51b65ba832c184.tar.gz
Fixes to TOC, BIBLIOGRAPHY, and ENDNOTES leading management and
traps.
-rw-r--r--contrib/mom/BUGS4
-rw-r--r--contrib/mom/momdoc/docelement.html21
-rw-r--r--contrib/mom/momdoc/refer.html4
3 files changed, 19 insertions, 10 deletions
diff --git a/contrib/mom/BUGS b/contrib/mom/BUGS
index 65e165ed..a3f1a7f1 100644
--- a/contrib/mom/BUGS
+++ b/contrib/mom/BUGS
@@ -25,6 +25,10 @@ Also, please--no html email. That, too, gets nuked.
Version 2.0-b
=============
+TOC overprinting footer when it comes immediately after
+BIBLIOGRAPHY.
+---Fixed---
+
TOC page numbers not printing when positioned at top of page.
---Fixed---
diff --git a/contrib/mom/momdoc/docelement.html b/contrib/mom/momdoc/docelement.html
index 9bd85b44..9709053f 100644
--- a/contrib/mom/momdoc/docelement.html
+++ b/contrib/mom/momdoc/docelement.html
@@ -4479,19 +4479,24 @@ is removed.
<p>
By default, mom starts the endnotes page with a bold,
centred, double-underscored head, &#8220;ENDNOTES&#8221;.
-Underneath&mdash;flush left, bold, and underscored&mdash;she prints
-the document title (or, in the case of chapters, the chapter number
-or title). She then prints the endnotes. Endnotes are identified
+Subsequently, for each section in a
+<a href="rectoverso.html#collate-intro">collated</a>
+document (eg chapters in a book), she identifies the section in bold
+type, flush left and underscored, followed by one-half linespace.
+Endnotes pertaining to the section are output underneath, identified
by superscript numbers. The text of the endnotes themselves is
indented to the right of the numbers.
</p>
-<p>
-If the endnotes are grouped together at the end of a collated
-document, each section of the document that contains endnotes is
-identified by its own unique title (or chapter number or title),
-bold, flush left, and underscored.
+<div class="box-tip" style="margin-top: -1.25em;">
+<p class="tip">
+<span class="note">Note:</span>
+The one-half linespace between section identifiers and the endnotes
+themselves, plus the need to group identifiers and endnotes sensibly,
+means that mom cannot guarantee perfectly aligned bottom margins.
+This is an unavoidable consequence of the structure of endnotes.
</p>
+</div>
<p>
Of course, all the defaults, as well as the overall style of the
diff --git a/contrib/mom/momdoc/refer.html b/contrib/mom/momdoc/refer.html
index 1abfab76..6d77875d 100644
--- a/contrib/mom/momdoc/refer.html
+++ b/contrib/mom/momdoc/refer.html
@@ -1849,11 +1849,11 @@ An important change you may want to make is to put the word
do so, invoke
<br/>
<span class="pre-in-pp" style="margin-bottom: -1em;">
- .HEADER_CENTER "Endnotes"
+ .HEADER_CENTER "Bibliography"
</span>
or
<span class="pre-in-pp" style="margin-top: -.5em;">
- .FOOTER_CENTER "Endnotes"
+ .FOOTER_CENTER "Bibliography"
</span>
prior to invoking <kbd>.BIBLIOGRAPHY</kbd>.
</p>