Possible Duplicate:
How can I get rid of indentation after an equation?
Just a quick question:
For clarity, in my LaTeX files I always leave a blank line after equations:
$$ equation $$
<- empty line ->
Text continued.
This automaticaly indents the next line. I know I can use the \noindent command to correct this, but it is rather tedious after every equation. Is there some universal command for this?
These are the packages I use:
\documentclass{article}
\usepackage{amsthm}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
$$...$$with LaTeX but\[...\]instead. See "Why is [ … ] preferable to$$?" for an explanation. – Martin Scharrer Feb 27 '11 at 20:31\in\[\]were removed by the wiki syntax :-( – Martin Scharrer Feb 27 '11 at 20:38>. You can also highlight the code and click the "code" button (with "101010" on it). Thanks & welcome to tex.sx. – Martin Scharrer Feb 27 '11 at 20:41