rbraceの垂直方向の配置



Vertical Alignment Rbrace



解決:

このようなもの?

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



 documentclass {article}  usepackage {amsmath}%for'align 'environment and'  text 'macro  newlength  mylen%create a'length' variable  settowidth  mylen {very long Equation}%calculate default width of ' mybox ' newcommand  mybox [2] [ mylen] { parbox {#1} { raggedright#2}​​}  begin {document}  begin {align} L =& left。 mybox {short eq}  right  rbrace &&  text {description 1} \& left。 mybox {複数行にわたる非常に長い方程式}  right  rbrace &&  text {description 2}  end {align}  end {document} 

このようなものはどうですか?

 documentclass {article}  usepackage {amsmath}  begin {document}  begin {equation}  begin {alignedat} {4} L =& text {short eq} &&  left。  text {}  right  rbrace &&  qquad  text {description 1} \& begin {aligned}& text {22244非常に長い方程式5555} \& text {複数行にわたる}  end {aligned} && 左。  begin {aligned}  text {} \  text {}  end {aligned}  right  rbrace &&  qquad  text {description 2}  end {alignedat}  end {equation}  end {document}

こんな感じ



すべての線は1つの方程式として扱われます。次の投稿からアイデアを借りました。

マルチライン方程式の垂直方向の配置