Re: [NTG-context] \inpu

2012-01-01 Thread Wolfgang Schuster
Am 01.01.2012 um 08:00 schrieb luigi scarso: On Sun, Jan 1, 2012 at 4:28 AM, Michael Talbot-Wilson m...@view.net.au 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

[NTG-context] \inpu

2011-12-31 Thread 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.

Re: [NTG-context] \inpu

2011-12-31 Thread luigi scarso
On Sun, Jan 1, 2012 at 4:28 AM, Michael Talbot-Wilson m...@view.net.au 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