
Am 23.06.2025 um 15:25 schrieb Jeong Dal via ntg-context:
Dear Hraban and Wolfgang,
Thank you for your testing.
I installed Noto Sans KR fonts in my font folder in Mac. And check the list of fonts whose name includes ‘notosans*kr*’ as you said”
mtxrun --script fonts --list --all --pattern='notosans*kr*’
And got the following list.
[...]
Why does it look for Math font for \Title and \SlideTitle?
1. Can you show the complete log file! 2. Does the following example work? %%%% begin example \definefontfamily[notoFont][rm][Noto Serif CJK KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[notoFont][ss][Noto Sans CJK KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] \definefontfamily[notoFont][tt][Noto Sans Mono CJK KR] [ it={style:regular,features:{*,slanted}}, sl={style:regular,features:{*,slanted}}, bi={style:bold,features:{*,slanted}},force=yes] %\definefontfamily[notoFont][math][Tex Gyre Pagella Math] \definetypeface[notoFont][mm][math][pagella][default] \setupbodyfont[notoFont] \starttext \doloopoverlist{\rm,\ss,\tt} {\recursestring \doloopoverlist{\tf,\it,\bf,\bi} {\recursestring 여기에도 수학이? }\par} \stoptext %%%% end example Wolfgang