
답변1
Samcarter가 제안한대로그녀의 코멘트운영자를 위해 다른 글꼴을 모두 사용하는 것이 더 쉽습니다. 적절하게 크기가 조정된 칸타렐이 그 효과를 발휘할 수 있다고 말하고 싶습니다. 코드는 :-)
지금은 찾을 수 없는 답변(예: egreg )에서 나온 것입니다 .
결과는 IMO 끔찍합니다.
\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}