diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-17 07:58:30 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-05-17 07:58:30 +0000 |
commit | a018954444adab7c33016ce804ea49ec54b8b4b2 (patch) | |
tree | d23fdaeaadf89bfc57f9abb98e823b557c6906d3 /Build/source/texk/web2c/man/luatex.man | |
parent | 4eb343fe6ec0cfe6e868ea717e604b65e795dcb9 (diff) |
manpage formatting, also adapt to facts
git-svn-id: svn://tug.org/texlive/trunk@18297 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/man/luatex.man')
-rw-r--r-- | Build/source/texk/web2c/man/luatex.man | 37 |
1 files changed, 24 insertions, 13 deletions
diff --git a/Build/source/texk/web2c/man/luatex.man b/Build/source/texk/web2c/man/luatex.man index 553cbc518c1..1879f7233b3 100644 --- a/Build/source/texk/web2c/man/luatex.man +++ b/Build/source/texk/web2c/man/luatex.man @@ -1,4 +1,4 @@ -.TH LUATEX 1 "2009.04.22" "luatex 0.40" "Web2C @VERSION@" +.TH LUATEX 1 "14 May 2010" "luatex 0.40" "Web2C @VERSION@" .\"===================================================================== .if n .ds MF Metafont .if t .ds MF M\s-2ETAFONT\s0 @@ -13,18 +13,31 @@ an embedded scripting language .\"===================================================================== .SH SYNOPSIS .B luatex -[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... [\fITEXNAME\fR[.tex]] [\fICOMMANDS\fR] - +.RB [ \-\-lua=\fIFILE\fP ] +.RI [ OPTION ].\|.\|. +.RI [ TEXNAME [ \fB.tex\fP ]] +.RI [ COMMANDS ] +.br .B luatex -[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... \fI\eFIRST\-LINE\fR - +.RB [ \-\-lua=\fIFILE\fP ] +.RI [ OPTION ].\|.\|. +.BI \e FIRST\-LINE +.br .B luatex -[\-\-lua=\fIFILE\fR] [\fIOPTION\fR]... \fB&\fIFMT ARGS\fR +.RB [ \-\-lua=\fIFILE\fP ] +.RI [ OPTION ].\|.\|. +.BI & FMT +.RI [ ARGS ] .\"===================================================================== .SH DESCRIPTION -Run the lua\*(TX typesetter on \fITEXNAME\fR, usually creating -TEXNAME.pdf. Any -remaining \fICOMMANDS\fR are processed as lua\*(TX input, after TEXNAME +Run the lua\*(TX typesetter on +.IR TEXNAME , +usually creating +.IR TEXNAME\fB.pdf\fP . +Any remaining +.I COMMANDS +are processed as lua\*(TX input, after +.I TEXNAME is read. Alternatively, if the first non\-option argument begins with a backslash, @@ -234,13 +247,11 @@ Print credits and version details. .TP The following options are ignored: .TP -.BR "\-\-8bit" ,\ "\-\-etex" ,\ "\-\-parse\-first\-line" ,\ -"\-\-no\-parse\-first\-line" +.BR \-\-8bit ,\ \-\-etex ,\ \-\-parse\-first\-line ,\ \-\-no\-parse\-first\-line .rb These are always on. .TP -.BI "\-\-default\-translate\-file=" TCXNAME , \ "\-\-translate\-file=" -TCXNAME +.BR \-\-default\-translate\-file=\fITCXNAME\fP ,\ \-\-translate\-file=\fITCXNAME\fP .rb These are always off. |