I'm writing a project user manual currently, and I'd like to use HTML
due to its ability to hyperlink. The software being documented is a
numerical model, so the documentation has a lot of equations in it.

Unfortunately, since MathML is poorly supported in browsers, I'd like
to render my LaTeX equations as images instead of MathML. I see that
the [latex] block already does the image generation and inclusion,
filtering it through latex2png.py. I can't figure out how to make the
resulting image get displayed inline with the text instead of as its
own block.

Is there an easy way to do this? I assume I have to add a special
filter LaTeX inline macro, but I can't figure out the syntax to do so.

-William

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