我想使用\rightarrow
不带\mathit
命令的。这是我想写的内容:
[ID, List of symbols] \rightarrow Sequence of rules
但是当我使用命令写入时,\mathit
所有空格都会折叠。
(\mathit{[ID, List of symbols] \rightarrow Sequence of rules }\)
我该如何纠正这个问题?
答案1
将公式的文本部分改为数学部分
$\hbox{[ID, List of symbols]} \rightarrow \hbox{Sequence of rules}$
或者如果你更喜欢“合适的” LaTeX,并且你已加载 amsmath 包来为你提供\text
命令
\(\text{[ID, List of symbols]} \rightarrow \text{Sequence of rules}\)