- #1
rapid1
- 13
- 0
Hi there,
I have the following bit of latex
However it is centered. Is there a left equivalent of \centering or is there another way to get this \align environment left aligned in my document.
Anything that gets it left would be excellent although I don't want anything that will set all \aligns left, just this one.
Thanks.
I have the following bit of latex
Code:
\begin{align*} [a,\; b] & = \{x;\; a\leq x\leq b\}\\
(a,\; b) & = \{x;\; a < x < b\}\\
\mathrm{[}a,\; b) & = \{x;\; a\leq x < b\}\\
(a,\; b\mathrm{]} & = \{x;\; a < x \leq b\}\\
\end{align*}
However it is centered. Is there a left equivalent of \centering or is there another way to get this \align environment left aligned in my document.
Anything that gets it left would be excellent although I don't want anything that will set all \aligns left, just this one.
Thanks.