-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
KaTeX中一些符号无法显示 #64
Comments
@pandao 但是KaTeX对于TeX的实现很少。单字符的话 但是像小于号、大于号,在KaTeX中能且只能通过 |
嗯,小于号、大于号等是有转义问题,变成HTML实体字符了,稍后修正。不支持的部分,只能等待KaTeX更新了。 |
@v1.4.1 fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
不知道如何在KaTeX公式中显示
<
、$
这些字符。在KaTeX中<
可以直接显示,dollar符通过\$
也可以显示。&
、^
这种在KaTeX中我本来就不知道怎么显示,如果有方法也请告诉我。The text was updated successfully, but these errors were encountered: