TeX - LaTeX Asked by bnd3090 on May 9, 2021
I’m using uarial as text font and want to use newtxsf as a nearly matching math font. I scaled uarial to match the height of latin modern as described in this post: https://tex.stackexchange.com/a/206677.
Still I’m encountering two problems:
My Code so far
documentclass[fontsize=12pt, paper=a4, parskip=half]{scrreprt}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{lmodern}
usepackage[scale=0.93]{tgheros}
usepackage[scaled=1]{newtxsf}
renewcommand*{familydefault}{sfdefault}
begin{document}
textbf{Displaying height of fonts}par
sbox0{sffamily A}heros: theht0
sbox0{rmfamily A}latin modern: theht0
sbox0{ttfamily A}newtxsf: theht0par
textbf{Math mode} $ Q = Ptan(varphi)$
end{document}
My suggestion is to try with no scaling; in this case we get the height of a sans serif A is 8.87999pt and the height of a math A is 8.148pt.
Therefore the scaling factor is 8.148/8.87999=0.91757 (rounded to the fifth decimal digit). Now with
documentclass[fontsize=12pt, paper=a4]{scrreprt}
usepackage[utf8]{inputenc}
usepackage[T1]{fontenc}
usepackage{amsmath}
usepackage[scale=.91757]{tgheros}
usepackage[scaled=1]{newtxsf}
renewcommand*{familydefault}{sfdefault}
renewcommand*{rmdefault}{sfdefault}
% this to get the operators in the sans serif font
DeclareSymbolFont{operators}{encodingdefault}{sfdefault}{m}{n}
begin{document}
textbf{Displaying height of fonts}
sbox0{sffamily A}heros: theht0
sbox0{$A$}newtxsf: theht0
textbf{Math mode} $ Q = Ptan(varphi)$
end{document}
Correct answer by egreg on May 9, 2021
Note that, in unicode-math
, the solution is Scale=MatchLowercase
, or sometimes, Scale=MatchUppercase
. You can even set it as defaultfontfeatures
.
It also sets the main font as both the operator font and the mathrm
font, but you can override this, with setoperatorfont
, setmathrm
, etc.
Answered by Davislor on May 9, 2021
Get help from others!
Recent Questions
Recent Answers
© 2024 TransWikia.com. All rights reserved. Sites we Love: PCI Database, UKBizDB, Menu Kuliner, Sharing RPP