equations - Latex - \multicolumn within an align* environment -


i have \multicolumn effect within align* environment, shown in code snippet (which doesn't work) below. i.e., want text aligned leftmost column, shouldn't affect alignment characteristics of equation otherwise. \intertext{...} unfortunately flushes left margin, when equation centered.

    \begin{align*}       1 & 2 & 3 & 4 & 5 \\       \multicolumn{5}{l}{some text want appear here..} \\       %\intertext{some text want appear here} \\       7 & 8 & 9 & 10 & 11 & 12     \end{align*} 

how make happen?

many in advance!

 \begin{align*}   1 & 2 & 3 & 4 & 5 \\   \omit\rlap{some text want appear here...}\\   7 & 8 & 9 & 10 & 11 & 12 \end{align*} 

generally, replacement \multicolumn within align-like environments, 1 try experiment \multispan, seems interfere badly alignment in case.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -