Hello,

How do you setup your itemize environment to get a formatting in paragraph
fashion, that is to say without margins at the second, third, etc. lines of
each item, like this:

1. one one one one one one one one one one
one one one one one one one one one one
2. two two two two two two two two two two
two two two two two two two two two two
3. three three three three three three three three three three
three three three three three three three three three three

I get this instead (notice the margins represented with underscores):

1. one one one one one one one one one one
__one one one one one one one one one one
2. two two two two two two two two two two
__two two two two two two two two two two
3. three three three three three three three three three three
__three three three three three three three three three three

with:

\setupitemgroup[itemize][each][packed]
\startitemize[n]
\item \dorecurse{20}{one}
\item \dorecurse{20}{two}
\item \dorecurse{20}{three}
\stopitemize


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

Reply via email to