kpfont integrals have a lot of empty space both on the left and on the right ever with smashoperator:
How do I kern the function "into" the integral and reduce the white space of the left document-wide?
\documentclass{article}
\usepackage[intlimits]{kpfonts}
\usepackage{amsmath,mathtools}
\begin{document}
\begin{equation}
I = \int_{t_{k}}^{t_{k+1}} f(t) dt
\end{equation}
\begin{equation}
SMOP = \smashoperator{\int_{t_{k}}^{t_{k+1}}} f(t) dt
\end{equation}
\end{document}
