Primes too high in New Computer Modern
Hi, list. See the following: \starttext $\alpha'$ {\switchtobodyfont[newcomputermodern]$\alpha'$} \stoptext Thank you in advance. Best regards, Jairo
Hi, list. See the following:
\starttext $\alpha'$ {\switchtobodyfont[newcomputermodern]$\alpha'$} \stoptext
On 12/7/2021 2:39 AM, Jairo A. del Rio via ntg-context wrote: there is no lfg file for it but if you just want a bolder latin modern you can also do this (there is an old bachotex presentation about it somewhere): \setupbodyfont[modernlatin] \starttext $\alpha'$ \stoptext Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
Hi,
We changed so that newcomputermodern-book (which is bolder than
newcomputermodern) uses the same lfg file as lm, which works. I attach
an updated version of the type-imp-newcomputermodern.mkiv, which also
adds the lfg file to newcomputermodern.
/Mikael
PS If one wants to play with modernlatin, is there a simple way to
play with the boldness (for example make it just slightly less bold)?
On Tue, Dec 7, 2021 at 9:45 AM Hans Hagen via ntg-context
Hi, list. See the following:
\starttext $\alpha'$ {\switchtobodyfont[newcomputermodern]$\alpha'$} \stoptext
On 12/7/2021 2:39 AM, Jairo A. del Rio via ntg-context wrote: there is no lfg file for it but if you just want a bolder latin modern you can also do this (there is an old bachotex presentation about it somewhere):
\setupbodyfont[modernlatin]
\starttext $\alpha'$ \stoptext
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl ----------------------------------------------------------------- ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________
Thank you very much! That's exactly what I needed. Regards, Jairo El mar, 7 dic 2021 a la(s) 03:56, Mikael Sundqvist via ntg-context ( ntg-context@ntg.nl) escribió:
Hi,
We changed so that newcomputermodern-book (which is bolder than newcomputermodern) uses the same lfg file as lm, which works. I attach an updated version of the type-imp-newcomputermodern.mkiv, which also adds the lfg file to newcomputermodern.
/Mikael
PS If one wants to play with modernlatin, is there a simple way to play with the boldness (for example make it just slightly less bold)?
On Tue, Dec 7, 2021 at 9:45 AM Hans Hagen via ntg-context
wrote: Hi, list. See the following:
\starttext $\alpha'$ {\switchtobodyfont[newcomputermodern]$\alpha'$} \stoptext
On 12/7/2021 2:39 AM, Jairo A. del Rio via ntg-context wrote: there is no lfg file for it but if you just want a bolder latin modern you can also do this (there is an old bachotex presentation about it somewhere):
\setupbodyfont[modernlatin]
\starttext $\alpha'$ \stoptext
Hans
----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________
___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net
___________________________________________________________________________________
Hi,
We changed so that newcomputermodern-book (which is bolder than newcomputermodern) uses the same lfg file as lm, which works. I attach an updated version of the type-imp-newcomputermodern.mkiv, which also adds the lfg file to newcomputermodern.
/Mikael
PS If one wants to play with modernlatin, is there a simple way to play with the boldness (for example make it just slightly less bold)?
On 12/7/2021 9:55 AM, Mikael Sundqvist via ntg-context wrote: the type-imp-modernlatin file has this: \doifunknownfontfeature {lm-serif-regular} {\definefontfeature[lm-serif-regular][boldened-15]} \doifunknownfontfeature {lm-serif-bold} {\definefontfeature[lm-serif-bold] [boldened-30]} \doifunknownfontfeature {lm-sans-regular} {\definefontfeature[lm-sans-regular] [boldened-10]} \doifunknownfontfeature {lm-sans-bold} {\definefontfeature[lm-sans-bold] [boldened-20]} \doifunknownfontfeature {lm-mono-regular} {\definefontfeature[lm-mono-regular] [boldened-20]} \doifunknownfontfeature {lm-mono-bold} {\definefontfeature[lm-mono-bold] [boldened-30]} \doifunknownfontfeature {lm-math-regular} {\definefontfeature[lm-math-regular] [boldened-15]} \doifunknownfontfeature {lm-math-bold} {\definefontfeature[lm-math-bold] [boldened-30]} so you can just define the features beforehand Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Jairo A. del Rio
-
Mikael Sundqvist