xerroxcopy / aiit-tex-bulletin

new bulletin template for TeX
0 stars 0 forks source link

TeX Gyre Herosをサンセリフ体として使う #10

Closed xerroxcopy closed 1 year ago

xerroxcopy commented 1 year ago
% \usepackage{libertinus}
\usepackage{tgheros} % latin, sans serif
\usepackage[T1]{fontenc}

libertinusだとうまくいくのだが、tgherosだと変わらず、サンセリフ体があたるところがCMU Serifにフォールバックしてしまう。

xerroxcopy commented 1 year ago

Libertinus sansはOTF or TTF availableとなっているのに対し、TeX Gyre Herosはそうなっていないのが問題か?

xerroxcopy commented 1 year ago
\usepackage{amsmath, amssymb}
\usepackage{luatexja-fontspec}
\setsansfont[Ligatures=TeX]{TeXGyreHeros}
\setmainfont[Ligatures=TeX]{TeXGyrePagella}
\setmonofont{FiraMono}
\setmainjfont[BoldFont=HaranoAjiMincho-Bold]{HaranoAjiMincho-Regular}
\setsansjfont{HaranoAjiGothic-Medium}
\newjfontfamily\jisninety[CJKShape=JIS1990]{HaranoAjiMincho-Regular}
\usepackage{newpxmath}