Blake McBride <bl...@mcbride.name> wrote:

> I have a table that spans several pages.  I would like the tbl column
> titles to repeat at the top of each page (*independently *of the page
> title).  Can tbl do this?

At least with -ms or -mm you can write something like

.TS H
box;
cb cb cb
l l l.
Column 1<tab>Column 2
.TH N
a<tab>b
...
y<tab>z
.TE

So "Column 1<tab>Column 2" should appear on each page. groff_mm(7) does 
document these macros.

Reply via email to