1 Jan
2012
1 Jan
'12
7 a.m.
On Sun, Jan 1, 2012 at 4:28 AM, Michael Talbot-Wilson
I thought I'd see if I could use ConTeXt. Here is my first try, hello.tex.
\starttext \input header Hello, World!\startlua a = 1.5 b = 1.8 c = a * b tex.print(c) \stoplua plus1. \stoptext
Didn't work because the file header.tex could not be found, even though kpsewhich can find it. I'm not sure that mkiv uses kpsewhich.... You should use mtxrun --locate, i.e. mtxrun --locate --all knuth
-- luigi