Optimize tests: test_jsmath

This commit is contained in:
Takeshi KOMIYA
2016-07-14 01:20:49 +09:00
parent 3fb439c476
commit b95f450452
3 changed files with 47 additions and 15 deletions

View File

@@ -0,0 +1,31 @@
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`.