Calling texlua file.lua on the command line runs the file through a Lua interpreter. Is it possible to give arguments to the script?
For instance, in
-- file.lua
io.write(3.4 + 5.6)
io.write("\n")
How do I make 5.6 into a parameter given on the command line?
checkcites, we opted for running it undertexluabecause the interpreter is available on every modern TeX distribution.:)– Paulo Cereda Jul 31 '12 at 18:31texluascript within\immediate\write18. – Bruno Le Floch Jul 31 '12 at 19:09:)Well, you are a synonymous of awesomeness.:)– Paulo Cereda Aug 01 '12 at 13:37