Hello,
The code posted works well, except for one minor problem. If the right side of the equation (d in this case) is taller than the left side (a in this case), then the right bracket is larger than the left. Is there a way to match the heights of both brackets?
Thank you.
Search found 2 matches
- Fri Sep 09, 2011 3:42 am
- Forum: Page Layout
- Topic: Using align and \left \right commands at same time.
- Replies: 3
- Views: 11437
- Thu Sep 08, 2011 4:48 pm
- Forum: Page Layout
- Topic: Using align and \left \right commands at same time.
- Replies: 3
- Views: 11437
Using align and \left \right commands at same time.
Hello,
The following code will not execute in latex:
\begin{align*}
\left[a + b &= c + d\right] \\
\left[e + f &= g + h\right]
\end{align*}
The problem has to do with the "\left" and "\right" commands for the brackets. If I remove the "&" in front of both equal signs the code compiles, but the ...
The following code will not execute in latex:
\begin{align*}
\left[a + b &= c + d\right] \\
\left[e + f &= g + h\right]
\end{align*}
The problem has to do with the "\left" and "\right" commands for the brackets. If I remove the "&" in front of both equal signs the code compiles, but the ...