[NTG-context] list bug when using margin?

2008-08-01 Thread Gerben Wierda
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?

G

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] list bug when using margin?

2008-08-01 Thread Wolfgang Schuster

Am 01.08.2008 um 18:53 schrieb Gerben Wierda:

 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]

\startitemize[n,packed,joinedup][margin=4cm]

 \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?

You can mix both setup methods in LaTeX but not in ConTeXt.

Wolfgang

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] list bug when using margin?

2008-08-01 Thread Aditya Mahajan
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
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___