答案1
更新
\documentclass{article}
\usepackage{amsmath}
\usepackage{lipsum}
\begin{document}
\lipsum[1][1-2]
the graph is almost surely connected ($\lim_{n \to \infty} \mathrm{P}(G(n,p) \text{is connected}) \to 1 $
\lipsum[1][1-2]
the graph is almost surely connected ($\lim\limits_{n \to \infty} \mathrm{P}(G(n,p) \text{is connected}) \to 1 $
\lipsum[1][1-2]
\end{document}
答案2
在我的一个文档中我使用了这个
\documentclass{article}
\usepackage{tikz}
\usepackage{bigints}
\newcommand{\Lim}[1]{\raisebox{0.5ex}{\scalebox{0.8}{$\displaystyle
\lim_{#1}\;$}}}
\begin{document}
In classical graph thoery the graph is almost surely connected $\left(\Lim{\rightarrow\infty}\operatorname{P}(G(n, p)\text{ is connected})\right)\rightarrow 1$
\end{document}
我本来可以发誓我从这里的一个问题中得到了这个答案,哈哈,但我似乎找不到它,所以不管了。