[NTG-context] list bug when using margin?
Aditya Mahajan
adityam at umich.edu
Fri Aug 1 20:44:04 CEST 2008
On Fri, 1 Aug 2008, Gerben Wierda wrote:
> The following list
>
> \startitemize[n,packed,joinedup]
> \item A is larger than B.
> \item B is larger than C.
> \item Therefore, A is larger than C.
> \stopitemize
>
> displays fine except it is not indented. So I added:
>
> \startitemize[n,packed,joinedup,margin=4em]
> \item A is larger than B.
> \item B is larger than C.
> \item Therefore, A is larger than C.
> \stopitemize
>
> and as a result, the list was not enumerated and it was not packed or
> joined up. Bug? Or misunderstanding?
Try,
\startitemize[n,packed,joinedup][margin=4em]
Aditya
More information about the ntg-context
mailing list