Re: [NTG-context] selecting font by (file) name

2015-06-13 Thread Wolfgang Schuster
Pablo Rodriguez mailto:oi...@gmx.es 12. Juni 2015 20:01 Dear list, I have the following sample: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] \definefontfamily [mainface] [tt] %~ [file:lmmonoproplt10-regular.otf] [name:lmmonoproplt10regular] The name of the font family is

Re: [NTG-context] selecting font by (file) name

2015-06-12 Thread Pablo Rodriguez
On 06/12/2015 08:13 PM, Thad Heltemes wrote: Pablo, I had a similar problem with the IM Fell fonts, here's what I had in my file to get ConTeXt to see them: \definefontfamily[mainface][serif][IMFellEnglishProRoman][tf=file:IMFEENRM29C.otf, it=file:IMFEENIT29C.otf] so I think you just

Re: [NTG-context] selecting font by (file) name

2015-06-12 Thread Thad Heltemes
Pablo, I had a similar problem with the IM Fell fonts, here's what I had in my file to get ConTeXt to see them: \definefontfamily[mainface][serif][IMFellEnglishProRoman][tf=file:IMFEENRM29C.otf, it=file:IMFEENIT29C.otf] so I think you just need to add a tf= in front of the file declaration. On

[NTG-context] selecting font by (file) name

2015-06-12 Thread Pablo Rodriguez
Dear list, I have the following sample: \definefontfamily [mainface] [rm] [TeX Gyre Pagella] \definefontfamily [mainface] [tt] %~ [file:lmmonoproplt10-regular.otf] [name:lmmonoproplt10regular] \setupbodyfont [mainface]