[texhax] LaTeX: Automatic \noindent after list

Wolfgang Plaschg wpl at gmx.net
Thu May 22 03:21:03 CEST 2003


But when you type...

%LaTeX-Code Start
\begin{itemiz}
\item this
\item that
\end{itemize}

This line shouldn't be indented, but it is...
%LaTeX-Code End

...you'll get an indented paragraph.
Im very impressed how the \chapter{..}
command produces no-indented paragraphs
and wonder if i could program something
similar, which i couldn't.

What's the magic?

----- Original Message -----
From: "Donald R. Fredkin" <drfredkin at ucsd.edu>
To: "Wolfgang Plaschg" <wpl at gmx.net>
Sent: Thursday, May 22, 2003 2:03 AM
Subject: Re: [texhax] LaTeX: Automatic \noindent after list


> I tried your scheme, without the workaround, and it worked exactly as I
> think you wanted: the line after the list was not indented. Then I deleted
> "\noindent\ignorespaces" and it worked just as well. So I am confused.
What
> is the problem?
>
> Don
>
> --
> Donald R. Fredkin
> drfredkin at ucsd.edu
>
>
>
> On Wednesday, May 21, 2003 4:35 PM [GMT-8=PST],
> Wolfgang Plaschg <wpl at gmx.net> wrote:
>
> > 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
> > _______________________________________________
> > texhax mailing list
> > postmaster at tug.org
> > http://tug.org/mailman/listinfo/texhax
>



More information about the texhax mailing list