I am using the report style, latex2e. The first line after my all my
equations is indented if it is not the beginning of a sentence. What is the
best way to un-indent these lines? Is there a way to do this for the whole
document or do I need to put a latex command after each equation? In either
case, what is the command?
Thanks
Trevor Hicks
tjh...@nortel.ca
The important thing is to *not* insert commands.
Your indent may indeed be a paragraph indentation resulting from
a \par command --- a blank line after \end{equation}.
Or your indent may be an inter-word space. \end{equation} ignores
spaces directly after it, but not after other things you might have
typed.
Donald Arseneau as...@reg.triumf.ca
In article <4uitlv$2...@bcarh8ab.bnr.ca>, tjh...@bnr.ca (Trevor Hicks) wrote:
> Hi
>
> I am using the report style, latex2e. The first line after my all my
> equations is indented if it is not the beginning of a sentence. What is the
> best way to un-indent these lines? Is there a way to do this for the whole
> document or do I need to put a latex command after each equation? In either
> case, what is the command?
>
> Thanks
>
> Trevor Hicks
> tjh...@nortel.ca
-- Alain Kessi (alain...@psi.ch), at Paul Scherrer Institut, Zuerich, CH
++++ stop the execution of Mumia Abu-Jamal ++++
++++ if you agree copy these 3 sentences in your own sig ++++
++++ see: http://www.xs4all.nl/~tank/spg-l/sigaction.htm ++++
: > I am using the report style, latex2e. The first line after my all my
: > equations is indented if it is not the beginning of a sentence. What is the
: > best way to un-indent these lines? Is there a way to do this for the whole
: > document or do I need to put a latex command after each equation? In either
I have put a comment command (%) in the line
after the \end{equation}
command; it's simpler than to use the \noindent instruction,
I think.
Carlos Vaz