groff
[Top][All Lists]
Advanced

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

Re: [Groff] Suppressing tbl header on first page


From: Werner LEMBERG
Subject: Re: [Groff] Suppressing tbl header on first page
Date: Tue, 05 Aug 2003 14:51:29 +0200 (CEST)

> I can't find any description of how to do this simple task anywhere.
> Having set up a multi-page table with
> 
> .TS H
> <header>
> .TH
> ...
> 
> is there any way to ensure that the continuation header does *not*
> appear on the first page of the table?

No.  The ms macros don't have this feature.  Here a quick hack to do
it:

  .rn tbl*print-header tbl*print-header-old
  .
  .de tbl*print-header
  .  mk #T
  ..
  .
  .TS H
  <header>
  .TH
  .
  .rn tbl*print-header-old tbl*print-header
  ...
  .TE


    Werner

reply via email to

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