summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-11-16 18:44:46 +0100
committerGeorg Brandl <georg@python.org>2008-11-16 18:44:46 +0100
commit500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c (patch)
tree3188dac1f19460743e1a89ab78bcec74c6ed19df /doc
parent4f7e02cf772cbfccae3bf6fadd169827f525f587 (diff)
downloadsphinx-500ebb8cfb8c904f59e363bbbcdd75bbc48b8a4c.tar.gz
A few math experience improvements, inspired by Fredrik Johansson.
Diffstat (limited to 'doc')
-rw-r--r--doc/ext/math.rst14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/ext/math.rst b/doc/ext/math.rst
index 325dfd3a..6ac94b48 100644
--- a/doc/ext/math.rst
+++ b/doc/ext/math.rst
@@ -129,11 +129,21 @@ There are various config values you can set to influence how the images are buil
.. confval:: pngmath_dvipng_args
- Additional arguments to give to dvipng, as a list. This is empty by default.
- Arguments you might want to add here are e.g. ``['-bg', 'Transparent']``,
+ Additional arguments to give to dvipng, as a list. The default value is
+ ``['-gamma 1.5', '-D 110']`` which makes the image a bit darker and larger
+ then it is by default.
+
+ An arguments you might want to add here is e.g. ``'-bg Transparent'``,
which produces PNGs with a transparent background. This is not enabled by
default because some Internet Explorer versions don't like transparent PNGs.
+ .. note::
+
+ When you "add" an argument, you need to reproduce the default arguments if
+ you want to keep them; that is, like this::
+
+ pngmath_dvipng_args = ['-gamma 1.5', '-D 110', '-bg Transparent']
+
.. confval:: pngmath_use_preview
``dvipng`` has the ability to determine the "depth" of the rendered text: for