Am 23.05.2014 um 04:17 schrieb Robert Zydenbos <cont...@zydenbos.net>:

> This is a topic that is of great interest to me. I have been trying to make 
> tables in mkii (because I need XeTeX for my Indic fonts) that span across 
> pages and in which cells are more than one line (so I use the 'p' parameter).
> 
> I'm enclosing a test file below. Any suggestions?

You have you use the “split” keyword when you want your tables to be broken 
across pages, i.e.

\starttext

\placetable[split]{Table caption}
  {\starttabulate
   \NC Knuth \NC \input knuth \NC\NR
   \NC Tufte \NC \input tufte \NC\NR
   \NC Zapf  \NC \input zapf  \NC\NR
   \NC Knuth \NC \input knuth \NC\NR
   \NC Tufte \NC \input tufte \NC\NR
   \NC Zapf  \NC \input zapf  \NC\NR
   \stoptabulate}
   
\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
___________________________________________________________________________________

Reply via email to