Here is a simple example:
\starttext
\startitemize[1,packed] Introduction text to the list below.
\item some item text1
\item some item text2
\stopitemize
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?
Wolfgang Schuster
Provide a example for this.
Wolfgang
Am 20.03.2013 um 03:22 schrieb non-null
Here is a simple example:
\starttext \startitemize[1,packed] Introduction text to the list below. \item some item text1 \item some item text2 \stopitemize
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?
\starttext Introduction text to the list below. \startitemize[1,packed,joinedup] \item some item text1 \item some item text2 \stopitemize Wolfgang
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
Dnia 2013-03-20, o godz. 12:35:11
Sietse Brouwer
non-null
wrote: 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
This is more of a follow-up question than an answer: wouldn't \blank[nowhite] be better? Best, -- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University
This is more of a follow-up question than an answer: wouldn't \blank[nowhite] be better?
Quite possibly. When I read "I want to be able to adjust the vertical
white space" my mind went towards adding whitespace instead of
removing it, but that was just an assumption. I admit that I didn't
look up the original thread. :-)
Cheers,
Sietse
On 20 March 2013 13:09, Marcin Borkowski
Dnia 2013-03-20, o godz. 12:35:11 Sietse Brouwer
napisał(a): non-null
wrote: 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
This is more of a follow-up question than an answer: wouldn't \blank[nowhite] be better?
Best,
-- Marcin Borkowski http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski Adam Mickiewicz University ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
participants (4)
-
Marcin Borkowski
-
non-null
-
Sietse Brouwer
-
Wolfgang Schuster