[sphinx-dev] dvipng -bg Transparent not working(?)

2012-09-20 Thread Aivar Annamaa
Hi! I want to get math png-s with transparent background. From sphinx documentation I read that following line in conf.py should do it: pngmath_dvipng_args = ['-gamma 1.5', '-D 110', '-bg Transparent'] Unfortunately it doesn't have any effect, background is still plain white (I deleted

RE: [sphinx-dev] dvipng -bg Transparent not working(?)

2012-09-20 Thread Kathy Tolbert
Ours work. Here is our line (note the separation of each of the values). # Adding Transparency for math images pngmath_dvipng_args = ['gamma', '1.5', '-D', '110', '-bg', 'Transparent'] Kathy ** I want to get math png-s with transparent background. From sphinx