Code: Select all
\begin{equation}
A = \left( \sum_{\substack{i<B\\i<C\\i<D}}{i} \right)
\end{equation}
Manual parentheses don't work. The expression is simply too tall.
Best,
hkyz
Code: Select all
\begin{equation}
A = \left( \sum_{\substack{i<B\\i<C\\i<D}}{i} \right)
\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
\vcenter
. Here we just enter mathmode again, within that box, and switch on display style:Code: Select all
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
A = \left(\vcenter{\hbox{$\displaystyle\sum_{\substack{i<B\\i<C\\i<D}}{i}$}} \right)
\end{equation}
\end{document}
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools}
\begin{document}
\begin{equation}
A=\Bigl(\sum_{\substack{i<B\\i<C\\i<D}}{i}\Bigr)
\end{equation}
\end{document}
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