[texhax] Nested list misalignment

Aditya Mahajan adityam at umich.edu
Fri Apr 20 05:46:38 CEST 2007


On Thu, 19 Apr 2007, Donald Arseneau wrote:

> Aditya Mahajan <adityam at umich.edu> writes:
>
>> On Thu, 19 Apr 2007, Donald Arseneau wrote:
>>
>>> As I recall, context had the terrible list formatting shared
>>> by the enumerate package: inconsistent indentation.
>>
>> Can you please elaborate? I use both the enumerate package and ConTeXt and
>> have never noticed an inconsistent indentation (which simply means that I am
>> bad at noticing typographic quality).
>
> I shouldn't have made that remark, because now I will probably
> have to wade back into Context only to find it was fixed long ago.

Certainly looks like it was fixed

\setupitemize[margin=2em]
\starttext
Test test
\startitemize[n]
   \item Test
\stopitemize
Foo bar foo bar fubar
\startitemize[r][stopper=]
   \item Test
\stopitemize
\stoptext


> For the enumerate package...
>
> \documentclass{article}
> \usepackage{enumerate}
> \begin{document}
>
> \noindent Test test
> \begin{enumerate}
> \item Test
> \end{enumerate}
> Foo bar foo bar fubar.
> \begin{enumerate}[i]
> \item Test
> \end{enumerate}
>
> \end{document}

Thanks for the example. In future I will be careful while using the 
enumerate package.

Aditya


More information about the texhax mailing list