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,

[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

[sphinx-dev] Re: How to write unbalanced paretheses in literal text?

2012-08-19 Thread Aivar Annamaa
, Guenter Milde wrote: On 2012-08-18, Aivar Annamaa wrote: [-- Type: text/plain, Encoding: --] Hi! I'm trying to write an inline code sample with a syntax error in it: ``x = 3 + (4 * 5 ``, but I get error Inline literal start-string without end-string. If I close the parens

[sphinx-dev] Re: How to write unbalanced paretheses in literal text?

2012-08-18 Thread Aivar Annamaa
! On Saturday, August 18, 2012 7:30:31 PM UTC+3, Aivar Annamaa wrote: Hi! I'm trying to write an inline code sample with a syntax error in it: ``x = 3 + (4 * 5 ``, but I get error Inline literal start-string without end-string. If I close the parens, then the error goes away. I also tried