Hi all,
I know how to align equations. But all appears in the center of the page.
How could I align to the left margin of the page?
Thanks a lot.
Fernando
Text Formatting ⇒ Equation Alignment to left Margin of the Page
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
Equation Alignment to left Margin of the Page
Hi Fernando,
welcome to the board!
Use the fleqn class option, which means "flushed left equations", such as
Stefan
welcome to the board!
Use the fleqn class option, which means "flushed left equations", such as
Code: Select all
\documentclass[fleqn]{article}
LaTeX.org admin
Re: Equation Alignment to left Margin of the Page
Hi Stefan,
What if this alignment is only for one page of the entire document (book)?
Thanks for your help,
Fernando
What if this alignment is only for one page of the entire document (book)?
Thanks for your help,
Fernando
- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Equation Alignment to left Margin of the Page
Hi Fernando,
in that case I would use a flalign environment of the amsmath package. Left justification can be achived by putting & symbols to the right of the rows.
Stefan
in that case I would use a flalign environment of the amsmath package. Left justification can be achived by putting & symbols to the right of the rows.
Stefan
LaTeX.org admin