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