我正在使用\setmathfont
来自 unicode-math 的命令来使用自定义数学字体。但是指数渲染不正确并且设置得太低。为了调整这一点,我使用以下命令:
\AtBeginDocument{
\setbox0=\hbox{
\check@mathfonts{
\fontdimen16\textfont2=2.5pt
\fontdimen17\textfont2=2.5pt
\fontdimen14\textfont2=4.5pt
\fontdimen13\textfont2=4.5pt
}
}
}
但是,这给我带来了大量错误,例如标题页上的Extra }, or forgotten $.
和Improper \prevdepth.
。PDF 中的所有内容似乎都呈现正常,但我又遇到了 6 个烦人的错误。有办法修复这些问题吗?我使用的是 overleaf。
提前致谢。