複数行のgather系環境を枠で囲みたい。
これって標準的な方法ありましたっけ?

出来れば環境で作りたかったけど思いつかなかったからこんなので凌いでるけど不満ありすぎる。

\newcommand{\framedmath}[2]{\framebox[#1][c]{\begin{minipage}{#1}\vspace{-\baselineskip}\begin{subequations}{#2}\end{subequations}\end{minipage}}}

%%framedmath 使用例
\framedmath{3cm}{
\begin{alignat*}{3}
a1 & b1 & {} & c1 \\
a2 & b2 & {} & c2
\end{alignat*}
}