On Jan 17, 2008 3:36 PM, luigi scarso
What about
$> luatools --variables and $>texlua -help
chesky@maxwell:~/Documents/tex practice$ luatools --variables chesky@maxwell:~/Documents/tex practice$ texlua -help Usage: luatex --lua=FILE [OPTION]... [TEXNAME[.tex]] [COMMANDS] or: luatex --lua=FILE [OPTION]... \FIRST-LINE or: luatex --lua=FILE [OPTION]... &FMT ARGS Run luaTeX on TEXNAME, usually creating TEXNAME.pdf. Any remaining COMMANDS are processed as luatex input, after TEXNAME is read. Alternatively, if the first non-option argument begins with a backslash, interpret all non-option arguments as a line of luatex input. Alternatively, if the first non-option argument begins with a &, the next word is taken as the FMT to read, overriding all else. Any remaining arguments are processed as above. If no arguments or options are specified, prompt for input. --lua=FILE the lua initialization file --safer disable some easily exploitable lua commands --fmt=FORMAT load the format file FORMAT --ini be initex, for dumping formats --help display this help and exit --version output version information and exit Alternate behaviour models can be obtained by special switches --luaonly run a lua file, then exit --luaconly byte-compile a lua file, then exit Email bug reports to dev-luatex@ntg.nl. chesky@maxwell:~/Documents/tex practice$