Math & Science ⇒ How can I break the line without closing a \left \right pair
How can I break the line without closing a \left \right pair
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
How can I break the line without closing a \left \right pair
you could close it in a hidden way, by
Code: Select all
\right.
Stefan
How can I break the line without closing a \left \right pair
Code: Select all
\begin{align*}
A &\le \frac{e^{-rT} }{2}(K-1) \big[a + b + c + d\right\\
\left+ e + f + g\big].
\end{align*}
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
How can I break the line without closing a \left \right pair
Code: Select all
\begin{align*}
A &\le \frac{e^{-rT} }{2}(K-1) \big[a + b + c + d\\
&\quad + e + f + g\big]
\end{align*}