ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* how to choose a font variant "book" / LMTX
@ 2022-05-04 16:44 Heinrich Paeßens via ntg-context
  2022-05-04 16:51 ` Henning Hraban Ramm via ntg-context
  2022-05-04 17:16 ` Mikael Sundqvist via ntg-context
  0 siblings, 2 replies; 5+ messages in thread
From: Heinrich Paeßens via ntg-context @ 2022-05-04 16:44 UTC (permalink / raw)
  To: Rudolf Bahr via ntg-context; +Cc: Heinrich Paeßens


[-- Attachment #1.1: Type: text/plain, Size: 1063 bytes --]

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

[-- Attachment #1.2: Type: text/html, Size: 2942 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to choose a font variant "book" / LMTX
  2022-05-04 16:44 how to choose a font variant "book" / LMTX Heinrich Paeßens via ntg-context
@ 2022-05-04 16:51 ` Henning Hraban Ramm via ntg-context
  2022-05-04 17:14   ` Heinrich Paeßens via ntg-context
  2022-05-04 17:16 ` Mikael Sundqvist via ntg-context
  1 sibling, 1 reply; 5+ messages in thread
From: Henning Hraban Ramm via ntg-context @ 2022-05-04 16:51 UTC (permalink / raw)
  To: Heinrich Paeßens via ntg-context; +Cc: Henning Hraban Ramm

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to choose a font variant "book" / LMTX
  2022-05-04 16:51 ` Henning Hraban Ramm via ntg-context
@ 2022-05-04 17:14   ` Heinrich Paeßens via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Heinrich Paeßens via ntg-context @ 2022-05-04 17:14 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Heinrich Paeßens

'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 <ntg-context@ntg.nl> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to choose a font variant "book" / LMTX
  2022-05-04 16:44 how to choose a font variant "book" / LMTX Heinrich Paeßens via ntg-context
  2022-05-04 16:51 ` Henning Hraban Ramm via ntg-context
@ 2022-05-04 17:16 ` Mikael Sundqvist via ntg-context
  2022-05-04 18:06   ` Heinrich Paeßens via ntg-context
  1 sibling, 1 reply; 5+ messages in thread
From: Mikael Sundqvist via ntg-context @ 2022-05-04 17:16 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Mikael Sundqvist

On Wed, May 4, 2022 at 6:44 PM Heinrich Paeßens via ntg-context
<ntg-context@ntg.nl> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: how to choose a font variant "book" / LMTX
  2022-05-04 17:16 ` Mikael Sundqvist via ntg-context
@ 2022-05-04 18:06   ` Heinrich Paeßens via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Heinrich Paeßens via ntg-context @ 2022-05-04 18:06 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Heinrich Paeßens, Mikael Sundqvist

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 <ntg-context@ntg.nl> wrote:
> 
> On Wed, May 4, 2022 at 6:44 PM Heinrich Paeßens via ntg-context
> <ntg-context@ntg.nl> 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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-05-04 18:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04 16:44 how to choose a font variant "book" / LMTX Heinrich Paeßens via ntg-context
2022-05-04 16:51 ` Henning Hraban Ramm via ntg-context
2022-05-04 17:14   ` Heinrich Paeßens via ntg-context
2022-05-04 17:16 ` Mikael Sundqvist via ntg-context
2022-05-04 18:06   ` Heinrich Paeßens 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).