diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-21 15:46:35 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-04-21 15:46:35 +0000 |
commit | a7a95d76afe2002a7d1f18ee9acf418cf430d9e2 (patch) | |
tree | 83e23410bba43119afd885d34e94cdf0e8bba17a /Master/texmf/doc | |
parent | 57a900946bb0c1327fd8ad64d4e4d62095bd71c0 (diff) |
Adding Norbert's manpage for LuaTeX.
git-svn-id: svn://tug.org/texlive/trunk@12774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r-- | Master/texmf/doc/man/man1/luatex.1 | 50 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/luatex.pdf | bin | 0 -> 4698 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/texlua.1 | 1 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/texlua.pdf | bin | 0 -> 4698 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/texluac.1 | 1 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/texluac.pdf | bin | 0 -> 4698 bytes |
6 files changed, 52 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. diff --git a/Master/texmf/doc/man/man1/luatex.pdf b/Master/texmf/doc/man/man1/luatex.pdf Binary files differnew file mode 100644 index 00000000000..4b9703a9d00 --- /dev/null +++ b/Master/texmf/doc/man/man1/luatex.pdf diff --git a/Master/texmf/doc/man/man1/texlua.1 b/Master/texmf/doc/man/man1/texlua.1 new file mode 100644 index 00000000000..0dbf6fb682e --- /dev/null +++ b/Master/texmf/doc/man/man1/texlua.1 @@ -0,0 +1 @@ +.so man1/luatex.1 diff --git a/Master/texmf/doc/man/man1/texlua.pdf b/Master/texmf/doc/man/man1/texlua.pdf Binary files differnew file mode 100644 index 00000000000..fedd459cfa9 --- /dev/null +++ b/Master/texmf/doc/man/man1/texlua.pdf diff --git a/Master/texmf/doc/man/man1/texluac.1 b/Master/texmf/doc/man/man1/texluac.1 new file mode 100644 index 00000000000..0dbf6fb682e --- /dev/null +++ b/Master/texmf/doc/man/man1/texluac.1 @@ -0,0 +1 @@ +.so man1/luatex.1 diff --git a/Master/texmf/doc/man/man1/texluac.pdf b/Master/texmf/doc/man/man1/texluac.pdf Binary files differnew file mode 100644 index 00000000000..02b68b5ed00 --- /dev/null +++ b/Master/texmf/doc/man/man1/texluac.pdf |