On Wed, 26 Jul 2006, Steffen Wolfrum wrote:

> Hi,
>
> both paragraph should be indented 12 pt. But there are different:
>
> \starttext
>
> \startitemize[width=12pt]
> \sym{\endash}\input tufte
> \stopitemize
>
> \setupitemize[width=12pt]
> \sym{\endash}\input tufte
>
> \stoptext
>
>
> How do I make the second the same as the first?

Shouldn't you wrap the second one with \startstop itemize?

\setupitemize[width=12pt]
\startitemize
\sym{\endash}\input tufte
\stopitemize

Aditya
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to