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-ext-math / math.rst
Size: Mime:
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 + 1 < b

.. math::
   :label: foo

   e^{i\pi} = 1

.. math::
   :label:

   e^{ix} = \cos x + i\sin x

.. math::

   n \in \mathbb N

.. math::
   :nowrap:

   a + 1 < b

Referencing equation :eq:`foo` and :math:numref:`foo`.