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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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 »

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