Thread: MathJax.epub
View Single Post
Old 08-23-2015, 10:47 AM   #8
Phssthpok
Age improves with wine.
Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.Phssthpok knows how to set a laser printer to stun.
 
Posts: 590
Karma: 95229
Join Date: Nov 2014
Device: Kindle Oasis, Kobo Libra II
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>
<tr><td rowspan="2">sin <i>θ'</i> – sin <i>θ</i> =</td><td><i>mh</i></td></tr>
<tr><td style="border-top:1px solid black"><i>pd</i></td></tr>
</table>
which shows up as a prettier version of "sin θ' - sin θ = mh/pd".

However, I don't know of any tool that can do transform MathML into this sort of thing automatically.
Phssthpok is offline   Reply With Quote