diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-10-21 13:46:28 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2010-10-21 13:46:28 +0000 |
| commit | 1b3d5c3822ef96cd903099ee4f1bccb9103dec0e (patch) | |
| tree | b943b20bd937ecbba1b37f37c53eb8a2f304feaa /docutils | |
| parent | 27281ab165875e026d570116537486875162fa6b (diff) | |
| download | docutils-1b3d5c3822ef96cd903099ee4f1bccb9103dec0e.tar.gz | |
Update. Add some math-related links.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6450 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 8ed515d27..96b2e03ed 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1168,6 +1168,10 @@ Inline example:: The equation in question is :math:`\alpha_t(i) = P(O_1, O_2, \dots O_t, q_t = S_i \lambda)`. +The backtick cannot be used in a math role. However it is not needed, +as in math the ``\grave`` macro is used instead of ``\``` for the +grave accent. + _`Options for HTML output`: * MathML_ is the W3C recommendation. Browser support is finally @@ -1177,6 +1181,10 @@ _`Options for HTML output`: __ http://vismor.com/documents/site_implementation/viewing_mathematics/ + OpenSource LaTeX to MathML converters include `latex_math`_ + (LaTeX2MathML) in the Docutils sandbox, MathToWeb_ (Java), + TeX4ht_ (TeX based). + * MathJax_ * a JavaScript-based engine for including TEX and MathML in HTML @@ -1187,8 +1195,8 @@ _`Options for HTML output`: the Society for Industrial and Applied Mathematics. * `Math support in Sphinx`_ supports MathJax. -* images (PNG or SVG) like e.g. Wikipedia. - +* images (PNG or SVG) like e.g. Wikipedia. (e.g. with dvisvgm_ or the + pure-python MathML->SVG converter SVGMath_) .. _latex_math: ../../../sandbox/jensj/latex_math/ .. _Math support in Sphinx: http://sphinx.pocoo.org/ext/math.html @@ -1198,6 +1206,10 @@ _`Options for HTML output`: .. _MathJax: http://www.mathjax.org/ .. _Unicode Nearly Plain Text Encoding of Mathematics: http://www.unicode.org/notes/tn28/ +.. _dvisvgm: http://dvisvgm.sourceforge.net/ +.. _MathToWeb: http://www.mathtoweb.com/ +.. _TeX4ht: http://www.tug.org/applications/tex4ht/mn.html +.. _SVGMath: http://www.grigoriev.ru/svgmath/ |
