On 2010-09-02, Grant Edwards <[email protected]> wrote:

> I've got the latex filter working for html output and pdf output using
> the dblatex backend (but not the FOP backend, which is what I normally
> use).
>
> However, the PNG images generated are too small.

[...]

> I tried using the LaTeX size directives (e.g. /Large), but that had no
> effect on the generated .png file.

It finally dawned on me that you have to put the size directive
_outside_ the math-mode delimeters:

This works:

["latex",align="center"]
\Large \[ P(X=k) = {{{m \choose k} {{N-m} \choose {n-k}}} \over {N \choose n}} $

This doesn't:

["latex",align="center"]
\[ \Large P(X=k) = {{{m \choose k} {{N-m} \choose {n-k}}} \over {N \choose n}} $

-- 
Grant

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" 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/asciidoc?hl=en.

Reply via email to