From 019c4fa80aec022c5a0ce6c07d0695c1d76f9caf Mon Sep 17 00:00:00 2001 From: Werner LEMBERG Date: Sun, 17 Aug 2003 04:44:46 +0000 Subject: [PATCH] o Added a .bp after .if \\n[#START]=1 in FOOTER. Without it, in document processing mode, documents that use *none* of the docprocessing tags (yes, there are times when users want to do this) ignored the footer trap. o Changed register #DOCHEADER_LEAD_ADJ to string --- contrib/mom/BUGS | 7 +++++++ contrib/mom/ChangeLog | 11 +++++++++++ contrib/mom/momdoc/definitions.html | 2 +- contrib/mom/momdoc/docprocessing.html | 4 ++-- contrib/mom/om.tmac | 7 ++++--- 5 files changed, 25 insertions(+), 6 deletions(-) diff --git a/contrib/mom/BUGS b/contrib/mom/BUGS index c193d867..52f03c5e 100644 --- a/contrib/mom/BUGS +++ b/contrib/mom/BUGS @@ -11,6 +11,13 @@ questions and suggestions, or contact me directly at: ======================================================================== +Version 1.1.6-c +=============== + +In document processing mode, docs that use *none* of the +docprocessing tags being ignored. +---Fixed--- + Version 1.1.6-b =============== diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog index 7057f6a1..3ad4f0c4 100644 --- a/contrib/mom/ChangeLog +++ b/contrib/mom/ChangeLog @@ -1,3 +1,14 @@ +*Fri Jul 25 2003 + +o Added a .bp after .if \\n[#START]=1 in FOOTER. Without it, + in document processing mode, documents that use *none* of the + docprocessing tags (yes, there are times when users want to do + this) ignored the footer trap. + +*Fri Jun 6 2003 + +o Changed register #DOCHEADER_LEAD_ADJ to string + *Wed May 21 2003 o DOC_TITLE changed to be used exclusively with DOCTYPE DEFAULT diff --git a/contrib/mom/momdoc/definitions.html b/contrib/mom/momdoc/definitions.html index be393156..7d2d856a 100644 --- a/contrib/mom/momdoc/definitions.html +++ b/contrib/mom/momdoc/definitions.html @@ -481,7 +481,7 @@ character (").
Unit of measure
The single letter after a *numeric argument that tells mom what measurement scale the argument -should use. Commonly valid units are: +should use. Common valid units are:

i = inches diff --git a/contrib/mom/momdoc/docprocessing.html b/contrib/mom/momdoc/docprocessing.html index 403c6ccf..afe2f61e 100644 --- a/contrib/mom/momdoc/docprocessing.html +++ b/contrib/mom/momdoc/docprocessing.html @@ -211,7 +211,7 @@ As explained in Document processing with mom, document processing uses markup tags to identify document elements -like heads, paragraphs, and so on. The tags are, of course, macros, +such as heads, paragraphs, and so on. The tags are, of course, macros, but with sensible, readable names that make them easy to grasp and easy to remember. (And don't forget: if you don't like the "official" name of a tag -- too long, cumbersome @@ -314,7 +314,7 @@ half linespaces and quarter linespaces with "v" as well, provided you compensate for the fractional linespace somewhere else on the page.

-If all this seems like too much too much work, mom +If all this seems like too much work, mom provides a special macro to get you out of trouble if you've played around with leading and/or spacing. The macro is called SHIM (like those little pieces of wood carpenters diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac index cd9f1386..bc9cfa16 100644 --- a/contrib/mom/om.tmac +++ b/contrib/mom/om.tmac @@ -21,9 +21,9 @@ .\" with groff; see the file COPYING. If not, write to the Free Software .\" Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. .\" -. -. -\# Version 1.1.6-c +.\" +.\" +\# Version 1.1.6-d \# --------------- \# .if (\n[.x]\n[.y] < 118) \ @@ -6475,6 +6475,7 @@ y\\R'#DESCENDER \\n[.cdp]' .MAC FOOTER END . ev PAGE_BOTTOM . if \\n[#START]=1 \{\ +. bp . ev . return . \} -- 2.11.4.GIT