|
|
|
|
|
by Finnucane
3404 days ago
|
|
This is a problem. In epub, you can use MathML, but support on reading systems is spotty. You could embed something like MathJax, but that would also depend on there being scripting support (not all systems have it). On the Kindle, there is none--no Latex, no MathML, no scripting, nothing for math support at all. Your only choice is graphics. SVG or high-res PNG works best. Though on a Kindle, there's no "S" in the SVG (i.e, the Kindle can't actually scale SVG). Occasionally we do a math-heavy econ book here, and it is always a compromise. |
|