ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Clash in itemize options?
@ 2008-03-23 13:36 Morgan Brassel
  2008-03-23 15:32 ` Wolfgang Schuster
  0 siblings, 1 reply; 3+ messages in thread
From: Morgan Brassel @ 2008-03-23 13:36 UTC (permalink / raw)
  To: ntg-context

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

___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Clash in itemize options?
  2008-03-23 13:36 Clash in itemize options? Morgan Brassel
@ 2008-03-23 15:32 ` Wolfgang Schuster
  2008-03-23 15:50   ` Morgan Brassel
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Schuster @ 2008-03-23 15:32 UTC (permalink / raw)
  To: ntg-context

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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Clash in itemize options?
  2008-03-23 15:32 ` Wolfgang Schuster
@ 2008-03-23 15:50   ` Morgan Brassel
  0 siblings, 0 replies; 3+ messages in thread
From: Morgan Brassel @ 2008-03-23 15:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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
___________________________________________________________________________________
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
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-03-23 15:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-03-23 13:36 Clash in itemize options? Morgan Brassel
2008-03-23 15:32 ` Wolfgang Schuster
2008-03-23 15:50   ` Morgan Brassel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).