Or at least between the two:
Code: Select all
\begin{align*}
\end{align*}
Code: Select all
\begin{align*}
\end{align*}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
align*
environment is centered by default. You could check the document class option, perhaps you made a setting fleqn
which stands for flushed left equation and would remove the default centering.\documentclass
and the one containing \usepackage[...]{amsmath}
. Tip, each problem is easy to solve if a Code: Select all
\begin{align*}
...
\end{align*}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis