[NTG-context] Wrap an item in a frame?

2009-08-06 Thread U Avalos
Hi all is there a way to automatically wrap an \item in a frame or frametext box? This my be an obvious question but can't seem to figure it out... Tried this \setupitemize[1][ before=\startframedtext after=\stopframedtext ] But that didn't work.

[NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
Say I want to change the whitespace before an item in an enumeration. The diagram below: |.(a) Item 2 |.(b) item 2 Say I want to change the whitespace (represented by the dots) in a list? How can I do that? Tried various settings: changing margin, adding hskip, but nothing seems

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
projects... I'm really trying to make this work for me though :) On Tuesday 11 August 2009 12:42:35 Wolfgang Schuster wrote: Am 11.08.2009 um 17:41 schrieb U Avalos: Say I want to change the whitespace before an item in an enumeration. The diagram below: |.(a) Item 2 |.(b) item 2

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
\startitemize[a][margin=5cm] \item sub item 1 \item sub item 2 \stopitemize \stopitemize Margin has no effect on the sublist... On Tuesday 11 August 2009 12:57:40 Derek CORDEIRO wrote: On Tue, Aug 11, 2009 at 9:11 PM, U Avalos amscopub-m...@yahoo.com wrote: Say I want to change

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
You're right I should know better On Tuesday 11 August 2009 14:32:32 Idris Samawi Hamid ادريس سماوي حامد wrote: On Tue, 11 Aug 2009 11:13:02 -0600, Stéphane Goujet stephane.gou...@wanadoo.fr wrote: I have tried posting questions once or twice and I never got a single answer. The result

Re: [NTG-context] Change whitespace before item?

2009-08-11 Thread U Avalos
It works! That also was Wolfgang's solution ... however, the intext was not necessary. Funny thing is I could have sworn I tried left=\hskip before... Thanx On Tuesday 11 August 2009 14:55:44 Thomas A. Schmitz wrote: On Aug 11, 2009, at 8:48 PM, U Avalos wrote: You're right I should know

[NTG-context] fit width don't seem to get along in itemize lists

2009-08-12 Thread U Avalos
As per the wiki mailing lists, the following should give me a numbered list with the numbers right aligned: \startitemize[n,fit,packed] [itemalign=flushright,distance=12pt,width=60pt] \dorecurse{10}{\item blablabla} \stopitemize Unfortunately, with the fit setting, the width setting stops

Re: [NTG-context] fit width don't seem to get along in itemize lists

2009-08-12 Thread U Avalos
:52:23 U Avalos wrote: As per the wiki mailing lists, the following should give me a numbered list with the numbers right aligned: \startitemize[n,fit,packed] [itemalign=flushright,distance=12pt,width=60pt] \dorecurse{10}{\item blablabla} \stopitemize Unfortunately, with the fit setting