20 Mar
2013
20 Mar
'13
11:35 a.m.
non-null
I want to be able to adjust the vertical white space between the list introduction text and the list of items. How can this be accomplished?
Probably \setupitemgroup[itemize][before={\blank[0em]}] will do what you want. For a complete list of parameters: http://wiki.contextgarden.net/Command/setupitemgroup \starttext \setupitemgroup[itemize][before={\blank[0em]}] \starttext \startitemize[packed] asdf asdf asdf asdf \item asdf \item asdf \item asdf \stopitemize \stoptext \stoptext