Text Formatting ⇒ Equation Formatting and Alignment
Equation Formatting and Alignment
can someone help me with this kind of formatting? What do I do to get this?
- Attachments
-
- equation-alignment.jpg (32.79 KiB) Viewed 2138 times
Reason: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.
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
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 
However, if you would like to use in within an
enumerate
environmnent, I would use an aligned
environment.Stefan
Re: Equation Formatting and Alignment
