whutug / whu-thesis

:memo: 武汉大学毕业论文 LaTeX 模版 2024
LaTeX Project Public License v1.3c
931 stars 200 forks source link

关于数学字体双线体的问题 #153

Closed henryzhuhr closed 2 years ago

henryzhuhr commented 2 years ago

v0.6e - 2022-04-17

描述问题

在现在的版本中,双线体好像一直有问题,我做了一些尝试,貌似双线体就得到理想的状态了。这个修改不知道会不会对现有模板双线体的问题有一定的帮助

做的一些尝试

\cs_new_protected:Npn \__whu_set_math_font_xits:
  {
    % \setmathfont { XITSMath-Regular.otf }
      % [ BoldFont = XITSMath-Bold.otf ]
    \setmathfont{ STIXTwoMath-Regular.otf }
    \setmathfont{ STIXTwoMath-Regular.otf }[ range = {scr, bfscr}, StylisticSet = 1 ]
    \setmathfont{ texgyrepagella-math.otf }[ range = bb ]   % 添加:双线体字体换成 texgyrepagella-math.otf
  }

效果

zljDm.png

但是这一个修改不知道会不会对 scrcal 有影响