Changes

Jump to navigation Jump to search
1,024 bytes added ,  16:27, 25 September 2008
document nowhite option
\stoptext
</context>
 
== Whitespace around itemize ==
 
This is the way how you can set spacing before and after itemize when working with
<texcode>
\setupwhitespace[big]
</texcode>
 
An option '''nowhite''' comes in handy:
 
<texcode>
paragraph before
 
\startitemize[joinedup,nowhite,after]
\item first
\item second
\stopitemize
 
paragraph after
</texcode>
 
These are all the four possible combinations of whitespace settings that you might want to use:
 
 
<context>
\setuplayout[scale=0.8]
\setupwhitespace[big]
\definesymbol[1][$\triangleright$]
\startcolumns
{\bf joinedup:} \startitemize[joinedup] \item test \item test \stopitemize after \par
{\bf joinedup,nowhite:} \startitemize[joinedup,nowhite] \item test \item test \stopitemize after \column
{\bf joinedup,nowhite,before:} \startitemize[joinedup,nowhite,before] \item test \item test \stopitemize after \par
{\bf joinedup,nowhite,after:} \startitemize[joinedup,nowhite,after] \item test \item test \stopitemize after
\stopcolumns
</context>

Navigation menu