Thomas A. Schmitz <thomas.schmitz <at> uni-bonn.de> writes: > > Hi all, > > I'm trying to use the Adobe ArnoPro font (just testing if it will work > with > ConTeXt). The font does work with ConTeXt/XeTeX, but not in mkiv. When I > try to compile my test file with mkiv, I get this error message (which > isn't very helpful to me): > > (/home/tas/texmf/tex/context/type-arnopro.tex (/home/tas/texmf/tex/ > context/type-arnopro.mkiv)))) > MtxRun | return code: ? > ...live/texmf-local/scripts/context/lua/mtx-context.lua:572: attempt > to compare number with nil > > I'm using the latest beta and luatex 0.28.0 > > Can anybody explain what's going wrong here? > > Thanks > > Thomas >
Hi, Did you manage to fix it? LuaTeX goes into (what I think is) an endless cycle --- I haven't allowed it to terminate naturaly, as it takes far too long even on a quad core. load otf | warning: Bad pair position: glyphs 0 & 3148 should have been < 2846 load otf | warning: Bad pair position: glyphs 0 & 3250 should have been < 2846 load otf | warning: Bad pair position: glyphs 0 & 3784 should have been < 2846 ... I should point out that on my Vista box LuaTeX crashes when I attempt to access the font information. mtxrun --script fonts --list "arnoproregular" --info % crashes %%% file %%% \starttypescript [serif] [arnopro] \definefontsynonym [ArnoPro-Regular] [name:ArnoPro-Regular] \definefontsynonym [ArnoPro-Bold] [name:ArnoPro-Bold] \definefontsynonym [ArnoPro-Italic] [name:ArnoPro-Italic] \definefontsynonym [ArnoPro-BoldItalic] [name:ArnoPro-BoldItalic] \stoptypescript \starttypescript [serif] [arnopro] \definefontsynonym [Serif] [ArnoPro-Regular] [features=default] \definefontsynonym [SerifBold] [ArnoPro-Bold] [features=default] \definefontsynonym [SerifItalic] [ArnoPro-Italic] [features=default] \definefontsynonym [SerifBoldItalic] [ArnoPro-BoldItalic] [features=default] \definefontsynonym [SerifCaps] [Serif] [features=latin-smallcaps] \stoptypescript \definetypeface[adobe][rm][serif][arnopro][default] \setupbodyfont[adobe,11pt] ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
