
答案1
正如薩姆卡特所建議的那樣她的評論為操作員使用完全不同的字體會更容易。我想說,適當縮放的坎塔雷爾可能會起到作用。代碼來自:-)
我現在找不到的答案(可能是 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}