bug-groff
[Top][All Lists]
Advanced

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

[bug #59812] tbl: interferes with .nm line numbering


From: G. Branden Robinson
Subject: [bug #59812] tbl: interferes with .nm line numbering
Date: Tue, 23 Feb 2021 11:54:52 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0

Follow-up Comment #2, bug #59812 (project groff):

Here's a slightly smaller reproducer.


$ cat ./EXPERIMENTS/nm-and-tbl.roff 
.nf
.nm 1
Line numbering is turned on.
.nm
Line numbering is turned off.
.sp
.TS
l.
This is my table.
There are many like it but this one is mine.
.TE


groff output:


$ ./build/test-groff -T utf8 -t EXPERIMENTS/nm-and-tbl.roff | cat -s
  1 Line numbering is turned on.
Line numbering is turned off.

  2 This is my table.
  3 There are many like it but this one is mine.



Heirloom Doctools output:


~/heirloom$ ./bin/tbl ~/src/GIT/groff/EXPERIMENTS/nm-and-tbl.roff |
./bin/nroff | cat -s
  1 Line numbering is turned on.
Line numbering is turned off.

This is my table.
There are many like it but this one is mine.





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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