As shown by the difference between the two lines of the image below, for sufficiently large pairs of parentheses in newtxmath, the space in front of the left parenthesis disappears. This results in spacing that is more cramped than desired. Is there a clean (i.e., without manually adjusting the kerning each time) way to restore this space?
Here is the code used to generate that image:
\documentclass{minimal}
\usepackage{newtxmath}
\usepackage{mathtools}
\DeclarePairedDelimiter{\paren}{\lparen}{\rparen}
\newcommand*{\tall}{\int_0^{t^2} x\,dx}
\newcommand*{\taller}{\sum_{\substack{(k,m)=1\\0 < k < m}} k}
\begin{document}
\begin{align*}
&\exp\paren*{\tall} \\
&\exp\paren*{\taller}
\end{align*}
\end{document}




minimalclass. It’s not meant for examples. – egreg May 22 '20 at 07:22