mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
23 lines
275 B
Plaintext
23 lines
275 B
Plaintext
|
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`.
|