![]() |
MathJax.epub
1 Attachment(s)
http://manual.calibre-ebook.com/typesetting_math.html
Just experimenting, but the mathjax.epub looks fine in calibre's viewer, but not in ADE (and probably others) Is there an 'epub way' to use the math language? I have some pretty simple equations that would look better as text instead of a scanned image |
MathML is only supported in ePUB3, so that is the first issue. The second is that only the latest version of ADE seems to support parts of ePUB3 and I do not know if MathML is part of that.
That is the reason that I still use SVG equations in my ePUB2 books. |
Bummer
No Joy Thanks I have some CSS from the forum, but it's very tedious to make even simple text equations using it |
I did find an online LaTeX equation editor that makes svg files.
http://www.codecogs.com/latex/eqneditor.php In a quick test I found that the resulting SVG file did look very nice in an epub (Thanks for the tip!!!) Only problem I had was the editor I found was IMHO not very user friendly - steep learning curve (old dog, new tricks) Do you have any other techniques or maybe a 'friendlier editor' ?? |
I always use the codecogs editor I am afraid. I have given the site numerous times already. I do not know a better one.
|
2 Attachment(s)
I made a few simple equations in Codecogs and saved as SVG
I loaded them into a test epub just like any image and put them inline with a paragraph Looks good in the editor, but they don't scale when I change the reader font I suspect I'm missing something :rofl: Can I ask for a pointer in the right direction??? :thanks: |
I usually just use an image tag with height set to 1-2 em. Exact value can be found after some experimenting.
|
The trouble with images is that they don't generally resize if you bump up the font size, and even if you can get them to do so, they start looking blurry. Another way is to use tables, like this example:
Code:
<table>However, I don't know of any tool that can do transform MathML into this sort of thing automatically. |
If you use SVG, it can scale with the font-size. That is why the height to em.
|
| All times are GMT -4. The time now is 10:54 PM. |
Powered by: vBulletin
Copyright ©2000 - 3.8.5, Jelsoft Enterprises Ltd.
MobileRead.com is a privately owned, operated and funded community.