I have this equations:
\begin{align}
\begin{aligned}
x&=y & z&=w & k&=j \\
a&=b & c&=d & e&=f \\
\end{aligned}
\\
\begin{aligned}
x+a&=y+b & z+c&=w+d & z+x&=b \\
a+q&=b+w & c+e&=d+r & e+t&=f+y \\
\end{aligned}
\end{align}
I want all columns to be aligned each others like in the following example:
I have tried to adjust spaces by hands in the following horrible way:
\begin{align}
x&=y & z&=w & k&=j\nonumber\\[-.25\baselineskip]
\\[-.75\baselineskip]
a&=b & c&=d & e&=f
\nonumber\\
x+a&=y+b & z+c&=w+d & z+x&=b\nonumber\\[-.25\baselineskip]
\\[-.75\baselineskip]
a+q&=b+w & c+e&=d+r & e+t&=f+y\nonumber
\end{align}
Is there a TeXnician solution to do this?


(C.17)and(C.18)equation numbers slightly above rows 2 and 4 intentional? – Mico Sep 11 '19 at 14:36alginatinstead. Otherwise you need to determine the widest element of each and then use\makebox. – Peter Grill Sep 11 '19 at 14:36alignedto make the grouping more obvious. – barbara beeton Sep 11 '19 at 18:56