Possible Duplicate:
Left align (to the page) displayed math
I have a document in which I want to use display mode, but want the expressions left-aligned instead of centered. So far, I've been able to do this with this code:
\begin{align*}
\[some display math\]
\end{align*}
This is a pain. Is there some setting I can use that will align all display math to the left? I've tried [fleqn], but this seems to only left align equations and equation blocks, instead of any general display math.
