summaryrefslogtreecommitdiff
path: root/sandbox/cben/rolehack
Commit message (Collapse)AuthorAgeFilesLines
* Updated with reference to alternative dialects (itex)cben2004-11-121-6/+26
| | | | | | | Fixed bad formatting. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2845 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Normalize spacing in formulas.cben2004-06-111-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@2257 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Doc improvements.cben2004-04-272-11/+22
| | | | 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-262-11/+6
| | | | | | | | | | ``.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
* Don't reflow text, allows pass-through of :literal: option when manglingcben2003-11-261-1/+1
| | | | | | | ``include::``. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1747 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Fixed broken CVSView URL.cben2003-11-222-5/+26
| | | | | | | - 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
* Fixed misparsed URL in README.txtcben2003-11-211-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1743 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* instructions for mathhack.pygoodger2003-11-141-0/+31
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* - Added :class: and :alt: attributes.cben2003-11-141-6/+19
| | | | | | | - Doc fixes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1736 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* The usage of an inline role to generate display math was misguided. Addedcben2003-10-093-70/+128
| | | | | | | | | | 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
* Fixed bug (``./mathhack`` directory had to exist already).cben2003-09-221-1/+6
| | | | | | | Fixed description. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implemented converter from tex math roles to images. Useful for HTML output.cben2003-09-222-1/+61
| | | | | | | | 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-182-0/+167
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