ProgramFan

Results 68 comments of ProgramFan

Due to the difficulties of embeding svgs in epub3, I would recommend use the png format for epubs. Then the problem is how we fit into the 'fluid canvas'. Is...

For the moment, I would recommend use `mathematical-format=png` and `mathematical-ppi=72.0` for a not-good-looking but working approach to embed formulee into epubs. Would you try this on your document, @paulvickers?

It seems that generated inline stem images are not copied to the resultant epub. I can verify that all stems are generated and the files are located in 'images'. But...

EPUB3 incudes mathml as part of the standard. So we can support stems through the mathml backend of mathematical. I will add this later.

I do not object to the SVG idea. SVG is much better than png since it's scalable. As long as the epubwidth attributes is added, we can add the proper...

This can be a problem in mathematical, or in its upstream. How does it work in mathjax?

So it looks like a bug in mathematical. Would you please report it there?

The best way is to consult the mathematical documentation. Or you can refer to asciidoctor-mathematical code for it.

I will look into this issue.

As far as I know, mathematical converts fonts into paths in the resultant svg file. So it is impossible to change the font without help from mathematical, which does not...