Hi, with the latest beta of this morning and the latest luatex, a call like texexec --lua --env=mystyle myfile.xml fails, the environment file is not read (there is no error about not finding it in the log). Thomas
Thomas A. Schmitz wrote:
Hi,
with the latest beta of this morning and the latest luatex, a call like
texexec --lua --env=mystyle myfile.xml
fails, the environment file is not read (there is no error about not finding it in the log).
ah .. in core-def.tex ... \appendtoks \directsetup{*runtime:modules} \to \everyjob 's' missing in modules ----------------------------------------------------------------- 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 Feb 5, 2009, at 4:25 PM, Hans Hagen wrote:
ah .. in core-def.tex ...
\appendtoks \directsetup{*runtime:modules} \to \everyjob
's' missing in modules
OK, but now I get: ! LuaTeX error <main ctx instance>:1: attempt to index global 'ptbs' (a nil value) stack traceback: <main ctx instance>:1: in main chunk. \actualshipout ... \box \postponedcontent \box 0}} \else \message {[\ifarrang... \myshipout ... \fi {\thisisrealpage \realfolio #1} \gotonextrealpage \aftersh... \dofinaloutput ...agebody #1#2\setpagecounters }}} \fi \the \everyaftershipou... \finaloutput ...EAEAEA \dofinaloutput \fi \fi #1#2 \resetselectiepagina \incr... \sidefloatoutput ...e \else \finalsidefloatoutput \global \sidefloatvsize \n... <argument> ...\fi \else \the \defaultstreamoutput \fi ... l.330 \xmlprocess{main}{\inputfilename}{}
Am 05.02.2009 um 16:47 schrieb Thomas A. Schmitz:
On Feb 5, 2009, at 4:25 PM, Hans Hagen wrote:
ah .. in core-def.tex ...
\appendtoks \directsetup{*runtime:modules} \to \everyjob
's' missing in modules
OK, but now I get:
[...]
l.330 \xmlprocess{main}{\inputfilename}{}
Do you use the last LuaTeX version? I tried a example you send me and it works without problems. This is LuaTeX, Version snapshot-0.33.1-2009020413, build unknown Wolfgang
On Feb 5, 2009, at 5:19 PM, Wolfgang Schuster wrote:
Do you use the last LuaTeX version?
I tried a example you send me and it works without problems.
This is LuaTeX, Version snapshot-0.33.1-2009020413, build unknown
Wolfgang
This is LuaTeX, Version snapshot-0.33.1-2009020508, build 1856 I'll try with an older version of luatex, maybe the trunk version (which I compiled today) has a problem. Thomas
On Feb 5, 2009, at 5:36 PM, Thomas A. Schmitz wrote:
This is LuaTeX, Version snapshot-0.33.1-2009020508, build 1856
I'll try with an older version of luatex, maybe the trunk version (which I compiled today) has a problem.
Thomas
Nope, I get exactly the same error with luatex 0.33.0; not with all of my xml files, however. I'll have to see if I can isolate the error. Thanks for your reply, Wolfgang. Best Thomas
On Feb 5, 2009, at 5:59 PM, Thomas A. Schmitz wrote:
Nope, I get exactly the same error with luatex 0.33.0; not with all of my xml files, however. I'll have to see if I can isolate the error. Thanks for your reply, Wolfgang.
Best
Thomas
OK, one problem is math support. Here's a minimal file that compiles with 2009.01.18 and fails with 2009.02.04: \definebodyfontenvironment[18pt] \usetypescriptfile[type-otf] \usetypescript[palatino] \setupbodyfont[palatino,18pt] \starttext test $\approx$ \stoptext Thomas
Thomas A. Schmitz wrote:
On Feb 5, 2009, at 4:25 PM, Hans Hagen wrote:
ah .. in core-def.tex ...
\appendtoks \directsetup{*runtime:modules} \to \everyjob
's' missing in modules
OK, but now I get:
! LuaTeX error <main ctx instance>:1: attempt to index global 'ptbs' (a
yeah ... i made them local (when checking global vars) but they are to be local in core-pos.lua remove the local in front of them ----------------------------------------------------------------- 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