I would like to have the \ multicolumn effect as an effect in the align * environment, as shown in the code snippet (which doesn't work) below. Ie, I want the text to be aligned with the leftmost column, but it should not affect the alignment characteristics of the equation otherwise. \ intertext {...}, unfortunately, resets everything to the left margin, even if the equation is centered.
\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*}
How to do it?
Thank you very much in advance!
latex
ARV
source share