2012-10-03 Malte Stien <ma...@stien.de>:

Hi Malte

>  \placetable[here][tab:some-table]{Some Table}
>  \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|]
>  \HL
>  \NC {\bf Animal} \NC {\bf Comment}   \NC\FR
>  \HL
>  \NC Cat      \NC Pretty cool         \NC\MR
>  \NC Bear     \NC Kind of lazy        \NC\MR
>  \NC Sheep    \NC Always hungry       \NC\MR
>  \HL
>  \stoptabulate
> 
> However, I need one of these tables to split over adjacent pages, which 
> according to the documentation should be achievable with
> 
>  \setuptabulate[split=yes]
> 
> However, that does not seem to work in connection with the \placetable line.

\startplacetable [title=Some Table, reference=tab:some-table, 
location={split,here}]
  \starttabulate[|w(.30\textwidth)p|w(.70\textwidth)p|]
    \HL
    \NC {\bf Animal} \NC {\bf Comment}  \NC\FR
    \HL
    \NC Cat     \NC Pretty cool         \NC\MR
    \NC Bear    \NC Kind of lazy        \NC\MR
    \NC Sheep   \NC Always hungry       \NC\MR
    \HL
  \stoptabulate
\stopplacetable


Marco

___________________________________________________________________________________
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