Commit Graph

29 Commits

Author SHA1 Message Date
Georg Brandl
c5d67b0321 Refactor util package. 2010-01-17 17:35:12 +01:00
Georg Brandl
f6a56192d1 Happy new year! 2010-01-01 14:09:13 +01:00
Georg Brandl
0dc0837e01 #301: use errno values from errno module. 2009-12-24 12:58:53 +01:00
Georg Brandl
630c39d6e1 Change the name of mathbase.setup() so that putting it in extensions doesn't fail with an obscure TypeError. 2009-11-08 19:01:31 +01:00
Georg Brandl
5569f89de2 #210: Fix nesting of HTML tags for displayed math from pngmath extension. 2009-07-09 12:08:42 +02:00
Georg Brandl
728e1904ec Make check happy. 2009-06-17 08:48:19 +02:00
Georg Brandl
42d12d8683 Refix #188. 2009-06-03 23:18:02 +02:00
Georg Brandl
799bc4fefe #188: fix oversight in replacing parameter. 2009-06-01 10:40:17 +02:00
Georg Brandl
8e574c4a10 #179: properly set rebuild parameter for pngmath config values. 2009-05-27 21:59:07 +02:00
Georg Brandl
f2ed7b24ca merge with 0.5 2009-02-27 15:09:03 +01:00
Georg Brandl
2ca8c15eba Fix PNG depth assignment for depth=0. 2009-02-27 15:05:58 +01:00
Georg Brandl
9ed275c868 #109: fix circular import problems by moving exceptions into their own module. 2009-02-24 19:15:39 +01:00
Georg Brandl
361ed69a3a Don't call LaTeX or dvipng over and over again if it was not
found once, and use text-only latex as a substitute in that case.
2009-02-07 20:55:27 +01:00
Georg Brandl
0b28b3e6f6 Switch copyright and license tags to single style. Add contributor
names in AUTHORS instead, and add the license of etree13 to
LICENSE.
2009-01-03 11:57:07 +01:00
Georg Brandl
1dc46e6583 * #72: In pngmath, make it possible to give a full path to LaTeX and
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.
2008-12-15 19:24:34 +01:00
Georg Brandl
b7a2491e21 #65: Store depth information in PNG images themselves. 2008-12-10 00:43:11 +01:00
Georg Brandl
1219e3e73a merge with main 2009-02-14 23:25:30 +01:00
Georg Brandl
b068e91803 Reformat to EOL80. 2009-01-10 21:23:39 +01:00
Georg Brandl
c8e08821fd Use regular system message node for warning about latex failures. 2008-11-22 14:22:39 +01:00
Pauli Virtanen
6be9f22ecf sphinx.ext.pngmath: make Latex errors non-fatal for HTML output 2008-11-20 21:38:21 +02:00
Sebastian Wiesner
331f625f91 Fixed encoding issue in pngmath hashing 2008-11-20 20:06:36 +01:00
Georg Brandl
390e6487ea In pngmath, don't call latex again if an image with the given SHA sum already
exists.
2008-11-19 18:08:51 +01:00
Georg Brandl
b1579af47e A few math experience improvements, inspired by Fredrik Johansson. 2008-11-16 18:44:46 +01:00
Georg Brandl
79dadc7d63 Merge with http://www.bitbucket.org/zondo/sphinx-fixes-gjh; small fix for
Python 2.4 compatibility.
2008-11-08 09:13:19 +01:00
Glenn Hutchings
a15329f9a3 Add support for old versions of latex (with no --output-directory option). 2008-11-07 21:46:53 +00:00
Georg Brandl
94bd56e4e4 Some pylint-found fixes and cleanups. 2008-09-06 17:34:35 +00:00
Georg Brandl
a8c1a75e81 Display stderr and stdout for LaTeX too. 2008-08-15 19:21:09 +00:00
Georg Brandl
aed6d94008 Allow nonwrapped displaymath. 2008-08-07 09:17:50 +00:00
Georg Brandl
5941814c4a Add math support to Sphinx. 2008-08-06 13:04:14 +00:00