Problem:
\begin{equation}
\begin{split}
S_{2(n+1)}^{(1)}=\frac{2}{\Gamma(n+1)}\int_{0}^{G}dxx^{2n+1}[-1+\\
+n_{1}(\frac{\pi}{\alpha})^{3/2}\sideset{}{'}\sum_{l}e^{-k_{l}^{2}a^{2}/4x^{2}}]
\end{split}
\end{equation}
First try:
\begin{equation}
\begin{split}
S_{2(n+1)}^{(1)}=\frac{2}{\Gamma(n+1)}\int_{0}^{G}dxx^{2n+1}\left[-1+\right.\\
+n_{1}\left(\frac{\pi}{\alpha}\middle)^{3/2}\sideset{}{'}\sum_{l}e^{-k_{l}^{2}a^{2}/4x^{2}}\right]
\end{split}
\end{equation}
Bad output
Second try:
\begin{equation}
\begin{split}
S_{2(n+1)}^{(1)}=\left\frac{2}{\Gamma(n+1)}\int_{0}^{G}dxx^{2n+1}\right[-1+\\
+n_{1}\left(\frac{\pi}{\alpha}\middle)^{3/2}\sideset{}{'}\sum_{l}e^{-k_{l}^{2}a^{2}/4x^{2}}\right]
\end{split}
\end{equation}
Good output, but with missing delimiter (. inserted) error.
My solution:
\begin{equation}
\begin{split}
S_{2(n+1)}^{(1)}=\left.\frac{2}{\Gamma(n+1)}\int_{0}^{G}dxx^{2n+1}\right[-1+\\
+n_{1}\left(\frac{\pi}{\alpha}\middle)^{3/2}\sideset{}{'}\sum_{l}e^{-k_{l}^{2}a^{2}/4x^{2}}\right]
\end{split}
\end{equation}
I have never seen the use of \left., so I am skeptical. Am I missing a proper way to go around this or is this it? Honestly, when writing the code of "my solution" I could not predict its output.
Thank you
PS: I hope this example, beyond the answers, will help others.



\left.and\right.are how you scale delimiters in LaTeX when you only have the other half of the pair. – Teepeemm Apr 23 '18 at 01:59