Am 24.03.2011 um 15:29 schrieb Aditya Mahajan:
On Thu, 24 Mar 2011, Aditya Mahajan wrote:
On Thu, 24 Mar 2011, Cecil Westerhof wrote:
When using \startitemize … \stopitemize there is no indent for the first paragraph when using \head, but there is when using \item. How can I make that by \item the first paragraph also has no indentation?
See http://wiki.contextgarden.net/Indentation#Setting_up_indentation_inside_envi...
What you need is
\setupindenting[big,yes] \setupitemize[1][indenting=next]
\starttext \startitemize \item \input knuth \stopitemize \stoptext
Actually, in MkII indenting=yes does the right thing (no indentation of the first line). I would consider MkIV behavior a bug.
This is a feature of MkIV to allow one to indent the first paragraph of an \item (was a feature request) which isn’t possible with MkII. \starttext \startitemize[indenting={yes,medium}] \item \input knuth \stopitemize \stoptext Wolfgang