Is it only me or does it get annoying whenever I've to write \limits before every operator? Is there a way to make that happen for every operator without having to list them all one by one?
\newcommand{\myint}{\int\limits} % <= Unwanted solution...
\myint_{\lambda_1}^{\lambda_2}
Context: I had to write over a thousand limits to realise really how redundant it is in my pdf... lol. So, I would really appreciate any tips.
\limitseverytime in the first place? – daleif Sep 17 '21 at 11:26\limitsbefore every operator?" Real quick (just in case it wasn't a simple typo): The modifier\limitsshould be written after, not *before", the associated "operator" -- ``\int,\sum,\prod`, etc. – Mico Sep 17 '21 at 15:00_{...}when I said operator (i.e.\int\limts_{\lambda_1}, sorry! @Mico – Sep 17 '21 at 15:37