sphinx/tests/root/math.txt

23 lines
275 B
Plaintext
Raw Normal View History

2008-08-06 09:57:44 -05:00
Test math extensions
====================
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
Referencing equation :eq:`foo`.