Files
sphinx/tests/root/math.txt
T
2015-12-22 11:33:58 +09:00

27 lines
342 B
Plaintext

Test math extensions :math:`E = m c^2`
======================================
This is inline math: :math:`a^2 + b^2 = c^2`.
.. math:: a^2 + b^2 = c^2
.. math::
a^2 + b^2 = c^2
.. math::
:label: foo
e^{i\pi} = 1
.. math::
:label:
e^{ix} = \cos x + i\sin x
.. math::
n \in \mathbb N
Referencing equation :eq:`foo`.