When I write a long limit there is a big gap between the limit and the function. How can I fix this? Furthermore is there a way to make the limits smaller so as not to be longer than the limit symbol? Also why is that gap there and that size difference between the length of the symbol and the limit under it? Shouldn't all be under it?
\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{unicode-math}
\begin{document}
$\displaystyle \lim_{n\to +\infty}x(n)$
\end{document}


\scripscriptstyle... – Werner Apr 10 '14 at 03:38