On Tue, 19 May 2015, John Culleton wrote:

Supposedly \tablulate can handle a multiline
paragraph in a single cell. It didn't work for
me. The text just ran off the right edge of
the page. So here is my two column table with a
workaround.
---------------------------------------------
\starttext
{\bf Figure 2.3: Specialty Food Store
Classifications}
\setupframed[framecorner=rectanglular,background=none]
\tfx
\placetable[force,none]{}
\starttabulate[|lw(.25\textwidth)|lpw(.75\textwidth)|]

Simply use p(.75\textwidth)


\setupcaption[table][location=top]
\starttext
\startplacetable
    [title={Specialty Food Store Classifications},
     location={here,top}]
\starttabulate[|lw(.25\textwidth)|p(.75\textwidth)|]
\HL \NC Housewares \NC Gourmet pots and pans and other cookware, with some impulse and companion food items \NC\NR \HL \stoptabulate \stopplacetable
\stoptext

Aditya
___________________________________________________________________________________
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