ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Lutz Haseloff <Lutz.Haseloff@lbapdm.brandenburg.de>
Subject: Re: repeated headers in the TABLE environment
Date: Thu, 16 Oct 2003 09:19:03 +0200	[thread overview]
Message-ID: <3F8E4667.9080308@lbapdm.brandenburg.de> (raw)
In-Reply-To: <D5A82882-FF4C-11D7-9C21-0030659899AA@fiee.net>

Henning Hraban Ramm schrieb:

>
> Am Mittwoch, 15.10.03, um 10:36 Uhr (Europe/Zurich) schrieb Lutz 
> Haseloff:
>
>> how can i get repeated headers for a splitted
>> TABLE?
>> I tried to define \setupTABLE[split=yes]
>> and have \bTH \eTH in my header row.
>
>
> \bTABLEhead
> (header)
> \eTABLEhead
> \bTABLEtail
> (footer)
> \eTABLEtail
> \bTABLE[split=repeat] % otherwise you don't get repeated headers; 
> footers are never repeated
>
> Grüßlis vom Hraban!

I tried:
----------
\setupTABLE[split=repeat]
\starttext
\bTABLE
\bTABLEhead
\bTR\bTD \bf Header \eTD \bTD \bf Header \eTD\bTD \bf Header \eTD\bTD 
\bf Header\eTD\eTR
\eTABLEhead
\dorecurse{40}{\bTR\bTD Test\eTD \bTD period \eTD\bTD period \eTD\bTD 
period \eTD\eTR}
\eTABLE
\stoptext
----------

but the header is set at the foot of the table and only once.

Greetings Lutz

  reply	other threads:[~2003-10-16  7:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-10-15  8:36 Lutz Haseloff
2003-10-15 20:19 ` Henning Hraban Ramm
2003-10-16  7:19   ` Lutz Haseloff [this message]
2003-10-16 17:43     ` Henning Hraban Ramm
2003-10-17  4:33       ` Lutz Haseloff

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F8E4667.9080308@lbapdm.brandenburg.de \
    --to=lutz.haseloff@lbapdm.brandenburg.de \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).