But after much experimentation I can find how to cleanly remove the padding put around an alignedat environment. Ive looked at the amsmanual but no luck there.
So the following code type sets ok, but I dont like the negative space used.
Code: Select all
\begin{align*}
&\framebox[0.75\columnwidth]{left align header}\\
&\!
\begin{alignedat}{2}
& \framebox[3em]{A} && \framebox[3em]{B}\\
& \framebox[2em]{C} && \framebox[7em]{D}
\end{alignedat}
\end{align*}