我想在align*环境中有一个\ multicolumn like效果,如下面的代码片段(不起作用)所示.即,我希望文本与最左边的列对齐,但不应影响等式的对齐特征.不幸的是,\ 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*}
Run Code Online (Sandbox Code Playgroud)
我该如何实现这一目标?
提前谢谢了!
\begin{align*}
1 & 2 & 3 & 4 & 5 \\
\omit\rlap{Some text that I want to appear here...}\\
7 & 8 & 9 & 10 & 11 & 12
\end{align*}
Run Code Online (Sandbox Code Playgroud)
通常,作为\multicolumn类似对齐环境的替代品,人们可以尝试进行试验\multispan,但在这种情况下它似乎会严重干扰对齐.
| 归档时间: |
|
| 查看次数: |
9485 次 |
| 最近记录: |