summaryrefslogtreecommitdiff
path: root/sandbox/cben/rolehack/mathhack.py
Commit message (Collapse)AuthorAgeFilesLines
* Doc improvements.cben2004-04-271-3/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2005 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Mangling of all includes was a bad idea => made it trigerred by includingcben2003-11-261-6/+1
| | | | | | | | | | ``.mathhack`` in included file name. - Switched to simple suffix extensions for pre/postprocessing intermediate files. - Added PDFLaTeX support. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1748 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Fixed broken CVSView URL.cben2003-11-221-1/+10
| | | | | | | - Added include mangling to simplify management of preprocessing. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1745 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* The usage of an inline role to generate display math was misguided. Addedcben2003-10-091-2/+2
| | | | | | | | | | ability to preprocess simple directives and replaced the ``texdisplay`` role with a ``texmath::`` directive. Fixed some bugs with role parsing (the regexps now closely follow the spec). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1717 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented converter from tex math roles to images. Useful for HTML output.cben2003-09-221-1/+1
| | | | | | | | Relies on somewhat obscure external tools. Ought to be parametrizable on command line. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1704 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented module for prototyping interepretted text roles bycben2003-09-181-0/+26
preprocessing into directives. Instantiated it for latex math. Requires correct processing of ``raw::`` substitutions. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1693 929543f6-e4f2-0310-98a6-ba3bd3dd1d04