1 つの方程式番号で複数の整列ポイントを指定する

1 つの方程式番号で複数の整列ポイントを指定する

次の方程式があります:

\begin{align}
\begin{split}
     &\phantom{{}={}} [ (1,1,1) : (1,1) : (1,2) : (1) : (2,2,2) : (2,2) : (2) :  (3) ] \\
     \textsc{one} &= [ 0 : 3 : 0 : 0 : 0 : 0 : 0 : 0 ] \\
     \textsc{two} &= [ 1 : 0 : 3 : 0 : -1 : 0 : 0 : 0 ] \\
     \textsc{three} &= [ 0  : 0 : 3 : 0 : -1 : 0 : 0 : 0 ] \\
\end{split}
\end{align}
\end{document}

[オープニング、各:、クロージング]を一番上の行に合わせて垂直に揃えたいと思います。

align、alignat、equation、alignat のさまざまな組み合わせを試しましたが、機能するものが見つかりません。

何かご指摘があれば、ありがたいです。

他の回答からalignatを試しました:

\begin{equation}
    \begin{alignedat}{9}
     &[ (1,1,1) &: (1,1) &: (1,2) &: (1) &: (2,2,2) &: (2,2) &: (2) &:  (3) & & ] \\
     \textsc{one} = &[ 0 &: 3 &: 0 &: 0 &: 0 &: 0 &: 0 &: 0 & &] \\
     \textsc{two} = &[ 1 &: 0 &: 3 &: 0 &: -1 &: 0 &: 0 &: 0 & & ] \\
     \textsc{three} = &[ 0  &: 0 &: 3 &: 0 &: -1 &: 0 &: 0 &: 0 & &] \\
\end{alignedat}
\end{equation}

しかし、実際には位置合わせは行われないようです (一部の : のみを位置合わせします)。

ここに画像の説明を入力してください

答え1

以下を使用できますautoaligne:

\documentclass{article}
\usepackage{amsmath}
\usepackage{autoaligne}

\begin{document}

\begin{equation}
\definirseparateurs{\\}{}{:||[||]}
\autoaligne[*d]{
                  [\, (1,1,1) : (1,1) : (1,2) : (1) : (2,2,2) : (2,2) : (2) :  (3) \,] \\
\textsc{one}={}   [\, 0 : 3 : 0 : 0 : 0 : 0 : 0 : 0 \,] \\
\textsc{two}={}   [\, 1 : 0 : 3 : 0 : -1 : 0 : 0 : 0 \,] \\
\textsc{three}={} [\, 0  : 0 : 3 : 0 : -1 : 0 : 0 : 0 \,]
}
\end{equation}

\begin{equation}
\definirseparateurs{\\}{}{:||[||]}
\autoaligne[*c]{
                        [\, (1,1,1) : (1,1) : (1,2) : (1) : (2,2,2) : (2,2) : (2) :  (3) \,] \\
\hfill\textsc{one}={}   [\, 0 : 3 : 0 : 0 : 0 : 0 : 0 : 0 \,] \\
\hfill\textsc{two}={}   [\, 1 : 0 : 3 : 0 : -1 : 0 : 0 : 0 \,] \\
\hfill\textsc{three}={} [\, 0  : 0 : 3 : 0 : -1 : 0 : 0 : 0 \,]
}
\end{equation}

\end{document}

ここに画像の説明を入力してください

答え2

配列を使う

ここに画像の説明を入力してください

\documentclass{article}

\usepackage{amsmath,array}


\begin{document}

\begin{equation}
    \begin{array}{r<{{}}@{[}r@{:}r@{:}r@{:}r@{:}r@{:}r@{:}r@{:}r@{]}}
     & (1,1,1) & (1,1) & (1,2) & (1) & (2,2,2) & (2,2) & (2) &  (3) \\
     \textsc{one} = & 0 & 3 & 0 & 0 & 0 & 0 & 0 & 0   \\
     \textsc{two} = & 1 & 0 & 3 & 0 & -1 & 0 & 0 & 0   \\
     \textsc{three} = & 0  & 0 & 3 & 0 & -1 & 0 & 0 & 0  \\
\end{array}
\end{equation}
\end{document}

答え3

正しいコードは次のとおりですalignedat:

\documentclass[]{article}
\usepackage{mathtools}
\begin{document}

\begin{equation}
    \begin{alignedat}{9}
     &[ (1,1,1) & & : (1,1) & & : (1,2) & & : (1) & & : (2,2,2) & & : (2,2) & & : (2) & & : (3) & & ] \\
     \textsc{one} = {}&[ 0 & & : 3 & & : 0 & & : 0 & & : 0 & & : 0 & & : 0 & & : 0 & &] \\
     \textsc{two} = {}&[ 1 & & : 0 & & : 3 & & : 0 & & : -1 & & : 0 & & : 0 & & : 0 & & ] \\
     \textsc{three} = {}&[ 0 & & : 0 & & : 3 & & : 0 & &: -1 & & : 0 & & : 0 & & : 0 & &] \\
\end{alignedat}
\end{equation}

\end{document} 

ここに画像の説明を入力してください

答え4

こちらはTABstackです。

\documentclass[12pt]{article}
\usepackage{tabstackengine,amsmath}
\begin{document}
\begin{equation}
    \setstacktabbedgap{3pt}
    \tabbedCenterstack[r]{
     [& (1,1,1) :& (1,1) :& (1,2) :& (1) :& (2,2,2) :& (2,2) :& (2) :&  (3) & ] \\
     \textsc{one} = [& 0 :& 3 :& 0 :& 0 :& 0 :& 0 :& 0 :& 0 &] \\
     \textsc{two} = [& 1 :& 0 :& 3 :& 0 :& -1 :& 0 :& 0 :& 0 & ] \\
     \textsc{three} = [& 0  :& 0 :& 3 :& 0 :& -1 :& 0 :& 0 :& 0 &]
}
\end{equation}
\end{document}

ここに画像の説明を入力してください

関連情報