You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for MathJax has descriptions of how to include MstahJax in a web page. You might start at the Getting started with MathJax components section. There are examples of this in the examples section, and there are a number of examples illustrating the use of MathJax in web pages in the MathJax web demos repository.
These examples show how MathJax is used in a web page. For use in a javascript application, you might want to look at the MathJax node demos repository, as there are a number of different ways that can be done. These illustrate node applications, but the idea is the same for inclusion into an application that will run on the web. Because these repositories are for v3, they use require() rather than import, but you can rewrite the require() commands using import. For example
In uniapp, I want to use MathJax@bata to display MathML, TeX, and ASCIImath.
I don't know how to import and setting config
Please show me a template, from how to import to use in view or DOM
At the same time, I need to edit the expression function
1、功能:需要在页面中展示MathML、TeX、ASCIImath;
2、问题:不知道引入怎么引入对应模块、配置文具,并且在vue中使用
The text was updated successfully, but these errors were encountered: