diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-01 12:29:55 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2011-03-01 12:29:55 +0000 |
commit | 573fe9ca631fee2865f58133c28c7522d80d721b (patch) | |
tree | f45f149a8ea3d584eb26a9ffaa6b7d855259c0c7 /Master/texmf/doc/man/man1/tex.1 | |
parent | a479b72151a6eae5a76dfe455a6c91429aa476c4 (diff) |
Update manual pages
git-svn-id: svn://tug.org/texlive/trunk@21566 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1/tex.1')
-rw-r--r-- | Master/texmf/doc/man/man1/tex.1 | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/Master/texmf/doc/man/man1/tex.1 b/Master/texmf/doc/man/man1/tex.1 index dde829ca3ce..9633aaa43ce 100644 --- a/Master/texmf/doc/man/man1/tex.1 +++ b/Master/texmf/doc/man/man1/tex.1 @@ -1,4 +1,4 @@ -.TH TEX 1 "14 May 2010" "Web2C 2011/dev" +.TH TEX 1 "1 March 2011" "Web2C 2011/dev" .\"===================================================================== .if n .ds MF Metafont .if t .ds MF M\s-2ETAFONT\s0 @@ -186,7 +186,6 @@ EOF character (usually control-D). This version of \*(TX understands the following command line options. .TP .B -enc -.rb Enable the enc\*(TX extensions. This option is only effective in combination with .BR -ini . @@ -194,25 +193,21 @@ For documentation of the enc\*(TX extensions see .BR http://www.olsak.net/enctex.html . .TP .B -file-line-error -.rb Print error messages in the form .I file:line:error which is similar to the way many compilers format them. .TP .B -no-file-line-error -.rb Disable printing error messages in the .I file:line:error style. .TP .B -file-line-error-style -.rb This is the old name of the .B -file-line-error option. .TP .BI -fmt \ format -.rb Use .I format as the name of the format to be used, instead of the name by which @@ -221,15 +216,12 @@ as the name of the format to be used, instead of the name by which line. .TP .B -halt-on-error -.rb Exit with an error code when an error is encountered during processing. .TP .B -help -.rb Print help message and exit. .TP .B -ini -.rb Start in .I INI mode, which is used to dump formats. The @@ -238,7 +230,6 @@ mode can be used for typesetting, but no format is preloaded, and basic initializations like setting catcodes may be required. .TP .BI -interaction \ mode -.rb Sets the interaction mode. The mode can be either .IR batchmode , .IR nonstopmode , @@ -249,31 +240,26 @@ The meaning of these modes is the same as that of the corresponding \ecommands. .TP .B -ipc -.rb Send DVI output to a socket as well as the usual output file. Whether this option is available is the choice of the installer. .TP .B -ipc-start -.rb As .BR -ipc , and starts the server at the other end as well. Whether this option is available is the choice of the installer. .TP .BI -jobname \ name -.rb Use .I name for the job name, instead of deriving it from the name of the input file. .TP .BI -kpathsea-debug \ bitmask -.rb Sets path searching debugging flags according to the bitmask. See the .I Kpathsea manual for details. .TP .BI -mktex \ fmt -.rb Enable .RI mktex fmt , where @@ -284,12 +270,10 @@ or .IR tfm . .TP .B -mltex -.rb Enable ML\*(TX extensions. Only effective in combination with .BR -ini . .TP .BI -no-mktex \ fmt -.rb Disable .RI mktex fmt , where @@ -300,7 +284,6 @@ or .IR tfm . .TP .BI -output-comment \ string -.rb Use .I string for the @@ -308,7 +291,6 @@ for the file comment instead of the date. .TP .BI -output-directory \ directory -.rb Write output files in .I directory instead of the current directory. Look up input files in @@ -317,7 +299,6 @@ first, then along the normal search path. See also description of the TEXMFOUTPUT environment variable. .TP .B -parse-first-line -.rb If the first line of the main input file begins with .I %& parse it to look for a dump name or a @@ -325,23 +306,19 @@ parse it to look for a dump name or a option. .TP .B -no-parse-first-line -.rb Disable parsing of the first line of the main input file. .TP .BI -progname \ name -.rb Pretend to be program .IR name . This affects both the format used and the search paths. .TP .B -recorder -.rb Enable the filename recorder. This leaves a trace of the files opened for input and output in a file with extension .IR .fls . .TP .B -shell-escape -.rb Enable the .BI \ewrite18{ command } construct. The @@ -350,7 +327,6 @@ can be any shell command. This construct is normally disallowed for security reasons. .TP .B -no-shell-escape -.rb Disable the .BI \ewrite18{ command } construct, even if it is enabled in the @@ -358,13 +334,11 @@ construct, even if it is enabled in the file. .TP .B -src-specials -.rb Insert source specials into the .I DVI file. .TP .BI -src-specials \ where -.rb Insert source specials in certain places of the .I DVI file. @@ -380,14 +354,12 @@ or .IR vbox . .TP .BI -translate-file \ tcxname -.rb Use the .I tcxname translation table to set the mapping of input characters and re-mapping of output characters. .TP .BI -default-translate-file \ tcxname -.rb Like .B -translate-file except that a @@ -395,7 +367,6 @@ except that a line can overrule this setting. .TP .B -version -.rb Print version information and exit. .\"===================================================================== .SH ENVIRONMENT |