I want to tag my equations with parallel aligned environments. The code is shown below
\begin{equation*}
\begin{aligned}
& \bold{H}_1^\top\bold{x}_1^*+\bold{K}_1^\top\bold{y}+\bold{U}(\omega_t)= \bold{r}_1:\\
& \bold{A}_3^\top\bold{y}\leq \bold{b}_3:
\end{aligned}
\qquad
\begin{aligned}
& \boldsymbol{\gamma}_1(\omega_t), \\
& \boldsymbol{\zeta}_1(\omega_t),
\end{aligned}
\end{equation*}
The output should be two aligned equations, and my goal is to tag them using \tag.
I have tried to add \tag to the first \begin{aligned} block and the second block, but they all failed with an error saying
Package amsmath Error: \tag not allowed here
I have searched the forum but there is none regarding to the tag for double aligned equation. I need to use \begin{equation*} instead of \begin{equation} to allow \tag, since I want to make my own tags.
Thank you in advance!
Gabriel

\tagonly works in math environment which is normally numbered. likeequation,alignetc and not inequation*– Zarko Nov 30 '18 at 00:35mathtoolshas the\newtagformand\usetagformcommands if you want to customise tags. – Bernard Nov 30 '18 at 00:56alignandarrayenvironment. – Nov 30 '18 at 06:44