summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1/luatex.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/doc/man/man1/luatex.1')
-rw-r--r--Master/texmf/doc/man/man1/luatex.150
1 files changed, 50 insertions, 0 deletions
diff --git a/Master/texmf/doc/man/man1/luatex.1 b/Master/texmf/doc/man/man1/luatex.1
new file mode 100644
index 00000000000..a7fb23a14ec
--- /dev/null
+++ b/Master/texmf/doc/man/man1/luatex.1
@@ -0,0 +1,50 @@
+.TH "LUATEX" "1" "2007.03.22" "Norbert Preining" "TeX"
+.SH "NAME"
+luatex, texlua, texluac \- An extended version of pdfTeX using Lua as an embedded scripting language
+.SH "SYNOPSIS"
+luatex \-\-lua=FILE [OPTION]... [TEXNAME[.tex]] [COMMANDS]
+
+luatex \-\-lua=FILE [OPTION]... FIRST\-LINE
+
+luatex \-\-lua=FILE [OPTION]... &FMT ARGS
+.SH "DESCRIPTION"
+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.
+
+If called as texlua it acts as lua interpreter.
+
+If called as texluac it acts as lua bytecode compiler.
+
+.SH "OPTIONS"
+This version of luatex understands the following command line options.
+.TP
+\fB\-\-lua=FILE\fR the lua initialization file
+.TP
+\fB\-\-luaonly\fR run a lua file, then exit
+.TP
+\fB\-\-safer\fR disable some easily exploitable lua commands
+.TP
+\fB\-\-fmt=FORMAT\fR load the format file FORMAT
+.TP
+\fB\-\-ini\fR be initex, for dumping formats
+.TP
+\fB\-\-help\fR display this help and exit
+.TP
+\fB\-\-version\fR output version information and exit
+.SH "SEE ALSO"
+.BR pdftex (1),
+.BR etex (1),
+.BR aleph (1),
+.BR lua (1).
+.\"=====================================================================
+.SH "AUTHORS"
+The primary authors of luatex are Hartmut Henkel, Taco
+Hoekwater, and Hans Hagen, with help from Martin Schr\[:o]der,
+Karel Skoupy, and Han The Thanh.
+This man page was written by Norbert Preining for the
+Debian Operating System.