I'm writing a math paper in LaTeX and for math formulas I'm just using $$math formula$$. Is is possible to numerate formulas? Or do I have to you use some specific commands such as align?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
Vanilla displayed equation idioms:
Edit: |
|||||||||||||
|
|
For inline math use
Code:
|
|||||||
|



equationoralign, etc, environments. By the way, you should never use$$ $$for displayed equations but rather\[ \]. – Corentin Feb 15 at 19:37