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
在使用LaTeX的时候,\geq代表的是大于或等于符号,但是编译\text{if A\geq B}的时候其中的\geq没有起效,直接显示成了A B。
The text was updated successfully, but these errors were encountered:
\text{}表示的是文本模式,所以括号里面并不能识别数学公式\geq,只要把这个部分提出来放到{}外面就可以正常编译了!
Sorry, something went wrong.
No branches or pull requests
在使用LaTeX的时候,\geq代表的是大于或等于符号,但是编译\text{if A\geq B}的时候其中的\geq没有起效,直接显示成了A B。
The text was updated successfully, but these errors were encountered: