17 Jan
2008
17 Jan
'08
12:38 a.m.
On Wed, 16 Jan 2008, Joel C. Salomon wrote:
On Jan 15, 2008 10:51 PM, Aditya Mahajan
wrote: Is there a test file with mkiv-only features I can better test my installation on?
\ctxlua{a = 1.5 ; b = 1.8 ; c = a*b ; tex.print(c) ;}
This will definitely not work for mkii :)
Good point; and here's where I ran into trouble:
chesky@maxwell:~/Documents/tex practice$ cat hello_lua.tex \starttext Hello World \ctxlua{a = 1.5 ; b = 1.8 ; c = a*b ; tex.print(c) ;} \stoptext
chesky@maxwell:~/Documents/tex practice$ texexec --lutex hello_lua.tex [snip] ConTeXt ver: 2008.01.02 14:18 MKII fmt: 2008.1.15 int: english/english
Notice MKII here. This means MKII is running. Did you actually type --lutex (the correct option is --luatex or simply --lua)? Aditya