Math & Science ⇒ overbrace on top of a multi-line eqquation
overbrace on top of a multi-line eqquation
I tried \overbrace{}^{\text{}} but it doesn't like multi lines (i.e. \\ inside \overbrace{}).
\begin{equation}
\begin{IEEEeqnarraybox}{rCl}
a & = & b + c
\\
& = & d + e + f + g + h
+ i + j + k \\
&& +\> l + m + n + o
\\
& = & p + q + r + s
\end{IEEEeqnarraybox}
\end{equation}
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
overbrace on top of a multi-line eqquation
If you're trying to get the brace itself to split in an arbitrary location and continue on the next line, THAT is impossible: the brace is a separate character, it can't be divided.