1

I'm looking for a way to display math symbols and equations (coming from Latex e.g.) in Ext.js / Sencha Touch UI-Components (specifically buttons and textfields). I grasp that "ext.draw.component" might be a good starting point to develop something appropriate. Is there another way to display math? What would be your choice? Anyone came up with a solution for a similar problem already?

Any advice appreciated. Best regards, Thomas

uncl3t0m
  • 21
  • 2
  • I guess I would use a math font, with some CSS. If you use ext.draw.component you need to use the GPL version. And if you use that it would be interesting to open source your stuff. – Dinkheller Oct 27 '14 at 13:35

1 Answers1

0

If you all you want to do is display mathematical symbols / equations, then you could just use a separate library like MathJax. You output the thing you want to display in one of the supported formats (LaTeX, MathML etc) and it converts it for you

dkwarr87
  • 204
  • 2
  • 10
  • Hi dkwarr87! Thanks for the suggestion. Do you think it will be possible to deliver mathjax via phonegap in a mobile application? – uncl3t0m Oct 29 '14 at 17:27