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 | 11d0d045779514934852c473ca111eb6e74185dc (patch) | |
| tree | 50f0d2321ea11e15987355efaa1b01c0fdd198b6 /docs/dev | |
| parent | ea62385cfc73803a9a76129535d985e80e7d0b70 (diff) | |
| download | docutils-11d0d045779514934852c473ca111eb6e74185dc.tar.gz | |
Update. Add some math-related links.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6450 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/todo.txt | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/dev/todo.txt b/docs/dev/todo.txt index 8ed515d27..96b2e03ed 100644 --- a/docs/dev/todo.txt +++ b/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/ |
