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