答案1
答案2
您可以使用\mathop
来声明该函数并\mathtt
选择 tt 字体。
\documentclass{article}
\newcommand{\fnfoo}{\mathop{\mathtt{fnfoo}}\nolimits}
\begin{document}
$\fnfoo()$
$\fnfoo(X_i)$
\end{document}
您可以使用\mathop
来声明该函数并\mathtt
选择 tt 字体。
\documentclass{article}
\newcommand{\fnfoo}{\mathop{\mathtt{fnfoo}}\nolimits}
\begin{document}
$\fnfoo()$
$\fnfoo(X_i)$
\end{document}