Text Formattingamsmath | Equation aligned to the Left

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

amsmath | Equation aligned to the Left

Post by pallav »

I usually use

Code: Select all

\begin{align}
  a &= b+c\\
  d &= e+f
\end{align}
The equations come always in the center of the PDF. I want to write the equation with left justify. How it is possible?

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

amsmath | Equation aligned to the Left

Post by Stefan Kottwitz »

Hi,

use the fleqn document class option, perhaps also set \mathindent to some value or to 0pt. Have a look here for an example: Equation indentation.

Stefan
LaTeX.org admin
pallav
Posts: 170
Joined: Wed Nov 12, 2008 5:53 pm

Re: amsmath | Equation aligned to the Left

Post by pallav »

Thanks. It works
Post Reply