7 Jul
2011
7 Jul
'11
1:40 p.m.
Am 07.07.2011 um 13:08 schrieb Christian:
Dear all,
how do I decrease the horizontal whitespace between the symbol and the text in an item[ize] list? The manual suggests this:
\startitemize[1*serried] \item Test \stopitemize
It's not working, I get the same distance as with no option at all . Test But I wanted . Test
In fact, the option <<n>>*serried does not have any effect, whereas <<n>>*broad is working properly. Any suggestions?
You can use absolute values: \startitemize[width=1em,distance=0pt] Wolfgang