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