ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* column breaks and TABLE
@ 2010-11-15  1:45 Philipp Gesang
  0 siblings, 0 replies; only message in thread
From: Philipp Gesang @ 2010-11-15  1:45 UTC (permalink / raw)
  To: ntg-context


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

Hi all,

with natural tables I can’t seem to get column breaks right.
Example:

··8<·····························································

\setuppapersize[A5][A5]
\definecolumnset[three][n=3]

\starttext
\startcolumnset[three]
\dorecurse{5}{
  \subject{Test nr. \recurselevel}
  Some paragraph.\par
  \penalty10000 % comment me to get even footer; well, sort of …
  \bTABLE[split=yes]
  \bTABLEbody
    \dorecurse{80}{
      \bTR\bTC Nr.\eTC\bTC\recurselevel\eTC\eTR
    }
  \eTABLEbody
  \eTABLE
  Text after.\par\column
}
\stopcolumnset
\stoptext

··8<·····························································

The crude prevention of a column break before the table appears
to cause the first column to extend into the footer. However,
without the ‘\penalty’ the table will always appear on a new
column -- not looking well if there’s not much to typeset besides
the table itself.

Is there a way to get the best of both worlds: an even footer
without a break before the table?

I’d be grateful for any hints or suggestions, Philipp

-- 
()  ascii ribbon campaign - against html e-mail
/\  www.asciiribbon.org   - against proprietary attachments

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

[-- Attachment #2: Type: text/plain, Size: 486 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] only message in thread

only message in thread, other threads:[~2010-11-15  1:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-15  1:45 column breaks and TABLE Philipp Gesang

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