ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TABLE breaking is weird
@ 2016-12-19 10:25 Henri Menke
  0 siblings, 0 replies; only message in thread
From: Henri Menke @ 2016-12-19 10:25 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Dear list,

the problem is hard to describe but TABLE breaking behaves in a weird way.  Please try out the MWE below.  It is reproducible on TL2016 and latest beta.

Cheers, Henri

--- MWE ---

\starttext

\dorecurse{10}{\input lorem}

\startplacetable
  [
    title={Landscape table},
    %location={page,split,90},
    location={split,90},
  ]
  \startTABLE[split=repeat,option=stretch,textwidth=\textheight]

    \startTABLEhead
      \NC[nx=6,align=center] Beschriftung \NC\NR
    \stopTABLEhead

    \startTABLEnext
      \NC[nx=6,align=center] Beschriftung (Fortsetzung) \NC\NR
    \stopTABLEnext

    \startTABLEbody
      \dorecurse{50}{
        \NC Merkmal \NC Daten \NC Daten \NC Daten \NC Daten \NC Daten \NC\NR
      }
    \stopTABLEbody

  \stopTABLE
\stopplacetable

\dorecurse{10}{\input lorem}

\stoptext
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-19 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 10:25 TABLE breaking is weird Henri Menke

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