zs wrote:
On Tue, 14 Aug 2007 15:27:05 +0200 Taco Hoekwater
wrote: hat version of the dejavu fonts do you use, exactly? These fonts are a little rough around the edges as well as being in active delopment, so it is a hard target to test against. Over here, all of the fonts in release 2.19 them worked ok in luatex 0.10.2 (on linux)
I use release 2.19 too and luatex 0.10.2 on linux too.
# luatex -v This is luaTeX, Version 3.141592-beta-0.10.2-2007081408
LuaTeX merges and builds upon (parts of) the code from these projects: . . .
Compiled with libpng 1.2.15; using libpng 1.2.15 Compiled with zlib 1.2.3; using zlib 1.2.3 Compiled with xpdf version 3.01
This simple code: % ---- \starttext
\font\test=dejavusans*default \test Hello
\stoptext % ---- processed by "texexec --luatex pokus2.tex" ends without anything useful.
This is the output:
TeXExec | processing document 'pokus2.tex' TeXExec | no ctx file found TeXExec | tex processing method: context TeXExec | TeX run 1 TeXExec | writing option file pokus2.top TeXExec | using randomseed 743 TeXExec | tex engine: luatex TeXExec | tex format: cont-en
This is luaTeX, Version 3.141592-beta-0.10.2-2007081408 (Web2C 7.5.6) (./pokus2.tex
ConTeXt ver: 2007.08.08 14:35 MKIV fmt: 2007.8.14 int:
As usual, I am running a slightly newer version of context ConTeXt ver: 2007.08.15 11:52 MKIV fmt: 2007.8.15 int: and perhaps that makes a difference (you have to wait for the next context release to test that). But otherwise, I have the same versions you have, and the document compiles correctly, making it impossible for me to investigate this further. I _do_ want every font to work (or at least not segfault), but I really do need to be able to reproduce an error before being able to fix it. As it stands, there is nothing I can do. Best wishes, Taco