bug-groff
[Top][All Lists]
Advanced

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

[bug #58736] [me] footnote breaks two-column output


From: G. Branden Robinson
Subject: [bug #58736] [me] footnote breaks two-column output
Date: Thu, 12 Aug 2021 18:56:35 -0400 (EDT)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #9, bug #58736 (project groff):

[comment #8 comment #8:]
>   A possible fix in macro "1c" is NOT to move to the lowest place of
> the page (register .h) but to the last output line + 1 line (register
> nl + 1v).
> 

Thanks, Bjarni.  The extra line doesn't appear to be necessary.

The following patch gets Dave's example working.


diff --git a/tmac/e.tmac b/tmac/e.tmac
index 00536252..5b395881 100644
--- a/tmac/e.tmac
+++ b/tmac/e.tmac
@@ -954,7 +954,7 @@
 .nr $c 1
 .nr $m 1
 .ll \\n(_Lu\"                  return to normal output
-.sp |\\n(.hu
+.sp |\\n(nlu
 .@O \\n(_ou
 ..
 .


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?58736>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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