Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Heinrich Paeßens via ntg-context
Yes … that is embarrassing simple … and actually I do not need anything else 
(since no other family is involved)

Many thanks Mikael

Best regards,
Heinrich

> On 4. May 2022, at 19:16, Mikael Sundqvist via ntg-context 
>  wrote:
> 
> On Wed, May 4, 2022 at 6:44 PM Heinrich Paeßens via ntg-context
>  wrote:
>> 
>> Hi there
>> I have a quick question:
>> 
>> I was successful to install and use a new font in LMTX (New Computer 
>> Modern). All good except that I’d like to use the »Book« variant instead of 
>> the »Regular« variant (NewCM10-Book.otf vs NewCM10-Regular.otf). Trying many 
>> ways but the right one.
>> 
>> please advise,
>> can I define something similar like \bf for bold — maybe \bk for book?
>> 
>> … all I get is
>> 
>> hp@mbp16 ~ % pdffonts page1.pdf
>> name type  encoding emb 
>> sub uni object ID
>>  -  --- 
>> --- --- -
>> CRBMBE+NewCM10-Regular   CID Type 0C   Identity-H   yes 
>> yes yes  1  0
>> 
>> my definitions are:
>> 
>> \definefontfamily [newCM] [rm] [newcomputermodern10]
>> \definefontfamily [newCM] [ss] [newcomputermodernsans10]
>> \definefontfamily [newCM] [tt] [newcomputermodernmono10] [scale=0.85, 
>> features=none]
>> \definefontfamily [newCM] [mm] [newcomputermodernmath]
>> \setupbodyfont[newCM, rm, 10pt]
>> 
>> Many thanks
>> Heinrich
> 
> Hi!
> 
> \setupbodyfont[newcomputermodern-book,10pt]
> 
> works here.
> 
> /Mikael
> ___
> 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
___


Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Mikael Sundqvist via ntg-context
On Wed, May 4, 2022 at 6:44 PM Heinrich Paeßens via ntg-context
 wrote:
>
> Hi there
> I have a quick question:
>
> I was successful to install and use a new font in LMTX (New Computer Modern). 
> All good except that I’d like to use the »Book« variant instead of the 
> »Regular« variant (NewCM10-Book.otf vs NewCM10-Regular.otf). Trying many ways 
> but the right one.
>
> please advise,
> can I define something similar like \bf for bold — maybe \bk for book?
>
> … all I get is
>
> hp@mbp16 ~ % pdffonts page1.pdf
> name type  encoding emb 
> sub uni object ID
>  -  --- 
> --- --- -
> CRBMBE+NewCM10-Regular   CID Type 0C   Identity-H   yes 
> yes yes  1  0
>
> my definitions are:
>
> \definefontfamily [newCM] [rm] [newcomputermodern10]
> \definefontfamily [newCM] [ss] [newcomputermodernsans10]
> \definefontfamily [newCM] [tt] [newcomputermodernmono10] [scale=0.85, 
> features=none]
> \definefontfamily [newCM] [mm] [newcomputermodernmath]
> \setupbodyfont[newCM, rm, 10pt]
>
> Many thanks
> Heinrich

Hi!

\setupbodyfont[newcomputermodern-book,10pt]

works here.

/Mikael
___
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
___


Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Heinrich Paeßens via ntg-context
'both' would be the way to go, how can I set this up?

I don’t use typescripts just the definefontfamily and I suppose the book 
variant belongs to the family but is maybe an unloved relative ...

> On 4. May 2022, at 18:51, Henning Hraban Ramm via ntg-context 
>  wrote:
> 
> Do I understand correctly that you want the "Book" variant as regular? Or do 
> you need both?
> 
> Have a look into typescripts, e.g. 
> https://wiki.contextgarden.net/Alegreya_Typescript
> You probably won’t need the features.
> 
> Hraban
> 
> Am 04.05.22 um 18:44 schrieb Heinrich Paeßens via ntg-context:
>> Hi there
>> I have a quick question:
>> I was successful to install and use a new font in LMTX (New Computer 
>> Modern). All good except that I’d like to use the »Book« variant instead of 
>> the »Regular« variant (NewCM10-Book.otf vs NewCM10-Regular.otf). Trying many 
>> ways but the right one.
>> please advise,
>> can I define something similar like \bf for bold — maybe \bk for book?
>> … all I get is
>> hp@mbp16 ~ % pdffonts page1.pdf
>> name type  encoding emb 
>> sub uni object ID
>>  -  --- 
>> --- --- -
>> CRBMBE+NewCM10-Regular   CID Type 0C   Identity-H   yes 
>> yes yes  1  0
>> my definitions are:
>> \definefontfamily [newCM] [rm] [newcomputermodern10]
>> \definefontfamily [newCM] [ss] [newcomputermodernsans10]
>> \definefontfamily [newCM] [tt] [newcomputermodernmono10] [scale=0.85, 
>> features=none]
>> \definefontfamily [newCM] [mm] [newcomputermodernmath]
>> \setupbodyfont[newCM, rm, 10pt]
>> Many thanks
>> Heinrich
> ___
> 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
___


Re: [NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Henning Hraban Ramm via ntg-context
Do I understand correctly that you want the "Book" variant as regular? 
Or do you need both?


Have a look into typescripts, e.g. 
https://wiki.contextgarden.net/Alegreya_Typescript

You probably won’t need the features.

Hraban

Am 04.05.22 um 18:44 schrieb Heinrich Paeßens via ntg-context:

Hi there
I have a quick question:

I was successful to install and use a new font in LMTX (New Computer 
Modern). All good except that I’d like to use the »Book« variant instead 
of the »Regular« variant (NewCM10-Book.otf vs NewCM10-Regular.otf). 
Trying many ways but the right one.


please advise,
can I define something similar like \bf for bold — maybe \bk for book?

… all I get is

hp@mbp16 ~ % pdffonts page1.pdf
name                                 type              encoding 
emb sub uni object ID
 -  
--- --- --- -
CRBMBE+NewCM10-Regular               CID Type 0C       Identity-H   
yes yes yes      1  0


my definitions are:

\definefontfamily [newCM] [rm] [newcomputermodern10]
\definefontfamily [newCM] [ss] [newcomputermodernsans10]
\definefontfamily [newCM] [tt] [newcomputermodernmono10] [scale=0.85, 
features=none]

\definefontfamily [newCM] [mm] [newcomputermodernmath]
\setupbodyfont[newCM, rm, 10pt]

Many thanks
Heinrich

___
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
___


[NTG-context] how to choose a font variant "book" / LMTX

2022-05-04 Thread Heinrich Paeßens via ntg-context
Hi there 
I have a quick question: 

I was successful to install and use a new font in LMTX (New Computer Modern). 
All good except that I’d like to use the »Book« variant instead of the 
»Regular« variant (NewCM10-Book.otf vs NewCM10-Regular.otf). Trying many ways 
but the right one. 

please advise, 
can I define something similar like \bf for bold — maybe \bk for book?

… all I get is

hp@mbp16 ~ % pdffonts page1.pdf 
name type  encoding emb sub 
uni object ID
 -  --- --- 
--- -
CRBMBE+NewCM10-Regular   CID Type 0C   Identity-H   yes yes 
yes  1  0

my definitions are:

\definefontfamily [newCM] [rm] [newcomputermodern10]
\definefontfamily [newCM] [ss] [newcomputermodernsans10]
\definefontfamily [newCM] [tt] [newcomputermodernmono10] [scale=0.85, 
features=none]
\definefontfamily [newCM] [mm] [newcomputermodernmath]
\setupbodyfont[newCM, rm, 10pt]

Many thanks
Heinrich___
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
___