Hi everyone, I am wondering about the effects of the 'margin=yes' option in itemize environments. It seems to be incompatible with the 'packed' option. In the following example, the third itemize doesn't get packed, even if the 'packed' option is present. Is it a feature? In this case, how can I modify the margin without introducing vertical spaces? Best regards, Morgan \starttext One \startitemize[packed] \item text \item text \stopitemize Two \startitemize[margin=yes] \item text \item text \stopitemize Three \startitemize[margin=yes, packed] \item text \item text \stopitemize \stoptext
Hi Morgan,
I am wondering about the effects of the 'margin=yes' option in itemize environments. It seems to be incompatible with the 'packed' option.
you can't use assignments and commands in the same argument.
In the following example, the third itemize doesn't get packed, even if the 'packed' option is present. Is it a feature? In this case, how can I modify the margin without introducing vertical spaces?
Best regards, Morgan
\starttext
One \startitemize[packed] \item text \item text \stopitemize
Two \startitemize[margin=yes] \item text \item text \stopitemize
Three \startitemize[margin=yes, packed] \item text \item text \stopitemize
\startitemize[packed][margin=yes] \item text \item text \stopitemize
\stoptext
Wolfgang
On Sun, 23 Mar 2008, Wolfgang Schuster wrote:
Hi Morgan,
I am wondering about the effects of the 'margin=yes' option in itemize environments. It seems to be incompatible with the 'packed' option.
you can't use assignments and commands in the same argument.
D'oh! Now I feel terribly sorry for my mistake... I'm learning new things about ConTeXt everyday, but apparently not enough! Thank you for being so patient, Wolfgang! Morgan
participants (2)
-
Morgan Brassel
-
Wolfgang Schuster