0

I want to use mtpro2 together with Souce Serif Pro, but default mtpro2 looks like too thin. enter image description here enter image description here

MWE

\documentclass{article}
\usepackage[lite,subscriptcorrection,slantedGreek,nofontinfo]{mtpro2}
\usepackage{fontspec}
\setmainfont{Source Serif Pro}  


\begin{document}
    Source Serif Pro $f=|a|/3$ with mtpro2

    %Source Serif Pro $f=|a|/3$ with XITS Math

\end{document}

How to make it heavier? Thanke you all in advance

sun0727
  • 527

1 Answers1

2

See section 2.5 of the package documentation for the use of the bold math and heavy math weights.

If neither of those is right for you, you will need to pick another font.. The fontspec package does, incidentally, have an option to make a font heavier, and unicode-math inherits it.

Davislor
  • 44,045