I wrote this code:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{subequations}
\begin{align}
f(x) &= \cos x, \qquad h(x) = -x, \
g(x) &= x, \qquad l(x) = \sin x.
\end{align}
\end{subequations}
\end{document}
I got this result:
What do I have to change for the equal signs in the right column to be also aligned (note that I want to conserve the labels as they are)?


align(no*) that should give you what you want. – barbara beeton Sep 15 '21 at 18:51