summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-latex-equations/equations.rst
blob: 2eef2f2a4b4344ce9590ffd406ce39a21b7fcfee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.