1 Jan
2012
1 Jan
'12
9:17 a.m.
Am 01.01.2012 um 08:00 schrieb luigi scarso:
On Sun, Jan 1, 2012 at 4:28 AM, Michael Talbot-Wilson
wrote: 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….
No, MkIV use a different system to find files.
You should use mtxrun --locate, i.e. mtxrun --locate --all knuth
The file list is updated with “mtxrun --generate” or “context --generate” (which will then run mtxrun). Wolfgang