On Sun, Nov 16, 2008 at 6:16 PM, Georg Brandl <[EMAIL PROTECTED]> wrote:
> You can have your class, and I also see, in average, a good effect of
> vertical-align: middle. Added to the stylesheet.

Great, thanks!

> About your #2 in the original message: div.math has a text-align: center
> in the default stylesheet.

This does not seem to center-align images, at least not for me. As a
workaround, I added

div.math img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

> I agree about the gamma. The -D option's optimal value is questionable,
> but I agree that with the default, subscripts of subscripts are too
> small. I'll use 110 as a compromise in the defaults :)

I already reduced it to 110 as well. I agree that this is a good compromise.

>> Oh, and another point:
>>
>> 4. pngmath should set the source for each image as alt text.
>
> Doesn't it already?

You are right. I recall checking and not seeing any alt text, but
obviously I was blind :-)

I have another problem, which is that the compilation is getting slow.
Building docs containing about 200 formulas takes several minutes. It
looks as if the images are being re-rendered every time, but this
seems unnecessary with the hash-based filenames. Sphinx should be able
to use the already rendered images. (If needed, manually purging the
images/math directory is simple.)

Fredrik

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to