【发布时间】:2010-10-07 13:44:24
【问题描述】:
我希望在 align* 环境中具有类似 \multicolumn 的效果,如下面的代码 sn-p(不起作用)所示。即,我希望文本与最左边的列对齐,但它不应该影响等式的对齐特性。 \intertext{...} 不幸地将所有内容刷新到左边距,即使等式居中。
\begin{align*}
1 & 2 & 3 & 4 & 5 \\
\multicolumn{5}{l}{Some text that I want to appear here..} \\
%\intertext{Some text that I want to appear here} \\
7 & 8 & 9 & 10 & 11 & 12
\end{align*}
我该如何做到这一点?
非常感谢!
【问题讨论】:
-
你可以在tex.stackexchange.com 找到一个完整的社区,这里没有任何TeX 问题太小。
-
这个问题似乎跑题了,因为它属于tex.stackexchange.com