In the align environment you can put two (or more) equations on one line:
\begin{align}
x+y &= 1 & x+z &= 1 \\
x+w &= 1 & w+z &= 1
\end{align}
By default this results in two lines with equation numbers. But there are 4 equations in the above example, and I would like to have them individually labeled and numbered. Putting two labels on one line results in an error.
How do you get equation numbers and labels for each separate equation in the
alignenvironment?
Alternative environments are OK, but because of the publisher this is expected to go to, I may not be able to add out of the ordinary packages.
I have tried side-by-side minipages with an align in each one, but then the equations are not aligned between columns and it looks terrible.