Math & ScienceGetting equation numbers to appear to the left

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
vykan12
Posts: 2
Joined: Wed Jun 10, 2009 12:08 am

Getting equation numbers to appear to the left

Post by vykan12 »

How do you get an equation number to appear left of a math expression instead of to the right?

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Getting equation numbers to appear to the left

Post by localghost »

Add the leqno option to the document class. Such basics can be found in lshort.


Best regards and welcome to the board
Thorsten
vykan12
Posts: 2
Joined: Wed Jun 10, 2009 12:08 am

Re: Getting equation numbers to appear to the left

Post by vykan12 »

I do not want every formula in the document to appear on the left hand side. I'm trying to make a new environment that puts its equation numbers to the left as one of its properties.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Getting equation numbers to appear to the left

Post by localghost »

For the sake of consistency I dissuade from single equations with their number to the left. Whatever you do, you should always keep the reader in mind. But perhaps the "Math mode" document has a solution.
Post Reply