groff
[Top][All Lists]
Advanced

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

Re: [Groff] OT: Fork of the Heirloom Documentation Tools for fixing?bugs


From: Tadziu Hoffmann
Subject: Re: [Groff] OT: Fork of the Heirloom Documentation Tools for fixing?bugs
Date: Tue, 26 Aug 2014 17:38:23 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

> In the not yet public version of `runoff.7', there is a table
> consisting of several pages.  But in groff, it was impossible
> to use a single table; I had to split each page as a table of
> its own (both in nroff and troff).

But that is a problem of the man macros, not groff in general.

Normally you would do

  .TS H
  header common to all pages
  .TH
  table data, possibly several pages long
  .TE

but man has no real table support (TS and TE are mostly no-ops,
and TH is used for a different purpose);  me has no problem
with it.





reply via email to

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