27 Mar
2009
27 Mar
'09
11:45 p.m.
On Fri, 27 Mar 2009, CuriousLearn wrote:
Aditya Mahajan
writes: For example, suppose I have
label.rt(textext("Do you see this label text. Quite long. Need to break it across lines"),(3,5));
label.rt(textext("\framed[frame=no,width=5cm]{....}", (3,5)) ;
Aditya
Thanks Aditya. Sorry but that does not work. The text line just starts shifting to the left for me. It spills outside the frame.
I tried with both MKIV and MKII. The MKIV version I tried with is
ConTeXt ver: 2009.03.18 21:58 MKIV
Any ideas why it may not be working for me?
Because I did not test before posting :) Try \framed[align=normal, width=5cm, frame=no]{....} Aditya