我不想写极限趋向于无限,而是无限,它应该是变量:
$$\lim_{x\to\variable} f(x) = max(R)$$
我怎样才能用 LaTeX 代码书写?
答案1
用你的变量替换通常的\infty
。最好不要使用$$
,它应该是\max
:
\documentclass{article}
\begin{document}
\[
\lim_{x\to a} f(x) = \max(R)
\]
\end{document}
答案2
写
\lim_{x\to s_i}f(x)
在数学模式中。