[texhax] enumitem issue

Lars Madsen daleif at imf.au.dk
Fri Nov 7 11:46:32 CET 2008


Sumit Rangwala wrote:
> Hi,
> 
> I have an issue with using enumitem package which is best explained
> with this example.
> 
> \documentclass[oneside, 10pt, letterpaper]{article}
> \usepackage{enumitem}
> 
> \begin{document}
> 
> \begin{description}[style=nextline]
>     \item[ITEM 1]
>       \begin{description}
>         \item [Middle Item] part of a list
>       \end{description}
>     \item[ITEM 2]  With only plain text
> 
> \end{description}
> \end{document}
> 
> For some unfathomable reason ITEM 2 is displayed but ITEM 1 isn't. I
> have found that if a \item[] is immediately followed by a list the
> label is missing.
> 
> 
> Thanks

this is a know issue in enumitem which is even mentioned in the enumitem 
manual (if I am not mistaken)

There is no general solution

-- 

/daleif


More information about the texhax mailing list