我想通过 更改数学字体mathspec
。我的代码是
\documentclass{article}
\usepackage{mathspec}
\setmathsfont(Latin,Greek){Eu-bx.ttf}
\setmathsfont(Digits){EU-bz.ttf}
\usepackage{fontspec}
\setmainfont{EU-bz.ttf}
\begin{document}
Hello world!
$a+b=2^t$
$\mathbf{abcd}$
\end{document}
但是数学字体没有加粗。所以我想EU-hx.ttf
使用另一种字体来加粗数学(也就是说,让 LaTeX 在遇到时调用此字体\mathbf{}
)。我该怎么做?