Text FormattingProblem aligning

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
danielvelizv
Posts: 45
Joined: Wed May 25, 2016 7:04 am

Problem aligning

Post by danielvelizv »

Stefan_K wrote:You forgot to add leqno as option to \documentclass, at the beginning.

Regarding the array, I answered in your other topic. Btw. that's very good, making a topic for each separate question.

Stefan
Should I erase fleqn and use leqno? Thanks buddy, I read the answer in the other post, I'm going to test it, I really appreciate your help, thanks :)

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

Problem aligning

Post by Stefan Kottwitz »

Use both. They do different things: fleqn causes flush left equations, leqno switches the equation numbers to the left side. They are independent, can be combined, or used alone.

Stefan
LaTeX.org admin
danielvelizv
Posts: 45
Joined: Wed May 25, 2016 7:04 am

Problem aligning

Post by danielvelizv »

Stefan_K wrote:You forgot to add leqno as option to \documentclass, at the beginning.

Regarding the array, I answered in your other topic. Btw. that's very good, making a topic for each separate question.

Stefan
Do I have to delete fleqn and add leqno? Thanks buddy, after this I will tell how was it, I really appreciate your help on this, regards :)
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Problem aligning

Post by Stefan Kottwitz »

Add leqno is you need left equation numbering, yes.

Delete fleqn if you don't need them to be left aligned, then they will be centered. Otherwise keep fleqn too.

Try the versions, you can always change, there will be no harm to your document.

Stefan
LaTeX.org admin
Post Reply