ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* multipage tables - vertical space
@ 2010-12-05 14:16 Peter Van Kranenburg
  2010-12-06 12:18 ` Hans Hagen
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Van Kranenburg @ 2010-12-05 14:16 UTC (permalink / raw)
  To: ntg-context

Hello all,

What's wrong with this multipage table?

\starttext
\setuptables[split=repeat]
\placetable[split,here][tab:example]{Long Table Example}{\start
\starttablehead
\HL
\VL \bf A \VL \bf B \VL\MR
\HL
\stoptablehead
\starttabletail
\HL
\stoptabletail
\starttables[|l|l|]
\dorecurse{100}{\VL first \VL second \VL\MR}
\stoptables
\stop}
\stoptext

On each page, I get a vertical space above the footer. see:
http://syrinx.knorrie.org/~pvk/tableproblem/tableproblem.pdf

Using TeX Live 2009 for Mac OS X:

This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009)
  (/usr/local/texlive/2009/texmf/web2c/natural.tcx)
entering extended mode
(./tableproblem.tex

ConTeXt  ver: 2009.08.19 17:10 MKII  fmt: 2010.6.15  int: english/english

Thanks in advance!

Best,
Peter van Kranenburg

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: multipage tables - vertical space
  2010-12-05 14:16 multipage tables - vertical space Peter Van Kranenburg
@ 2010-12-06 12:18 ` Hans Hagen
  2011-01-02 12:56   ` Peter Van Kranenburg
  0 siblings, 1 reply; 3+ messages in thread
From: Hans Hagen @ 2010-12-06 12:18 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Peter Van Kranenburg

On 5-12-2010 3:16, Peter Van Kranenburg wrote:
> Hello all,
>
> What's wrong with this multipage table?
>
> \starttext
> \setuptables[split=repeat]
> \placetable[split,here][tab:example]{Long Table Example}{\start
> \starttablehead
> \HL
> \VL \bf A \VL \bf B \VL\MR
> \HL
> \stoptablehead
> \starttabletail
> \HL
> \stoptabletail
> \starttables[|l|l|]
> \dorecurse{100}{\VL first \VL second \VL\MR}
> \stoptables
> \stop}
> \stoptext
>
> On each page, I get a vertical space above the footer. see:
> http://syrinx.knorrie.org/~pvk/tableproblem/tableproblem.pdf

there is some hard codes tolerance:

    \def\tsplitminimumfreelines{2}%

that could be made configurable (not sure what key to use)

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

* Re: multipage tables - vertical space
  2010-12-06 12:18 ` Hans Hagen
@ 2011-01-02 12:56   ` Peter Van Kranenburg
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Van Kranenburg @ 2011-01-02 12:56 UTC (permalink / raw)
  To: ntg-context

On 12/6/10 1:18 PM, Hans Hagen wrote:
> On 5-12-2010 3:16, Peter Van Kranenburg wrote:
>> Hello all,
>>
>> What's wrong with this multipage table?
>>
>> \starttext
>> \setuptables[split=repeat]
>> \placetable[split,here][tab:example]{Long Table Example}{\start
>> \starttablehead
>> \HL
>> \VL \bf A \VL \bf B \VL\MR
>> \HL
>> \stoptablehead
>> \starttabletail
>> \HL
>> \stoptabletail
>> \starttables[|l|l|]
>> \dorecurse{100}{\VL first \VL second \VL\MR}
>> \stoptables
>> \stop}
>> \stoptext
>>
>> On each page, I get a vertical space above the footer. see:
>> http://syrinx.knorrie.org/~pvk/tableproblem/tableproblem.pdf
>
> there is some hard codes tolerance:
>
> \def\tsplitminimumfreelines{2}%
>
> that could be made configurable (not sure what key to use)
>

Thanks, but I'm still struggling with this. I don't understand what to 
do with your suggestion.

Should I use other table macro's?

best,
Peter van Kranenburg



> -----------------------------------------------------------------
> Hans Hagen | PRAGMA ADE
> Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
> tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
> | www.pragma-pod.nl
> -----------------------------------------------------------------
> ___________________________________________________________________________________
>
> If your question is of interest to others as well, please add an entry
> to the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___________________________________________________________________________________
>
>


___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


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

end of thread, other threads:[~2011-01-02 12:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-05 14:16 multipage tables - vertical space Peter Van Kranenburg
2010-12-06 12:18 ` Hans Hagen
2011-01-02 12:56   ` Peter Van Kranenburg

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