Files
sphinx/tests/roots/test-latex-equations/equations.rst

22 lines
256 B
ReStructuredText

test-latex-equation
===================
Equation without a label.
.. math::
E = mc^2
Equation with label.
.. math:: E = hv
:label: test
Second equation without label.
.. math::
c^2 = a^2 + b^2
Equation with label :eq:`test` is important.