[NTG-context] Luatex fatal error with math subscript and pagella font

2012-01-09 Thread Romain Diss
Hi everybody.

I got a fatal error from luatex when using math subscript with the pagella 
font. The other fonts tested are ok.

Here is the minimal example:


\setupbodyfont[pagella,9pt]
\starttext
This notation causes a fatal error: \m{x_y}.
\stoptext


The error is the following:
!LuaTeX error: cannot open Type 1 font file for reading (qplri.pfb)
 == Fatal error occurred, no output PDF file produced!

The problem is quite recent but I think it is not related to the last beta.


Thanks.

-- 
Romain Diss
romain.d...@yahoo.fr
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Luatex fatal error with math subscript and pagella font

2012-01-09 Thread Wolfgang Schuster

Am 09.01.2012 um 23:03 schrieb Romain Diss:

 Hi everybody.
 
 I got a fatal error from luatex when using math subscript with the pagella 
 font. The other fonts tested are ok.
 
 Here is the minimal example:
 
 
 \setupbodyfont[pagella,9pt]
 \starttext
 This notation causes a fatal error: \m{x_y}.
 \stoptext
 
 
 The error is the following:
 !LuaTeX error: cannot open Type 1 font file for reading (qplri.pfb)
 == Fatal error occurred, no output PDF file produced!
 
 The problem is quite recent but I think it is not related to the last beta.

The font “qplri.pfb” is broken or not available on your system.

What happens when you write “mtxrun --find-file qplri.pfb” on the command line?

On my system I get this:

$ mtxrun --find-file qplri.pfb
/Users/wolf/context/beta/tex/texmf/fonts/type1/public/tex-gyre/qplri.pfb

Wolfgang
___
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://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___