ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TABLE with split=repeat and headings
@ 2012-03-22 14:56 Andreas Schneider
  2012-03-27  6:36 ` Andreas Schneider
  2012-05-25  7:36 ` Andreas Schneider
  0 siblings, 2 replies; 4+ messages in thread
From: Andreas Schneider @ 2012-03-22 14:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1.1: Type: text/plain, Size: 601 bytes --]

Hello,

I  have several natural tables with the split=repeat option set. Those
tables  are  directly  after  a  subsubsubject.  Every now and then it
happens,  that  the  heading stays on the previous page (as last line)
and the table slips to the next page.

Without  split=repeat  it  correctly takes the header to the next page
too. Can I consider this a bug or am I doing something wrong?

The attached example demonstrates this problem.

Testet with
ConTeXt  ver: 2012.01.02 21:59 MKIV  fmt: 2012.1.24  int: english/english

and
201200310 13:15 MKIV

-- 
Best Regards,
Andreas

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.1.2: test.tex --]
[-- Type: text/x-tex; name="test.tex", Size: 371 bytes --]

\starttext
\dorecurse{35}{some text some text some text some text some text\crlf}
\subsubsubject{Some Table}
\bTABLE[split=repeat]
\bTABLEhead 
\bTR \bTD Col1 \eTD \bTD Col2 \eTD \bTD Col3 \eTD \eTR
\eTABLEhead 
\bTABLEbody
\bTR \bTD foo \eTD \bTD bar \eTD \bTD \eTD \eTR
\bTR \bTD test \eTD \bTD test \eTD \bTD test \eTD \eTR
\eTABLEbody
\eTABLE
\stoptext

[-- Attachment #1.2: Type: application/pgp-signature, Size: 224 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 4+ messages in thread

* Re: TABLE with split=repeat and headings
  2012-03-22 14:56 TABLE with split=repeat and headings Andreas Schneider
@ 2012-03-27  6:36 ` Andreas Schneider
  2012-03-27 13:03   ` Hans Hagen
  2012-05-25  7:36 ` Andreas Schneider
  1 sibling, 1 reply; 4+ messages in thread
From: Andreas Schneider @ 2012-03-27  6:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 706 bytes --]

On Thursday, March 22, 2012, at 16:56 Andreas Schneider wrote:
> Hello,

> I  have several natural tables with the split=repeat option set. Those
> tables  are  directly  after  a  subsubsubject.  Every now and then it
> happens,  that  the  heading stays on the previous page (as last line)
> and the table slips to the next page.

> Without  split=repeat  it  correctly takes the header to the next page
> too. Can I consider this a bug or am I doing something wrong?

> The attached example demonstrates this problem.

> Testet with
> ConTeXt  ver: 2012.01.02 21:59 MKIV  fmt: 2012.1.24  int: english/english

> and
> 201200310 13:15 MKIV


No ideas?


-- 
Best Regards,
Andreas

[-- Attachment #1.2: Type: application/pgp-signature, Size: 224 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 4+ messages in thread

* Re: TABLE with split=repeat and headings
  2012-03-27  6:36 ` Andreas Schneider
@ 2012-03-27 13:03   ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2012-03-27 13:03 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 27-3-2012 08:36, Andreas Schneider wrote:
> On Thursday, March 22, 2012, at 16:56 Andreas Schneider wrote:
>> Hello,
>
>> I  have several natural tables with the split=repeat option set. Those
>> tables  are  directly  after  a  subsubsubject.  Every now and then it
>> happens,  that  the  heading stays on the previous page (as last line)
>> and the table slips to the next page.
>
>> Without  split=repeat  it  correctly takes the header to the next page
>> too. Can I consider this a bug or am I doing something wrong?
>
>> The attached example demonstrates this problem.
>
>> Testet with
>> ConTeXt  ver: 2012.01.02 21:59 MKIV  fmt: 2012.1.24  int: english/english
>
>> and
>> 201200310 13:15 MKIV
>
>
> No ideas?

not yet (as I'm in hardware-upgrading mode)

Hans


-----------------------------------------------------------------
                                           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] 4+ messages in thread

* Re: TABLE with split=repeat and headings
  2012-03-22 14:56 TABLE with split=repeat and headings Andreas Schneider
  2012-03-27  6:36 ` Andreas Schneider
@ 2012-05-25  7:36 ` Andreas Schneider
  1 sibling, 0 replies; 4+ messages in thread
From: Andreas Schneider @ 2012-05-25  7:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 862 bytes --]

On Thursday, March 22, 2012, at 15:56 Andreas Schneider wrote:
> Hello,

> I  have several natural tables with the split=repeat option set. Those
> tables  are  directly  after  a  subsubsubject.  Every now and then it
> happens,  that  the  heading stays on the previous page (as last line)
> and the table slips to the next page.

> Without  split=repeat  it  correctly takes the header to the next page
> too. Can I consider this a bug or am I doing something wrong?

> The attached example demonstrates this problem.

> Testet with
> ConTeXt  ver: 2012.01.02 21:59 MKIV  fmt: 2012.1.24  int: english/english

> and
> 201200310 13:15 MKIV

I  hate  to  bump  my  own threads, but that problem still exists. Any
ideas how to fix it?

ConTeXt  ver: 2012.05.24 19:36 MKIV  fmt: 2012.5.25  int: english/english

-- 
Best Regards,
Andreas

[-- Attachment #1.2: Type: application/pgp-signature, Size: 224 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2012-05-25  7:36 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 14:56 TABLE with split=repeat and headings Andreas Schneider
2012-03-27  6:36 ` Andreas Schneider
2012-03-27 13:03   ` Hans Hagen
2012-05-25  7:36 ` Andreas Schneider

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