We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MQ is not defined
npm install
make
/build
/fonts
mathquill.css
mathquill.js
mathquill.min.js
When trying to run in the browser get MQ is not defined error.
Uncommenting jQuery and /fonts/Symbola-basic.css doesn't help.
/fonts/Symbola-basic.css
Any suggestions?
<html> <head> <title>MQ test</title> <!-- <link rel="stylesheet" href="/fonts/Symbola-basic.css"> --> <link rel="stylesheet" href="/mathquill.css"/> <!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> --> <script src="/mathquill.min.js"></script> </head> <body> <h1>MQ test</h1> <script> console.log(MQ); </script> </body> </html>
The text was updated successfully, but these errors were encountered:
@eluberoff @timstallmann are you able to help out?
Sorry, something went wrong.
No branches or pull requests
npm install
make
/build
was generated with/fonts
,mathquill.css
,mathquill.js
, andmathquill.min.js
When trying to run in the browser get
MQ is not defined
error.Uncommenting jQuery and
/fonts/Symbola-basic.css
doesn't help.Any suggestions?
The text was updated successfully, but these errors were encountered: