summaryrefslogtreecommitdiff
path: root/Master/texmf/doc/man/man1
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:45:46 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:45:46 +0000
commitc7c3b090320a234149dbe23315e2a15a2773ac79 (patch)
tree921ba795c2bad3591bf1179400313342de1cffda /Master/texmf/doc/man/man1
parent5a9522a6e88de6af77e31a3ea7b9cf522673a8e9 (diff)
latexmk 4.15 (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17741 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/man/man1')
-rw-r--r--Master/texmf/doc/man/man1/latexmk.133
-rw-r--r--Master/texmf/doc/man/man1/latexmk.man1.pdfbin88222 -> 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
deleted file mode 100644
index 83eabca8108..00000000000
--- a/Master/texmf/doc/man/man1/latexmk.man1.pdf
+++ /dev/null
Binary files differ