Re: [NTG-context] Is there a way to split TABLE and TABLE caption for longtables

2010-12-16 Thread Wolfgang Schuster

Am 14.12.2010 um 10:00 schrieb barney schwartz:

> Group, Hans. Wolfgang, Help PLEASE
>  
> I have numerous loong tables to publish. attached find minimal example.
>  
> I need these tables to mimic \longtables LaTeX package.
>  
> I got a recode from Wolfgang using the TABLE module which works well for the 
> header, footer and TABLEbody however:
>  
> I need table caption and tablefoot to state:
>  
> table xx (continue)
>  
> Also it would be perfect if the top of the continued page(s) were open and 
> the footer for the continued page(s) said:
>  
> table xxx (continued)
>  
> Is there a way to accomplishe this feat of magic within ConTeXt?

MkII provided subnumbers for splitted tables, this function is not yet rewritten
for MkIV but because Hans hasn’t needed it so far. Although you provided a 
example
it wasn’t minimal enough for a test.

Here is a minimal example for Hans, which shows correct numbering for split 
tables
which is currently wrong for MkIV:

\setuppapersize[A7][A7]

\starttext

\placetable
  [split]
  {Test 1}
  {\bTABLE
   \dorecurse{20}{\bTR\bTD #1 \eTD\eTR}
   \eTABLE}

\placetable
  {Test 2}
  {\bTABLE
   \bTR\bTD 1 \eTD\eTR
   \eTABLE}

\stoptext

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
___


[NTG-context] Is there a way to split TABLE and TABLE caption for longtables

2010-12-14 Thread barney schwartz
Group, Hans. Wolfgang, Help PLEASE

I have numerous loong tables to publish. attached find minimal example.

I need these tables to mimic \longtables LaTeX package.

I got a recode from Wolfgang using the TABLE module which works well for the
header, footer and TABLEbody however:

I need table caption and tablefoot to state:

table xx (continue)

Also it would be perfect if the top of the continued page(s) were open and
the footer for the continued page(s) said:

table xxx (continued)

Is there a way to accomplishe this feat of magic within ConTeXt?

I have tried all I can think of to no avail. I have been on this problem now
for 3 weeks. If no solution then I am afraid that I must resort back to
LaTeX and memoir class. I am truely hoping NOT to go back.

barney


chap5a.tex
Description: TeX document
___
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
___