summaryrefslogtreecommitdiff
path: root/docs/dev/rst
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-03-19 17:04:49 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2012-03-19 17:04:49 +0000
commitd01b70510eabcf64b0aa75e6ed7a676036fde864 (patch)
tree4150c9cb5133a2b4fa4a05ce6810dfe064dd63cb /docs/dev/rst
parent1cb06b4468bf507e6ccc0528946234aee5c64440 (diff)
downloaddocutils-d01b70510eabcf64b0aa75e6ed7a676036fde864.tar.gz
remove section Math Markup (now again in todo.txt)
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@7383 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/dev/rst')
-rw-r--r--docs/dev/rst/alternatives.txt56
1 files changed, 0 insertions, 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
- <http://article.gmane.org/gmane.text.docutils.user/118>`__.
-
-
-
-------------------
... Or Not To Do?
-------------------