On 05/09/10 01:12, Grant Edwards wrote:
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}} $


Thanks for the tip, I've put a note to that effect on the LaTeX Filter web page http://www.methods.co.nz/asciidoc/latex-filter.html

Cheers, Stuart

--
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