summaryrefslogtreecommitdiff
path: root/sphinx/ext/pngmath.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * New year update.Georg Brandl2011-01-041-1/+1
| |
* | Use b() so that the regex is a bytestringDaniel Neuhäuser2010-08-231-1/+2
| |
* | Docstring harmonization.Georg Brandl2010-08-221-2/+1
|/
* merge with 0.6Georg Brandl2010-05-221-5/+5
|\
| * #393: Fix the usage of Unicode characters in mathematic formulas when using ↵Georg Brandl2010-05-221-5/+5
| | | | | | | | the ``pngmath`` extension.
* | 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
| | | | fail with an obscure TypeError.
* #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-4/+9
|\
| * Fix PNG depth assignment for depth=0.Georg Brandl2009-02-271-4/+9
| |
* | #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
|\ \ | |/
| * Don't call LaTeX or dvipng over and over again if it was notGeorg Brandl2009-02-071-17/+31
| | | | | | | | found once, and use text-only latex as a substitute in that case.
* | Reformat to EOL80.Georg Brandl2009-01-101-11/+12
|/
* Switch copyright and license tags to single style. Add contributorGeorg Brandl2009-01-031-2/+2
| | | | | names in AUTHORS instead, and add the license of etree13 to LICENSE.
* * #72: In pngmath, make it possible to give a full path to LaTeX andGeorg Brandl2008-12-151-4/+6
| | | | | | | dvipng on Windows. For that to work, the ``pngmath_latex`` and ``pngmath_dvipng`` options are no longer split into command and additional arguments; use ``pngmath_latex_args`` and ``pngmath_dvipng_args`` to give additional arguments.
* #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
| | | | exists.
* 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
|\ | | | | | | Python 2.4 compatibility.
| * 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