Text FormattingEquation Formatting and Alignment

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

Equation Formatting and Alignment

Post by enferty »

Hi,

can someone help me with this kind of formatting? What do I do to get this?
Attachments
equation-alignment.jpg
equation-alignment.jpg (32.79 KiB) Viewed 2177 times
Last edited by localghost on Thu Jun 07, 2012 4:53 pm, edited 1 time in total.
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where 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: 10348
Joined: Mon Mar 10, 2008 9:44 pm

Equation Formatting and Alignment

Post by Stefan Kottwitz »

Hi,

welcome to the board!

For such a list of equations, I recommend to use an align* environment of amsmath for this. It's described in the amsmath user manual.

However, if you would like to use in within an enumerate environmnent, I would use an aligned environment.

Stefan
LaTeX.org admin
enferty
Posts: 8
Joined: Thu Jun 07, 2012 2:31 pm

Re: Equation Formatting and Alignment

Post by enferty »

It works! Thank you so much :)
Post Reply