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
It seems that the KaTeX engine cannot handle some of the functions given in the KaTeX spec at https://khan.github.io/KaTeX/function-support.html.
In particular, we have tried using \operatorname and \implies, but they just give parsing errors.
\[ y \implies x\]
No Parse error, instead give the Implies symbol
Parse Error:
KaTeX parse error: Expected 'EOF', got '\implies' at position 3: y \̲i̲m̲p̲l̲i̲e̲s̲ x
If this is an issue that is not already known, let me know and I will go through the effort of getting all the logs together.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description:
It seems that the KaTeX engine cannot handle some of the functions given in the KaTeX spec at https://khan.github.io/KaTeX/function-support.html.
In particular, we have tried using \operatorname and \implies, but they just give parsing errors.
Server Setup Information:
Steps to Reproduce:
\[ y \implies x\]
Expected behavior:
No Parse error, instead give the Implies symbol
Actual behavior:
Parse Error:
Relevant logs:
If this is an issue that is not already known, let me know and I will go through the effort of getting all the logs together.
The text was updated successfully, but these errors were encountered: