list bug when using margin?
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
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
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
participants (3)
-
Aditya Mahajan
-
Gerben Wierda
-
Wolfgang Schuster