Questions tagged [mathquill]

MathQuill provides "WYSIWYG math with only HTML, CSS and JS" for web applications.

MathQuill provides "WYSIWYG math with only HTML, CSS and JS" for web applications.

References

58 questions
12
votes
1 answer

Virtual Latex math keyboard with MathJax or similar

I'm trying to create a virtual math keyboard like the one in khanacademy.org or mathspace.co or similar websites, where you can insert math symbols and write over them to answer a question if you're a student, how can I achieve something like…
Ruby
  • 2,207
  • 12
  • 42
  • 71
11
votes
2 answers

compare performance MathJax vs MathQuill vs Katex

I'm looking for the fastest way to create formules inside a web page. I thought I found the solution on jsperf in which MathQuill is by far the quickest. After I studied the tests a bit I noticed that the test for MathQuill runs in sync-mode, but it…
Jeanluca Scaljeri
  • 26,343
  • 56
  • 205
  • 333
4
votes
1 answer

MathQuill Problem: When I press custom divide (\) button cursor not moved to numerator

When / is clicked I want to move the cursor pointer to numerator \frac{ cursor here }{} When pressed from keyboard it is ok but when through button event it's not working fine. I want a solution if have any? Here is the mathquill library I'm…
3
votes
0 answers

How can I implement mathquill in ace editor?

I'm building a latex editor using ace editor. I need to support math functions inside the editor as inline. User must be able to enable/disable math mode by pressing (shift + $). After pressing the key he must be able to write math functions and it…
Yadu Chandran
  • 177
  • 13
3
votes
0 answers

Using Mathquill Interface in angular 6

I have used Mathquill Interface to create math editor for my website. math
Vikramark
  • 137
  • 13
3
votes
1 answer

How to grab the MathQuill data once user types it in?

I am trying to set up a chat that can parse math text, and I think MathQuill does the visuals, but I need to parse what the user types in once they submit it. I am using the MathQuill editor:

Seth Kitchen
  • 1,526
  • 19
  • 53
3
votes
1 answer

mathquill latex- how can I move cursor (selection) by code?

I am using mathquill lib (mathquill git) and I am trying to make a keypad and a backspace using html buttons but I can't figure out how to move the cursor throw the formula. Thanks,
Roy
  • 137
  • 2
  • 7
2
votes
0 answers

Mathjax vs Katex

I would like to write a small web application to host a bunch of math questions for my students. It appears that MathJax and Katex are two of the most popular libraries for doing this. I have read a few articles comparing the two, but they are…
Andrew Einhorn
  • 741
  • 8
  • 23
2
votes
1 answer

How to output as LaTeX from Mathquill Matheditor?

My math-field freeze(can't type inside it) with Mathquill Matheditor when I try to translate Mathquill equation into LaTeX language.