Is there any way to number the equations, even manually if automatic numbering is not supported?
Thanks!
Is there any way to number the equations, even manually if automatic numbering is not supported?
Thanks!
$\frac{1}{2}$
QuickLaTeX supports equation numbering by native LaTeX rules:
- Automatic numbering of displayed equations, e.g. \begin{equation} ... \end{equation}, etc.
- Custom number for equation can be set using \tag
- User can put label for equation by \label and reference formula by \ref further in the text.
This topic has been closed to new replies.