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
Thomas A. Schmitz wrote:
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?
what does texexec --lua do? (it looks like either luatex is not run or crashed; i'll try to give a more meaningful message) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
On Jul 9, 2008, at 10:53 AM, Hans Hagen wrote:
what does texexec --lua do?
(it looks like either luatex is not run or crashed; i'll try to give a more meaningful message)
Hans
Hmm, with texexec --lua, I get no errors on the console, but no pdf is produced, and the log file is empty. The last line I see on the console is again (/home/tas/texmf/tex/context/type-arnopro.tex (/home/tas/texmf/tex/ context/type-arnopro.mkiv)))) Thomas
On Wed, Jul 9, 2008 at 11:18 AM, Thomas A. Schmitz
On Jul 9, 2008, at 10:53 AM, Hans Hagen wrote:
what does texexec --lua do?
(it looks like either luatex is not run or crashed; i'll try to give a more meaningful message)
Hans
Hmm, with texexec --lua, I get no errors on the console, but no pdf is produced, and the log file is empty. The last line I see on the console is again (/home/tas/texmf/tex/context/type-arnopro.tex (/home/tas/texmf/tex/ context/type-arnopro.mkiv))))
Can you send the typescripts, it's weird to use different files for XeTeX and LuaTeX because one should work for both. Wolfgang
On Jul 9, 2008, at 11:44 AM, Wolfgang Schuster wrote:
Can you send the typescripts, it's weird to use different files for XeTeX and LuaTeX because one should work for both.
Wolfgang
I don't think you can use all the features with XeTeX, bit know precious little about XeTeX, my money is on luatex... Anyway, here is my typescript: \starttypescript [serif] [arnopro] \definefontsynonym [ArnoPro-Roman] [file:ArnoPro-Regular] [features=default] \definefontsynonym [ArnoPro-Bold] [file:ArnoPro-Bold] [features=default] \definefontsynonym [ArnoPro-Italic] [file:ArnoPro-Italic] [features=default] \definefontsynonym [ArnoPro-Bold-Italic] [file:ArnoPro- BoldItalic] [features=default] \stoptypescript \starttypescript [serif] [arnopro] [name] \definefontsynonym [Serif] [ArnoPro-Roman] [features=default] \definefontsynonym [SerifItalic] [ArnoPro-Italic] [features=default] \definefontsynonym [SerifBold] [ArnoPro-Bold] [features=default] \definefontsynonym [SerifBoldItalic] [ArnoPro-Bold-Italic] [features=default] \definefontsynonym [SerifCaps] [Serif] [features=smallcaps] \stoptypescript \starttypescript [ArnoPro] \definetypeface [MyArnoPro] [rm] [serif][arnopro] [default] \definetypeface [MyArnoPro] [mm] [math] [modern] [default] \stoptypescript Thomas
Thomas A. Schmitz wrote:
On Jul 9, 2008, at 10:53 AM, Hans Hagen wrote:
what does texexec --lua do?
(it looks like either luatex is not run or crashed; i'll try to give a more meaningful message)
Hans
Hmm, with texexec --lua, I get no errors on the console, but no pdf is produced, and the log file is empty. The last line I see on the console is again (/home/tas/texmf/tex/context/type-arnopro.tex (/home/tas/texmf/tex/ context/type-arnopro.mkiv))))
can you send me the font and the file Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Thomas A. Schmitz
-
Wolfgang Schuster