General questions

How to render output result of MathView (result as Latex)

Could you show me how to render result as latex of mathview?
I try this https://github.com/kexanie/MathView lib, but look like it only supports Katex? what is difference between latex and katex?

Thanks,
Huy


Dear Tran Anh Huy,

Thank you for your question.

Based on the information available to the site of the Katex library, it seems this library uses Latex as an input to render it (Latex is a language that we use to return the result of our Math applications -as we also use MathML-).

Based on this, we do not see any reason the result we return as Latex can not be input to the Katex library. We then recommend you give a try and see if it works.

Could you show me how to render result as latex of mathview?
>>We have never used this library, we can not therefore provide you with code samples or such stuff. Of course, if you have questions related tou our Latex response, feel free to contact us.

Best regards,

Olivier

Hi Oliver,

The library works well with my script output Latex. But the onRecognitionEnd callback was call many times. How can i know which is the final onRecognitionEnd callback?

Tks,H

Dear Tran Anh Huy,

indeed, the onRecognitionEnd is called several times. You should then proceed similarly as in the other topic, setting a timer each time the function is called. When the time expires, this is likely to be the last call: http://developer-support.myscript.com/support/discussions/topics/16000007927

Best regards,

Olivier