groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Fixes to column alignment, footer handling of COL_NEXT


From: Peter Schaffter
Subject: [groff] 01/01: Fixes to column alignment, footer handling of COL_NEXT
Date: Fri, 21 Mar 2014 18:50:13 +0000

PTPi pushed a commit to branch master
in repository groff.

commit 9c50b6c9950b488a144b82128f09519a89a3ee72
Author: Peter Schaffter <address@hidden>
Date:   Fri Mar 21 14:46:37 2014 -0400

    Fixes to column alignment, footer handling of COL_NEXT
---
 contrib/mom/om.tmac |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index a7879af..81773df 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -9528,6 +9528,7 @@ $DOC_COVER_TITLE_\\n+[#DOC_COVER_TITLE_NUM] 
\\$\\n[#DOC_COVER_TITLE_NUM]
 \#   FINAL respects PAGENUMBER.
 \#
 .MAC FOOTER END
+.    vpt 0
 .    rr #LB_4_HD
 .    rr #QUOTE_4_HD
 .    nr #SAVED_LEAD \\n[.v]
@@ -9603,11 +9604,14 @@ $DOC_COVER_TITLE_\\n+[#DOC_COVER_TITLE_NUM] 
\\$\\n[#DOC_COVER_TITLE_NUM]
 .             if \\n[#ENDNOTES] .sp |\\n[ec]u-\\n[#EN_LEAD]u
 .             if \\n[#BIBLIOGRAPHY] .sp |\\n[bc]u-\\n[#BIB_LEAD]u
 .          \}
-.          el .sp |\\n[dc]u
+.          el \{\
+.            vs \\n[#SAVED_LEAD]u
+.            sp |\\n[dc]u
+.          \}
 .          po \\n[#COL_\\n+[#COL_NUM]_L_MARGIN]u
 .          nr #L_MARGIN \\n[.o]
 .          if \\n[#FN_DEPTH] .PROCESS_FN_LEFTOVER
-.          LS \\n[#SAVED_LEAD]u
+.          vs \\n[#SAVED_LEAD]u
 .          if \\n[#PREV_FN_DEFERRED] .nr #PREV_FN_DEFERRED 2
 .          rr #RULED
 .          if !\\n[#EPIGRAPH] .rr #COL_NEXT
@@ -9720,6 +9724,7 @@ $DOC_COVER_TITLE_\\n+[#DOC_COVER_TITLE_NUM] 
\\$\\n[#DOC_COVER_TITLE_NUM]
 .END
 \#
 .MAC PRINT_FOOTER END
+.   br
 .\" Have to change position of FN_OVERFLOW_TRAP or it screws up the
 .\" placement of page numbers (or footers).  It's reset to its original
 .\" position at the end of the macro.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]