If I have something like
Code: Select all
\begin{align}
x=\sum_{k}{ \left[ a + b + c + d + e \right] }
\end{align}
Code: Select all
\begin{align}
x&=\sum_{k}{ \left[ a + b \\
&+ c + d + e \right] }
\end{align}
Code: Select all
\begin{align}
x=\sum_{k}{ \left[ a + b + c + d + e \right] }
\end{align}
Code: Select all
\begin{align}
x&=\sum_{k}{ \left[ a + b \\
&+ c + d + e \right] }
\end{align}
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
I don't see a long expression as limit under the sum sign, only a single character. And behind there is a sum as usual. So you should clarify where you exactly want to have a line break.Yue wrote:Suppose I have a very long expression under a sum sign, how can I change lines so that it can be on the page? [...]
Code: Select all
\left[ \right.
\left. \right]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