Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Sphinx / tests / roots / test-latex-equations / equations.rst
Size: Mime:
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.