Following the answer given here, I am trying to adjust long multiline equations. However, when I try to add more equations, the solution doesn't seems to be working in my case. I want an output something like that:
(I have obtained it via \documentclass[preview]{standalone}. However, now I want to embed it in IEEEtrans class.
\documentclass[lettersize,journal]{IEEEtran}
\usepackage{mathtools,amssymb,lipsum}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\usepackage{cuted}
\setlength\stripsep{3pt plus 1pt minus 1pt}
\usepackage{empheq}
\title{equation}
\begin{document}
\section{equations}
\begin{strip}
\begin{align}
\begin{gathered}
\textbf{R(Reg_S)} = {} \forall X1 \in x1 \wedge \forall X3 \in x3 ; | ; \ X3[1] \coloneqq X1[1] \wedge X3[3] \coloneqq X1[3] \wedge X3[4] \coloneqq X1[4] \wedge X3[5]
\coloneqq X1[6] \wedge {x3}' \coloneqq x3 \cup {X3[1], X3[3], X3[4], X3[5]}
\end{gathered}
\begin{gathered}
\textbf{R(Reg_S)} = {} \forall X1 \in x1 \wedge \forall X3 \in x3 ; | ; \ X3[1] \coloneqq X1[1] \wedge X3[3] \coloneqq X1[3] \wedge X3[4] \coloneqq X1[4] \wedge X3[5]
\coloneqq X1[6] \wedge {x3}' \coloneqq x3 \cup {X3[1], X3[3], X3[4], X3[5]}
\end{gathered}
\begin{gathered}
\textbf{R(Reg_S)} = {} \forall X1 \in x1 \wedge \forall X3 \in x3 ; | ; \ X3[1] \coloneqq X1[1] \wedge X3[3] \coloneqq X1[3] \wedge X3[4] \coloneqq X1[4] \wedge X3[5]
\coloneqq X1[6] \wedge {x3}' \coloneqq x3 \cup {X3[1], X3[3], X3[4], X3[5]}
\end{gathered}
\end{align}
\end{strip}
\maketitle
\end{document}


\Aboxedfrom mathtools. – John Kormylo Mar 25 '23 at 16:51