What’s a good way to reduce the horizontal space around this big sigma? Ideally, I’d like to be able to tell LaTeX to always ignore the width of a subscript by default.
This example compiles with pdflatex:
\documentclass{article}
\usepackage{amsmath}
\begin{document}
[\text{Pr}[x\oplus e\in D_x,\wedge, T]\leq \sum_{\substack{x\in C, \ e\text{ satisfying }T \\text{ where }x\oplus e\in D_x}}\text{Pr}[\text{we pick }x\text{ and }e]]
\end{document}



\sumlimits – barbara beeton Jul 29 '21 at 18:22mathclapis what I want. – Sophie Weigle Jul 29 '21 at 18:24