diff options
Diffstat (limited to 'Master/texmf/doc')
-rw-r--r-- | Master/texmf/doc/man/man1/latexmk.1 | 33 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/latexmk.man1.pdf | bin | 88222 -> 0 bytes |
2 files changed, 24 insertions, 9 deletions
diff --git a/Master/texmf/doc/man/man1/latexmk.1 b/Master/texmf/doc/man/man1/latexmk.1 index 8b310cd87e2..8750e944a01 100644 --- a/Master/texmf/doc/man/man1/latexmk.1 +++ b/Master/texmf/doc/man/man1/latexmk.1 @@ -1,4 +1,4 @@ -.TH LATEXMK 1L "16 January 2010" "" +.TH LATEXMK 1L "7 April 2010" "" .SH NAME latexmk \- generate LaTeX document .SH SYNOPSIS @@ -488,12 +488,17 @@ the order they appear on the command line. .TP .B -silent Run commands silently, i.e., with options that reduce the amount of -diagnostics generated. For example, with the default settings for -commands under UNIX, the command "latex -interaction=batchmode" is used -for latex. +diagnostics generated. For example, with the default settings, the +command "latex -interaction=batchmode" is used for latex. Also reduce the number of informational messages that \fIlatexmk\fR generates. + +To change the options used to make the commands run silently, you need +to configure \fIlatexmk\fR with changed values of its configuration +variables, the relevant ones being \fI$bibtex_silent_switch\fR, +\fI$dvips_silent_switch\fR, \fI$latex_silent_switch\fR, and +\fI$pdflatex_silent_switch\fR. .TP .B -v, -version Print version number of \fIlatexmk\fR. @@ -1125,8 +1130,13 @@ packages. .TP .B $latex_silent_switch ["-interaction=batchmode"] Switch(es) for the LaTeX processing program when silent mode is on. -Under MS-Windows, the default value is changed to -"-interaction=batchmode -c-style-errors", as used by MikTeX and fpTeX. + +If you use MikTeX, you may prefer the results if you configure the +options to include -c-style-errors, e.g., by the following line in an +initialization file + + $latex_silent_switch = "-interaction=batchmode -c-style-errors"; + .TP .B $lpr ["lpr %O %S" under UNIX/LINUX, \(dqNONE lpr\(dq under MS-WINDOWS] The command to print postscript files. @@ -1234,8 +1244,13 @@ packages.) .B $pdflatex_silent_switch ["-interaction=batchmode"] Switch(es) for the pdflatex program (specified in the variable \fI$pdflatex\fR when silent mode is on. -Under MS-Windows, the default value is changed to -"-interaction=batchmode -c-style-errors", as used by MikTeX and fpTeX. + +If you use MikTeX, you may prefer the results if you configure the +options to include -c-style-errors, e.g., by the following line in an +initialization file + + $latex_silent_switch = "-interaction=batchmode -c-style-errors"; + .TP .B $pdf_previewer ["start acroread %O %S"] The command to invoke a pdf-previewer. @@ -1656,7 +1671,7 @@ e-mail addresses are not written in their standard form to avoid being harvested by worms and viruses.) .SH AUTHOR Current version, by John Collins (username collins at node phys.psu.edu). -(Version 4.13a). +(Version 4.15). Released version can be obtained from CTAN: <http://www.tug.org/tex-archive/support/latexmk/>, and from the diff --git a/Master/texmf/doc/man/man1/latexmk.man1.pdf b/Master/texmf/doc/man/man1/latexmk.man1.pdf Binary files differdeleted file mode 100644 index 83eabca8108..00000000000 --- a/Master/texmf/doc/man/man1/latexmk.man1.pdf +++ /dev/null |