Test suite update for math extension.

This commit is contained in:
Georg Brandl
2008-08-06 14:57:44 +00:00
parent 26d724cb6d
commit 6d89feae1e
5 changed files with 30 additions and 6 deletions

View File

@@ -63,7 +63,7 @@ further translation is necessary when building LaTeX output.
to be issued. See :role:`eqref` for an example. The numbering style depends
on the output format.
.. role:: eqref
.. role:: eq
Role for cross-referencing equations via their label. This currently works
only within the same document. Example::
@@ -71,7 +71,7 @@ further translation is necessary when building LaTeX output.
.. math:: e^{i\pi} + 1 = 0
:label: euler
Euler's identity, equation :eqref:`euler`, was elected one of the most
Euler's identity, equation :eq:`euler`, was elected one of the most
beautiful mathematical formulas.