* [NTG-context] issue with fonts in current latest (2024.01.08 11:23)
@ 2024-01-15 17:16 Pablo Rodriguez via ntg-context
2024-01-15 19:32 ` [NTG-context] " Henning Hraban Ramm
2024-01-15 20:43 ` Mikael Sundqvist
0 siblings, 2 replies; 5+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2024-01-15 17:16 UTC (permalink / raw)
To: ConTeXt users; +Cc: Pablo Rodriguez
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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* [NTG-context] Re: issue with fonts in current latest (2024.01.08 11:23)
2024-01-15 17:16 [NTG-context] issue with fonts in current latest (2024.01.08 11:23) Pablo Rodriguez via ntg-context
@ 2024-01-15 19:32 ` Henning Hraban Ramm
2024-01-15 20:43 ` Mikael Sundqvist
1 sibling, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2024-01-15 19:32 UTC (permalink / raw)
To: ntg-context
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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* [NTG-context] Re: issue with fonts in current latest (2024.01.08 11:23)
2024-01-15 17:16 [NTG-context] issue with fonts in current latest (2024.01.08 11:23) Pablo Rodriguez via ntg-context
2024-01-15 19:32 ` [NTG-context] " Henning Hraban Ramm
@ 2024-01-15 20:43 ` Mikael Sundqvist
2024-01-15 20:58 ` Henning Hraban Ramm
2024-01-16 19:11 ` Pablo Rodriguez via ntg-context
1 sibling, 2 replies; 5+ messages in thread
From: Mikael Sundqvist @ 2024-01-15 20:43 UTC (permalink / raw)
To: mailing list for ConTeXt users
Hi,
Try this:
On Mon, Jan 15, 2024 at 6:17 PM Pablo Rodriguez via ntg-context
<ntg-context@ntg.nl> wrote:
>
> 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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* [NTG-context] Re: issue with fonts in current latest (2024.01.08 11:23)
2024-01-15 20:43 ` Mikael Sundqvist
@ 2024-01-15 20:58 ` Henning Hraban Ramm
2024-01-16 19:11 ` Pablo Rodriguez via ntg-context
1 sibling, 0 replies; 5+ messages in thread
From: Henning Hraban Ramm @ 2024-01-15 20:58 UTC (permalink / raw)
To: ntg-context
Am 15.01.24 um 21:43 schrieb Mikael Sundqvist:
> Try this:
> \definebodyfontenvironment[16pt]
Yes, works.
Hraban
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
* [NTG-context] Re: issue with fonts in current latest (2024.01.08 11:23)
2024-01-15 20:43 ` Mikael Sundqvist
2024-01-15 20:58 ` Henning Hraban Ramm
@ 2024-01-16 19:11 ` Pablo Rodriguez via ntg-context
1 sibling, 0 replies; 5+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2024-01-16 19:11 UTC (permalink / raw)
To: ntg-context; +Cc: Pablo Rodriguez
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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___________________________________________________________________________________
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2024-01-16 19:15 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-15 17:16 [NTG-context] issue with fonts in current latest (2024.01.08 11:23) Pablo Rodriguez via ntg-context
2024-01-15 19:32 ` [NTG-context] " Henning Hraban Ramm
2024-01-15 20:43 ` Mikael Sundqvist
2024-01-15 20:58 ` Henning Hraban Ramm
2024-01-16 19:11 ` Pablo Rodriguez via ntg-context
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).