我有 ”
\everymath{\displaystyle}
在我的标题中(尽管我知道你们都不推荐这样做)。但是下面的行不会在边距的文本部分末尾断开,而是从右端划掉。
Suppose we want to fit a polynomial which passes through the points
$(-1,4), (0,0), (1,1)$ and $(4,58)$.
我该如何让它中断?我搜索了“\inline”命令,但找不到。
答案1
\everymath{\displaystyle}
是真的坏主意:-) 但换行不受此影响。你应该使用
$(-1,4)$, $(0,0)$, $(1,1)$ and $(4,58)$
因为就像,
是and
文本句子结构的一部分(不同于,
是(0,0)
数学的一部分,并且不允许换行)。