Changes

Jump to navigation Jump to search
763 bytes added ,  12:40, 7 July 2011
Added section "Horizontal spacing"
|}
== Spacing Vertical spacing ==
This is the way how you can set spacing before and after itemize when working with
\stopcolumns
</context>
 
==Horizontal spacing==
{|
! width="45%"|
! width="10%"|
! width="45%"|
|-
|To control the space between the item symbol (bullet) and the item text
 
you can use eather the broad option
<texcode>
\startitemize[n*broad] %replace n with a number (e.g "3").
\item Test
\stopitemize
</texcode>
or you can use absolute values (for fine tuning):
<texcode>
\startitemize[width=1em,distance=0pt]
\item Test
\stopitemize
</texcode>
|
|<context>
\startitemize[width=1em,distance=0pt]
\item Using width=1em,distance=0pt
\stopitemize\setuplayout[scale=0.8,width=9cm]
\startitemize
\item {\bf Default} (no arguments)
\stopitemize
 
\startitemize[1*broad]
\item Using 1*broad
\stopitemize
\startitemize[3*broad]
\item Using 2*broad
\stopitemize
</context>
|}
==Multicolumn==
10

edits

Navigation menu