
Quote from asmat on October 4, 2019, 12:17 pmHi,
How can we type math in the visualNEO Web?
I have seen a sample of math in the below site.
https://www.mathjax.org/#demo
Hi,
How can we type math in the visualNEO Web?
I have seen a sample of math in the below site.

Quote from luishp on October 4, 2019, 12:37 pmHi @asmat,
Just add the libraries to your project and use the appropiated syntax according to the MathJax documentation.
I have attached a sample (Libraries added from CDN in Project > Properties > Advanced > Custom Metadata > Head)Regards.
Hi @asmat,
Just add the libraries to your project and use the appropiated syntax according to the MathJax documentation.
I have attached a sample (Libraries added from CDN in Project > Properties > Advanced > Custom Metadata > Head)
Regards.
Uploaded files:
Quote from luishp on October 4, 2019, 12:45 pmBy the way, this is an interesting online editor that makes possible to export to MathML format:
http://visualmatheditor.equatheque.net/
By the way, this is an interesting online editor that makes possible to export to MathML format:
http://visualmatheditor.equatheque.net/


Quote from asmat on December 30, 2019, 11:10 pmhi luishp,
I want store a math formula in a variable, I tried this:
SetVar [formula] "$${{n!} \over {r!\left( {n - r} \right)!}}$$"
but when i use this variable with setobjectHTML command it does not render something that i have expect.
SetObjectHTML "tex" "[formula]"
hi luishp,
I want store a math formula in a variable, I tried this:
SetVar [formula] "$${{n!} \over {r!\left( {n - r} \right)!}}$$"
but when i use this variable with setobjectHTML command it does not render something that i have expect.
SetObjectHTML "tex" "[formula]"
Uploaded files:

Quote from luishp on December 30, 2019, 11:41 pm@asmat Take a look here:
https://docs.mathjax.org/en/v2.2-latest/typeset.html
Hope it helps!
@asmat Take a look here:
https://docs.mathjax.org/en/v2.2-latest/typeset.html
Hope it helps!


Quote from luishp on January 2, 2020, 1:01 pm@asmat see attached sample.
Just download the .js file and add it to Project > Properties > Libraries/Files
@asmat see attached sample.
Just download the .js file and add it to Project > Properties > Libraries/Files

Quote from asmat on January 2, 2020, 4:40 pmHi luishp,
The above example used math ML( its work in html5 without any js) . but I want use mathJax(math Tex).
You can see it in attachment:
Hi luishp,
The above example used math ML( its work in html5 without any js) . but I want use mathJax(math Tex).
You can see it in attachment:
Uploaded files:

Quote from luishp on January 2, 2020, 5:16 pm@asmat I have had to follow all the dependencies as the main .js file call other .js files in different folders.
I have used the web browser console to follow step by step the clue for every needed file and/or folder.
See attached file.
@asmat I have had to follow all the dependencies as the main .js file call other .js files in different folders.
I have used the web browser console to follow step by step the clue for every needed file and/or folder.
See attached file.

Quote from asmat on June 6, 2020, 5:51 amHi @luishp,
I have test your sample in firefox and chrome it works good, but when I add one more formula it does not work.
please see the attached file.
Hi @luishp,
I have test your sample in firefox and chrome it works good, but when I add one more formula it does not work.
please see the attached file.
Uploaded files:
Quote from luishp on June 6, 2020, 5:18 pmHi @asmat. Please refer to Mathjax documentation to learn how to install it.
In my sample I just added some JavaScript libraries I found in their website by looking at a sample source code but probably I missed some files.If you look at the Console while running your sample app you will see a message like this one:
Error: Can't load "file:///C:/Users/.../math1/input/tex/extensions/action.js
So it seems an extension file whose name is "action.js" is needed.
Regards.
Hi @asmat. Please refer to Mathjax documentation to learn how to install it.
In my sample I just added some JavaScript libraries I found in their website by looking at a sample source code but probably I missed some files.
If you look at the Console while running your sample app you will see a message like this one:
Error: Can't load "file:///C:/Users/.../math1/input/tex/extensions/action.js
So it seems an extension file whose name is "action.js" is needed.
Regards.