答案1
正如 samcarter 所建议的她的评论为操作符使用完全不同的字体会更容易。我想说适当缩放的 cantarell 可能会奏效。代码来自一个答案(可能是 egreg 的:-)
),我现在找不到...
我认为结果很糟糕。
\documentclass{article}
\makeatletter
\newcommand*{\cantarell@scale}{.9467}
\DeclareSymbolFont{sansops}{OT1}{cantarell-LF}{m}{n}
\SetSymbolFont{sansops}{bold}{OT1}{cantarell-LF}{b}{n}
\renewcommand*{\operator@font}{\mathgroup\symsansops}
\makeatother
\begin{document}
\textsf{ln}$\ln$
\textsf{sin}$\sin$
\textsf{exp}$\exp$
$\ln(x)$
\end{document}