summaryrefslogtreecommitdiff
path: root/sphinx/ext/pngmath.py
Commit message (Expand)AuthorAgeFilesLines
* merge with 0.6Georg Brandl2010-05-221-5/+5
|\
| * #393: Fix the usage of Unicode characters in mathematic formulas when using t...Georg Brandl2010-05-221-5/+5
* | Rename os to osutil, thanks to relative imports.Georg Brandl2010-01-171-1/+1
* | Refactor util package.Georg Brandl2010-01-171-1/+1
|/
* Happy new year!Georg Brandl2010-01-011-1/+1
* #301: use errno values from errno module.Georg Brandl2009-12-241-3/+3
* Change the name of mathbase.setup() so that putting it in extensions doesn't ...Georg Brandl2009-11-081-1/+1
* #210: Fix nesting of HTML tags for displayed math from pngmath extension.Georg Brandl2009-07-091-3/+2
* Make check happy.Georg Brandl2009-06-171-1/+2
* Refix #188.Georg Brandl2009-06-031-1/+1
* #188: fix oversight in replacing parameter.Georg Brandl2009-06-011-3/+3
* #179: properly set rebuild parameter for pngmath config values.Georg Brandl2009-05-271-6/+6
* merge with 0.5Georg Brandl2009-02-271-5/+5
|\
| * #109: fix circular import problems by moving exceptions into their own module.Georg Brandl2009-02-241-1/+1
| * merge with mainGeorg Brandl2009-02-141-18/+31
| |\
| * | Reformat to EOL80.Georg Brandl2009-01-101-11/+12
* | | Fix PNG depth assignment for depth=0.Georg Brandl2009-02-271-4/+9
| |/ |/|
* | Don't call LaTeX or dvipng over and over again if it was notGeorg Brandl2009-02-071-17/+31
|/
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
* * #72: In pngmath, make it possible to give a full path to LaTeX andGeorg Brandl2008-12-151-4/+6
* #65: Store depth information in PNG images themselves.Georg Brandl2008-12-101-7/+4
* Use regular system message node for warning about latex failures.Georg Brandl2008-11-221-19/+8
* sphinx.ext.pngmath: make Latex errors non-fatal for HTML outputPauli Virtanen2008-11-201-2/+27
* Fixed encoding issue in pngmath hashingSebastian Wiesner2008-11-201-1/+1
* In pngmath, don't call latex again if an image with the given SHA sum alreadyGeorg Brandl2008-11-191-0/+8
* A few math experience improvements, inspired by Fredrik Johansson.Georg Brandl2008-11-161-4/+4
* Merge with http://www.bitbucket.org/zondo/sphinx-fixes-gjh; small fix forGeorg Brandl2008-11-081-13/+23
|\
| * Add support for old versions of latex (with no --output-directory option).Glenn Hutchings2008-11-071-3/+12
|/
* Some pylint-found fixes and cleanups.georg.brandl2008-09-061-1/+1
* Display stderr and stdout for LaTeX too.georg.brandl2008-08-151-3/+4
* Allow nonwrapped displaymath.georg.brandl2008-08-071-7/+10
* Add math support to Sphinx.georg.brandl2008-08-061-0/+189