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 2137 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.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
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