Context version 2018.01.04 17:37 does not produce output…
Hi Hans, I wish you and all the community a happy new year. I wanted to report a problem with yesterday’s beta release, version 2018.01.04 17:37, which is that no PDF ouput is produced when a file is typeset: % begin test.tex \starttext Hello \stoptext %end test.tex When issuing the command context —make —all the log file says : Your luatex binary is too old, you need at least version 1.06! Indeed the version of Luatex in the standalone tree is version 1.05. Best regards: OK
On 1/5/2018 2:04 PM, Otared Kavian wrote:
Hi Hans,
I wish you and all the community a happy new year.
I wanted to report a problem with yesterday’s beta release, version 2018.01.04 17:37, which is that no PDF ouput is produced when a file is typeset:
% begin test.tex \starttext Hello \stoptext %end test.tex
When issuing the command context —make —all the log file says : Your luatex binary is too old, you need at least version 1.06!
Indeed the version of Luatex in the standalone tree is version 1.05. hm, soon that will be 1.07 ... anyway, as a quick hack you can change it in context.mkiv to 1.05
Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 5 Jan 2018, at 14:21, Hans Hagen
wrote: […] hm, soon that will be 1.07 ... anyway, as a quick hack you can change it in context.mkiv to 1.05
Many thanks for your quick answer. I just did change \ifnum\luatexversion<106 into \ifnum\luatexversion<105 and rebuilt the formats: everything works fine as far as I am concerned… Best regards: OK
participants (2)
-
Hans Hagen
-
Otared Kavian