答案1
你可以利用mathtools
'\adjustlimits
命令,该命令正是针对这种情况而设计的。
\documentclass[border=10pt]{standalone}
\usepackage{mathtools}
\begin{document}
\(\displaystyle % <--- Just to get correct size of output in standalone class
\adjustlimits\sup_{x\in I}\lim_{n\to\infty}\left|f_n(x)-f(x)\right|=0
\)
\end{document}