LyX ⇒ How to lable an equation other than numbering
-
- Posts: 1
- Joined: Wed Dec 10, 2008 7:07 am
How to lable an equation other than numbering
But whenever I label an equation, for example, with "eq:A.1,2", it still turns out to be (1) (2)...
An I find that even I just label "eq:", it still comes out with (1) (2)...
Does anyone know how to label equations in the way I want? Thank you.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
How to lable an equation other than numbering
you could use the \tag command, like \tag{A.1.2}, or redefine the \theequation macro. The amsmath documentation could be helpful for your, perhaps more of the math tutorials/documentation here: Mathematics with LaTeX.
Stefan