On Wed, 16 Jan 2008, Joel C. Salomon wrote:

> On Jan 15, 2008 10:51 PM, Aditya Mahajan <[EMAIL PROTECTED]> 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:
>
> [EMAIL PROTECTED]:~/Documents/tex practice$ cat hello_lua.tex
> \starttext
> Hello World
> \ctxlua{a = 1.5 ; b = 1.8 ; c = a*b ; tex.print(c) ;}
> \stoptext
>
> [EMAIL PROTECTED]:~/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
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to