summaryrefslogtreecommitdiff
path: root/sandbox/jensj/latex_math/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/jensj/latex_math/README.txt')
-rw-r--r--sandbox/jensj/latex_math/README.txt21
1 files changed, 0 insertions, 21 deletions
diff --git a/sandbox/jensj/latex_math/README.txt b/sandbox/jensj/latex_math/README.txt
deleted file mode 100644
index 63abb49d9..000000000
--- a/sandbox/jensj/latex_math/README.txt
+++ /dev/null
@@ -1,21 +0,0 @@
-==================
-LaTeX-math plug-in
-==================
-
-The plug-in adds a latex-math role and directive that transforms ReST
-+ LaTeX-math to html + MathML. The script (in the ``tools`` directory)
-does exactly what rst2html.py does - only difference is that a
-latex-math role and directive is added to the parser before parsing.
-
-It works like this::
-
- python rst2mathml.py document.txt > document.xhtml
-
-(try the test file from the ``test`` directory).
-
-Documentation is in the ``docs`` directory.
-
-The script is a quick hack that we can use for testing until we have
-real plug-in support.
-
-Any feedback is appreciated.