Display math symbols in Ext.js / Sencha Touch

℡╲_俬逩灬. 提交于 2019-12-11 11:39:33

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/26587012/display-math-symbols-in-ext-js-sencha-touch

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!