Search found 2 matches

by cotta
Sat Jan 10, 2009 1:52 pm
Forum: Text Formatting
Topic: bug with custom label for list evironments
Replies: 3
Views: 4610

Re: bug with custom label for list evironments

Thanks everyone. You really helped me with that one!
by cotta
Thu Jan 08, 2009 12:29 pm
Forum: Text Formatting
Topic: bug with custom label for list evironments
Replies: 3
Views: 4610

bug with custom label for list evironments

Hello,

I recently started using LaTeX and tried to nest \list-environments with custom labels via \list{\textendash}.

Everything worked fine but the label for the second item within the nested \list never appeared.


\begin{list}{\textbullet}
\item 1
\item begin{list}{\textendash}
\item 1.1 ...