diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-06-17 10:50:48 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2011-06-17 10:50:48 +0000 |
| commit | 07c3091a6af37f15fd81aab89186ad891ccde764 (patch) | |
| tree | ca25b986cd3d260cff665be42ef50ef8dc4e1cf3 /docutils/docs/dev/todo.txt | |
| parent | f72e34ac014b47f422bc026ec598dba8979367f7 (diff) | |
| download | docutils-07c3091a6af37f15fd81aab89186ad891ccde764.tar.gz | |
Math directive and documentation update:
Math content can also be given as directive argument.
Multiple content block separated by blank lines are put in separate
nodes.
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7056 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/dev/todo.txt')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index 417528479..2c636bc47 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -1154,10 +1154,9 @@ __ rst/alternatives.html#or-not-to-do Math Markup ----------- -We need a generic solution, that's applicable to any output format. Using a standard, such as MathML_, would be best. (For an overview of MathML implementations and tests, see e.g. the `mathweb wiki`_ or -the `ConTeXT MathML page`_ +the `ConTeXT MathML page`_.) .. _MathML: http://www.w3.org/TR/MathML2/ .. _mathweb wiki: http://www.mathweb.org/wiki/MathML @@ -1187,7 +1186,7 @@ LaTeX math syntax * Used for input and storage by the `Math support in Sphinx`_. * Unicode input similar to the "unicode-math" package for - XeTeX/LuaTeX provides for a improved readability. + XeTeX/LuaTeX provides for improved readability of the source. * The backtick (GRAVE ACCENT, 0x60) cannot be used in a math role. Fortunately, it is not required in LaTeX math mode, as the @@ -1217,12 +1216,6 @@ See `the culmination of a relevant discussion Try to be compatible with `Math support in Sphinx`_? -* When the math is only one line of text, it can also be given as a - directive argument. - -* Supports multiple equations, which should be separated by a blank - line. - * The ``:label:`` option selects a label for the equation, by which it can be cross-referenced, and causes an equation number to be issued. @@ -1254,7 +1247,10 @@ Which equation environments should be supported by the math directive? + unnumbered: `align*` + Sphinx math also supports `gather` (checking for blank lines in - the content). + the content). Docutils puts content blocks separated by blank + lines in separate math-block doctree nodes. (The difference of + `gather` to two consecutive "normal" environments is that + line-breaks between the two are prevented.) See http://www.math.uiuc.edu/~hildebr/tex/displays.html. @@ -1318,6 +1314,8 @@ HTML/CSS * Hevea_ (Objective Caml) * eLyXer_ (Python) + The ``math-output=html`` option uses the converter from eLyXer. + __ http://www.cs.tut.fi/~jkorpela/math/ __ http://www.zipcon.net/~swhite/docs/math/math.html .. _TtH: ttp://hutchinson.belmont.ma.us/tth/index.html |
