issue with fonts in current latest (2024.01.08 11:23)
Dear list, I have the following sample: \definefontfamily[mainface][rm][TeX Gyre Pagella] \definefontfamily[coverface][rm][TeX Gyre Termes] \setupbodyfont[mainface, 16pt] \starttext \startmakeup[standard][style=\bf] \switchtobodyfont[coverface] This is a cover. \stopmakeup This is text. \stoptext Compiling the sample with current latest (2024.01.08 11:23), LMTX puts Latin Modern Roman (no bold) and MkIV puts Termes (no bold). The results with previous latest (2023.09.26 18:19), cover is in Termes bold with LMTX and in Termes regular with MkIV. I guess there might be an issue here. Could anyone confirm this? Many thanks for your help, Pablo
Am 15.01.24 um 18:16 schrieb Pablo Rodriguez via ntg-context:
I guess there might be an issue here. Could anyone confirm this?
Yes, same beta from last week (2024.01.08). No error in the console output. mkiv lua stats > loaded fonts: 4 files: latinmodernmath-companion.otf, latinmodern-math.otf, texgyrepagella-bold.otf, texgyrepagella-regular.otf Apparently Pagella bold is loaded, but not used. Hraban
Hi,
Try this:
On Mon, Jan 15, 2024 at 6:17 PM Pablo Rodriguez via ntg-context
Dear list,
I have the following sample:
\definefontfamily[mainface][rm][TeX Gyre Pagella] \definefontfamily[coverface][rm][TeX Gyre Termes]
\definebodyfontenvironment[16pt]
\setupbodyfont[mainface, 16pt] \starttext \startmakeup[standard][style=\bf] \switchtobodyfont[coverface] This is a cover. \stopmakeup
This is text. \stoptext
Compiling the sample with current latest (2024.01.08 11:23), LMTX puts Latin Modern Roman (no bold) and MkIV puts Termes (no bold).
The results with previous latest (2023.09.26 18:19), cover is in Termes bold with LMTX and in Termes regular with MkIV.
I guess there might be an issue here. Could anyone confirm this?
Many thanks for your help,
Pablo
Maybe some check will be added. (On the chat with Hans...) /Mikael
On 1/15/24 21:43, Mikael Sundqvist wrote:
Hi,
Try this: […] \definebodyfontenvironment[16pt] […] Maybe some check will be added. (On the chat with Hans...)
Many thanks for your help, Mikael. Your hint solved the issue and having a check that avoids the reported issue. BTW, I’m afraid I find too many issues with fonts in current latest, I need to investigate them further (in order to be able to report them). Many thanks for your help again, Pablo
participants (3)
-
Henning Hraban Ramm
-
Mikael Sundqvist
-
Pablo Rodriguez