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

2012-09-24 Thread Aivar Annamaa
Thanks, this works! Somebody should update the documentation at: http://sphinx.pocoo.org/latest/ext/math.html changing pngmath_dvipng_args = ['gamma', '1.5', '-D', '110', '-bg Transparent'] to pngmath_dvipng_args = ['gamma', '1.5', '-D', '110', '-bg', 'Transparent'] Aivar On Thursday,

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