[texhax] LaTeX: Automatic \noindent after list

Wolfgang Plaschg wpl at gmx.net
Thu May 22 02:35:48 CEST 2003


Hi!

I don't want the first line after a list environment
to be indented. I'm using a customized list:

\renewenvironment{itemize}
{\begin{list}{\textbullet}{
\setlength{\itemsep}{0pt}
\setlength{\parsep}{0pt}
}}
{\end{list}\noindent\ignorespaces}

But there's always a blank before the first letter.
My workaround...

\begin{itemiz}
...
\end{itemize}%
This line is not indented

...which i don't like.
Is there a better way, to do it?

Thanks in advance,
Wolfgang


More information about the texhax mailing list