Code: Select all
\begin{math}
\vec{A} = a_1 a_1 a_1 a_1\\
\vec{B} = b_1 b_1 b_1 b_1\\
\end{math}
I am afraid my situation is more complicated than just setting up an array as an array would require \multicolumn to emulate \lefteqn. But I would then have the same situation of aligning all the components in each \multicolumn.
If I were to make arrays in arrays, I could manually set column widths, but this seems quite sloppy.
All I really need is a method to make b_i the same width as a_i. Will I need to embed all my variables in a fixed width \mbox?
Thanks for the support.
I have attempted using align and eqnarray but find that an array/table is the only work around.