ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* TABLE splitting on entry spanning multiple rows
@ 2007-11-20 15:25 Santy, Michael
  0 siblings, 0 replies; only message in thread
From: Santy, Michael @ 2007-11-20 15:25 UTC (permalink / raw)
  To: ntg-context


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


Hello,

I'm using ConTeXt as part of an XML->PDF workflow that is heavy on tables.  The XML table model allows cells to span rows and columns.  While ConTeXt has handled row/column spanning perfectly up to this point, I believe I have found an issue.  When an entry that spans multiple rows is on the split point between pages, you get ragged entries on the page boundaries.  The code below demonstrates this on live.contextgarden.net (PDFTex):

\starttext
\setupTABLE[row][odd][background=color,backgroundcolor=red, width=.2\textwidth]
\bTABLE[split=yes]
\dorecurse{31}{\bTR \bTD[nc=4] filler \eTD \eTR}
\bTR \bTD[nr=3] 1 \eTD \bTD[nc=2] 2/3 \eTD \bTD[nr=3] 4 \eTD \eTR
\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR
\bTR \bTD 2 \eTD \bTD 3 \eTD \eTR
\bTR \bTD[nc=3] 1/2/3 \eTD \bTD 4 \eTD \eTR
\bTR \bTD 1 \eTD \bTD 2 \eTD \bTD 3 \eTD \bTD 4 \eTD \eTR
\eTABLE
\stoptext

Does anyone have any suggestions for visually cleaning this up?

Cheers,
Mike

[-- Attachment #1.2: Type: text/html, Size: 1451 bytes --]

[-- Attachment #2: Type: text/plain, Size: 487 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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

only message in thread, other threads:[~2007-11-20 15:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-20 15:25 TABLE splitting on entry spanning multiple rows Santy, Michael

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