diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-07-26 12:30:31 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2016-07-26 12:30:31 +0000 |
| commit | 94c94a58a52fd94163a529dddcefaf02b454d785 (patch) | |
| tree | eb1e649eb17360f4790d1382afc7f5755560b25b /docutils/docs/dev | |
| parent | 65a4715f1951ebfa2ccd7b60d01ab09bcda5a4aa (diff) | |
| download | docutils-94c94a58a52fd94163a529dddcefaf02b454d785.tar.gz | |
Update todo list.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7951 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 552098e3a..cd60bb8de 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1389,6 +1389,8 @@ MathML_ * `Steve’s LATEX-to-MathML translator`_ ('mini-language', javascript, Python) + * `MathJax for Node`_ + * Write a new converter? E.g. based on: @@ -1413,6 +1415,7 @@ MathML_ .. _updated latex-codec: http://mirror.ctan.org/biblio/bibtex/utils/mab2bib/latex.py .. _unimathsymbols: http://milde.users.sourceforge.net/LUCR/Math/ + .. _MathJax for Node: https://github.com/mathjax/MathJax-node .. URL seems down: .. _itex: http://pear.math.pitt.edu/mathzilla/itex2mmlItex.html @@ -1429,6 +1432,7 @@ HTML/CSS * TtH_ (C) * Hevea_ (Objective Caml) + * `MathJax for Node`_ __ http://www.cs.tut.fi/~jkorpela/math/ __ http://www.zipcon.net/~swhite/docs/math/math.html @@ -1440,6 +1444,9 @@ images (PNG or SVG) like e.g. Wikipedia. (e.g. with dvisvgm_ or the pure-python MathML->SVG converter SVGMath_) + * `MathJax for Node`_ + + .. _dvisvgm: http://dvisvgm.sourceforge.net/ .. _SVGMath: http://www.grigoriev.ru/svgmath/ @@ -2288,15 +2295,6 @@ __ ../user/latex.html#problems Bug fixes --------- -* A multirow cell in a table expects empty cells in the spanned rows while - the doctree contains only the remaining cells ("Exchange Table Model", see - docs/ref/soextblx.dtd). - - Needs bookkeeping of "open" multirow cells (how many how long) and - insertion of additional '&'s. - - See `<../../test/functional/input/data/latex.txt>`__ - * Too deeply nested lists fail: generate a warning and provide a workaround. @@ -2308,9 +2306,6 @@ Bug fixes Discuss the desired behaviour and implement a consistent one. -* An enumerated list in the docinfo fails (\newcounter definition inside - tabularx). - * File names of included graphics (see also `grffile` package). Generate clean and configurable LaTeX source |
