ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Repeating tabulate head/tail on every page
@ 2006-05-12  9:47 Tobias Burnus
  2006-05-12 10:17 ` Tobias Burnus
  2006-05-15  7:39 ` Hans Hagen
  0 siblings, 2 replies; 4+ messages in thread
From: Tobias Burnus @ 2006-05-12  9:47 UTC (permalink / raw)


Hello,

I have a long tabulate which spans several pages.

I use:

\starttabulatehead
\HL
\NC  Energy  \NC Temp. \NC Magn. \NC Wavenumb. \NC Wavelength \NC Freq. 
\NC Energy \NC  Energy \NC\NR
\HL
\stoptabulatehead

\starttabulatetail
\HL
\stoptabulatetail

but this only shows the head/tail of the table at the very beginning and
very end of the table.
(Every row spans only a single line.)

Tobias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Repeating tabulate head/tail on every page
  2006-05-12  9:47 Repeating tabulate head/tail on every page Tobias Burnus
@ 2006-05-12 10:17 ` Tobias Burnus
  2006-05-15  7:39 ` Hans Hagen
  1 sibling, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2006-05-12 10:17 UTC (permalink / raw)


Hello,

Tobias Burnus schrieb:
> I have a long tabulate which spans several pages.
> (Every row spans only a single line.)
>   
I tried now \starttables, but the result is also not perfect:
I have ca. 1/2 of a page of text and then the table should start,
spanning two to three pages.
However, with starttables, it only starts on the second page.

Example available from:
http://www.physik.fu-berlin.de/~tburnus/tmp/energy.tex (12571 bytes, 117
lines)

Tobias

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Repeating tabulate head/tail on every page
  2006-05-12  9:47 Repeating tabulate head/tail on every page Tobias Burnus
  2006-05-12 10:17 ` Tobias Burnus
@ 2006-05-15  7:39 ` Hans Hagen
  2006-05-15  8:53   ` Tobias Burnus
  1 sibling, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2006-05-15  7:39 UTC (permalink / raw)


Tobias Burnus wrote:
> Hello,
>
> I have a long tabulate which spans several pages.
>
> I use:
>
> \starttabulatehead
> \HL
> \NC  Energy  \NC Temp. \NC Magn. \NC Wavenumb. \NC Wavelength \NC Freq. 
> \NC Energy \NC  Energy \NC\NR
> \HL
> \stoptabulatehead
>
> \starttabulatetail
> \HL
> \stoptabulatetail
>   
\setuptabulate[header=repeat] may work 

Hans 

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Repeating tabulate head/tail on every page
  2006-05-15  7:39 ` Hans Hagen
@ 2006-05-15  8:53   ` Tobias Burnus
  0 siblings, 0 replies; 4+ messages in thread
From: Tobias Burnus @ 2006-05-15  8:53 UTC (permalink / raw)


Hello,

Hans Hagen schrieb:
> \setuptabulate[header=repeat] may work
Hmm, it does somehow, but very strangely:
See http://www.physik.fu-berlin.de/~tburnus/tmp/energy-tabulate.pdf
and http://www.physik.fu-berlin.de/~tburnus/tmp/energy-tabulate.tex

Without repeat it looks ok:
=====page 1===
------------------------
Header
------------------------ % \HL of head
some lines
------------------------  % some \HL
.....
===page 2 ====
......
===page 3====
.....
---------------------- % \HL of tail


However, If I use repeat:

=====page 1===
------------------------
Header
                         % <<<< extra vertical spacing
------------------------ % \HL of head
some lines
                         % <<<<< extra spacing
------------------------ % <<<<< extra HL
------------------------ % some \HL of the tabulate body
.....
.....                    % <<<<<< No \HL of tail
===page 2 ====
------------------------ % \HL of head
Header
......                   % <<<<<<< NO \HL of head
......
------------------------ % \HL of tail (ok)
===page 3====
------------------------
Header
                         % <<<< extra spacing
------------------------ % \HL of head
.....
                         % <<<<< extra spacing
------------------------ % \HL of tail (ok)

* * *

In addition I still don't understand why \tables starts on the second page,
TeX source:
  http://www.physik.fu-berlin.de/~tburnus/tmp/energy.tex

Tobias

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-05-15  8:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-12  9:47 Repeating tabulate head/tail on every page Tobias Burnus
2006-05-12 10:17 ` Tobias Burnus
2006-05-15  7:39 ` Hans Hagen
2006-05-15  8:53   ` Tobias Burnus

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).