[NTG-context] TABLE help

2010-12-10 Thread barney schwartz
Wolfgang,

In MKIV using TABLE:

All seems to work well enough UNTIL I use \placetable. I have enormous table
that run pages in length. I need them split0 repeat and that works fine
until I add:

\placetable[here][tab:five]{Descriptive Statistics for Salaried Men \
Women}
{
.
.
.
.
.
.
.
.
.
}

I lose ALL page breaks and the table dissappears off the bottom of the page.
LOST no breaks. Think you could help?

barney
___
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
___


Re: [NTG-context] TABLE help

2010-12-10 Thread Hans Hagen

On 10-12-2010 8:40, barney schwartz wrote:

Wolfgang,

In MKIV using TABLE:

All seems to work well enough UNTIL I use \placetable. I have enormous table
that run pages in length. I need them split0 repeat and that works fine
until I add:

\placetable[here][tab:five]{Descriptive Statistics for Salaried Men \
Women}
{



search for starttables in tabl-tab.mkiv for examples


-
  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
___


Re: [NTG-context] TABLE help

2010-12-10 Thread Wolfgang Schuster

Am 10.12.2010 um 08:40 schrieb barney schwartz:

 In MKIV using TABLE:
  
 All seems to work well enough UNTIL I use \placetable. I have enormous table 
 that run pages in length. I need them split0 repeat and that works fine until 
 I add:
  
 \placetable[here][tab:five]{Descriptive Statistics for Salaried Men \ Women}

You need the „split“ keyword, e.g.

\placetable[split][tab.five]{...}{...}

You can now also omit the „split=yes“ setting when you write it as argument for 
\bTABLE.

Wolfgang
___
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
___