Files
sphinx/tests/roots/test-root/math.txt

32 lines
373 B
Plaintext
Raw Normal View History

Test math extensions :math:`E = m c^2`
======================================
2008-08-06 14:57:44 +00:00
This is inline math: :math:`a^2 + b^2 = c^2`.
.. math:: a^2 + b^2 = c^2
.. math::
a + 1 < b
2008-08-06 14:57:44 +00:00
.. math::
:label: foo
e^{i\pi} = 1
.. math::
:label:
e^{ix} = \cos x + i\sin x
.. math::
n \in \mathbb N
.. math::
:nowrap:
a + 1 < b
2008-08-06 14:57:44 +00:00
Referencing equation :eq:`foo`.