有没有办法可以全局防止在单个字母的数学表达式之前出现换行符?
例如,在一份文件中,我有
\begin{lemma}
An edge $\lambda_{xy}$ is identifiable in a tree graph $\mathcal{G}$,
if (and only if) the system of the equations
...
我知道我能写
\begin{lemma}
An edge $\lambda_{xy}$ is identifiable in a tree graph~$\mathcal{G}$,
if (and only if) the system of the equations
...
但是文档中这些方程式太多了,无法放在任何~
地方。这会使 tex 文件看起来不太好看。
我想改变换行算法,以便第一个代码片段像第二张图片一样呈现。