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
Is your feature request related to a problem? Please describe.
I'm struggling to grasp how to utilize MathLive and the compute engine. When I check Gitter, I notice many others have posed similar queries, frequently repeating the same questions.
Describe the solution you'd like
Would you be able to supply a few straightforward sample applications showcasing the various functionalities and capabilities? For instance, I'm currently facing a minor issue, and our discussions have been extensive. If a sample program had been available, it could have eliminated the need for this prolonged conversation.
For my own needs, I'd like to ask for a sample that encompasses, at a minimum, the following. Other would I am sure benefit from a larger sample that showed how to use MathLive and the many other capabilities.
This doesn't use NPM, doesn't use external files. Just uses the source for your MathLive and ComputeEngine.
Describe alternatives you've considered
I've attempted the above solution, including relocating the script to a main.js file and performing the import from there. Despite dedicating several hours and exploring every possible avenue, I can't seem to access the static function getLatexDictionary. While I'll keep seeking guidance in the other thread, having a sample application to reference would simplify the process for all involved.
Additional context
I'm convinced that such a resource would be advantageous for everyone. It would not only save time but also simplify the process of understanding how to use the applications, easing the challenging learning curve for all. Even better, when you add new capabilities if you added those and updated the sample, we would all know what's available.
The text was updated successfully, but these errors were encountered:
@feritarou could you be more specific in which area you would like to see additional documentation, or even suggest/contribute which documentation you'd like?
I'm not sure this is what you are looking for, but I have added a small vue3 (composition api) + mathlive + compute engine example here, with the intention of showing it in a single page application setup:
Is your feature request related to a problem? Please describe.
I'm struggling to grasp how to utilize MathLive and the compute engine. When I check Gitter, I notice many others have posed similar queries, frequently repeating the same questions.
Describe the solution you'd like
Would you be able to supply a few straightforward sample applications showcasing the various functionalities and capabilities? For instance, I'm currently facing a minor issue, and our discussions have been extensive. If a sample program had been available, it could have eliminated the need for this prolonged conversation.
For my own needs, I'd like to ask for a sample that encompasses, at a minimum, the following. Other would I am sure benefit from a larger sample that showed how to use MathLive and the many other capabilities.
This doesn't use NPM, doesn't use external files. Just uses the source for your MathLive and ComputeEngine.
Describe alternatives you've considered
I've attempted the above solution, including relocating the script to a main.js file and performing the import from there. Despite dedicating several hours and exploring every possible avenue, I can't seem to access the static function getLatexDictionary. While I'll keep seeking guidance in the other thread, having a sample application to reference would simplify the process for all involved.
Additional context
I'm convinced that such a resource would be advantageous for everyone. It would not only save time but also simplify the process of understanding how to use the applications, easing the challenging learning curve for all. Even better, when you add new capabilities if you added those and updated the sample, we would all know what's available.
The text was updated successfully, but these errors were encountered: