On Sat, Jul 19, 2008 at 5:05 AM, Jesse Alama
"Mojca Miklavec"
writes: On Fri, Jul 18, 2008 at 2:55 AM, Jesse Alama
wrote: "Mojca Miklavec"
writes: On Thu, Jul 17, 2008 at 9:24 PM, Jesse Alama
wrote: Using XeTeX and ConTeXt MkII with the TeX Live 2008 developer snapshot (as of a few days ago), I run into a bunch of "invalid fontname" errors when compiling some documents:
$ texmfstart texexec --xtx file.tex TeXExec | processing document 'file.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file file.top TeXExec | using randomseed 518 TeXExec | tex engine: xetex TeXExec | tex format: cont-en This is XeTeXk, Version 3.1415926-2.2-0.999.2 (Web2C 7.5.7) %&-line parsing enabled. entering extended mode (./file.tex
ConTeXt ver: 2008.07.14 18:07 MKII fmt: 2008.7.15 int: english/english [snip] kpathsea: Invalid fontname `texgyrepagella-italic:+liga;+kern;mapping=tlig;+trep;', contains ':' kpathsea: Invalid fontname `texgyrepagella-italic:+liga;+kern;mapping=tlig;+trep;', contains ':' kpathsea: Invalid fontname `texgyrepagella-italic:+liga;+kern;mapping=tlig;+trep;', contains ':' kpathsea: Invalid fontname `texgyrepagella-italic:+liga;+kern;mapping=tlig;+trep;', contains ':' kpathsea: Invalid fontname `texgyrepagella-italic:+liga;+kern;mapping=tlig;+trep;', contains ':' kpathsea: Invalid fontname `texgyrepagella-bolditalic:+liga;+kern;mapping=tlig;+trep;', contains ':' kpathsea: Invalid fontname `texgyrepagella-bolditalic:+liga;+kern;mapping=tlig;+trep;', contains ':' [many more errors like that]
Can you please send a minimal example that fails?
\definetypeface [busted] [rm] [serif] [palatino] [default] \setupbodyfont [busted] \starttext \input tufte \stoptext
Hmm, perhaps the tex-gyre fonts are incorrectly installed?
Do you have the file texgyrepagella-italic.otf? What does kpsewhich texgyrepagella-italic.otf return you? Or put in other words - do you have fonts/opentype/public/tex-gyre/texgyrepagella-italic.otf? You can also try to reinstall or update packages. I'm not sure how well packaging works, but texgyre has now been added to scheme-context. Mojca