From 0545ea5e1d5192e0cbd79d0d092b9d11643d85f2 Mon Sep 17 00:00:00 2001 From: milde Date: Mon, 19 Mar 2012 17:04:49 +0000 Subject: [PATCH] remove section Math Markup (now again in todo.txt) git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@7383 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- docs/dev/rst/alternatives.txt | 56 ------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/docs/dev/rst/alternatives.txt b/docs/dev/rst/alternatives.txt index b94958588..2b1ca7220 100644 --- a/docs/dev/rst/alternatives.txt +++ b/docs/dev/rst/alternatives.txt @@ -2648,62 +2648,6 @@ I've thought a bit more on this, and I came up with two possibilities: Both of these alternatives are flawed. Any other ideas? -Math Markup -=========== - -Since Docutils 0.8, a "math" role and directive using LaTeX math -syntax as input format is part of reStructuredText. - -Use a "Transform" for math format conversions as extensively discussed in -the "math directive issues" thread in May 2008 - -Provide for alternative math input formats -(see also http://osdir.com/ml/text.docutils.devel/2008-05/threads.html). - -MathML_ - Not for hand-written code but maybe usefull when pasted in (or included - from a file) - - For an overview of MathML implementations and tests, see, e.g., - the `mathweb wiki`_ or the `ConTeXT MathML page`_. - - .. _MathML: http://www.w3.org/TR/MathML2/ - .. _mathweb wiki: http://www.mathweb.org/wiki/MathML - .. _ConTeXT MathML page: http://wiki.contextgarden.net/MathML - - -ASCIIMath_ - Simple, ASCII based math input language (see also `ASCIIMath tutorial`_). - - * The Python module ASCIIMathML_ translates a string with ASCIIMath into a - MathML tree. Used, e.g., by MultiMarkdown__. - - * For conversion to LaTeX, there is a JavaScript script at - http://dlippman.imathas.com/asciimathtex/ASCIIMath2TeX.js - - .. _ASCIIMath: http://www1.chapman.edu/~jipsen/mathml/asciimath.html - .. _ASCIIMath tutorial: - http://www.wjagray.co.uk/maths/ASCIIMathTutorial.html - .. _ASCIIMathML: http://pypi.python.org/pypi/asciimathml/ - __ http://fletcherpenney.net/multimarkdown/ - -`Unicode Nearly Plain Text Encoding of Mathematics`_ - format for lightly marked-up representation of mathematical - expressions in Unicode. - - (Unicode Technical Note. Sole responsibility for its contents rests - with the author(s). Publication does not imply any endorsement by - the Unicode Consortium.) - - .. _Unicode Nearly Plain Text Encoding of Mathematics: - http://www.unicode.org/notes/tn28/ - -itex - See `the culmination of a relevant discussion in 2003 - `__. - - - ------------------- ... Or Not To Do? ------------------- -- 2.11.4.GIT