[texhax] LaTeX: Automatic \noindent after list

Radhakrishnan CV cvr at river-valley.org
Thu May 22 05:43:12 CEST 2003


>>>>> "Wolfgang" == Wolfgang Plaschg <wpl at gmx.net> writes:

    Wolfgang> But when you type...  %LaTeX-Code Start \begin{itemiz}
    Wolfgang> \item this \item that \end{itemize}

    Wolfgang> This line shouldn't be indented, but it is...

This might help:

 \let\saveenditemize\enditemize
 \def\enditemize{\saveenditemize\aftergroup\noindent}

This should suppress the indentation of the text after the list
closing. If you provide \noindent without the \aftergroup command, it
won't have any effect after the local group which always the
environments do have.

Best

Radhakrishnan


More information about the texhax mailing list