我想在数学文档中使用 EB Garamond 字体。但是,几个数学符号没有按我想要的方式显示。主要问题是数学模式下的字母 f,它看起来不像我喜欢的那样。
下面是一个示例代码来展示问题
\documentclass[8pt,openany]{book}
\usepackage[vvarbb,ebgaramond,smallerops]{newtx}
\usepackage[T1]{fontenc}
\usepackage{amsmath,amsthm}
\begin{document}
Whenever I use math mode, the symbol $f$ is used whether I would prefer something like $\textit{f}$.
\end{document}
我认为一定存在可以调整的风格选项,但我不知道该如何做。