summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/README')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/README15
1 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README
index 645f6ea20ca..238b1cfaed5 100644
--- a/Master/texmf-dist/doc/support/latexmk/README
+++ b/Master/texmf-dist/doc/support/latexmk/README
@@ -1,5 +1,5 @@
-Latexmk, version 4.39, 10 November 2013
----------------------------------------
+Latexmk, version 4.41, 1 January 2015
+-------------------------------------
Latexmk completely automates the process of generating a LaTeX
document. Essentially, it is a highly specialized cousin of the
@@ -38,8 +38,7 @@ written by David J. Musliner. Now it is supported by
U.S.A.
http://www.phys.psu.edu/~collins/
- username collins at node phys.psu.edu
-(E-mail address obfuscated to reduce harvesting by worms and spammers.)
+ username jcc8 at node psu.edu
The start of the script file has copyright notices and disclaimers. It
also has a modification history for those who are interested.
@@ -92,7 +91,7 @@ NOTES:-
John Collins
---------------------------- "latexmk -h" ----------------------------
-Latexmk 4.39: Automatic LaTeX document generation routine
+Latexmk 4.41: Automatic LaTeX document generation routine
Usage: latexmk [latexmk_options] [filename ...]
@@ -144,6 +143,10 @@ Usage: latexmk [latexmk_options] [filename ...]
-latex=<program> - set program used for latex.
(replace '<program>' by the program name)
-latexoption=<option> - add the given option to the (pdf)latex command
+ -logfilewarninglist or -logfilewarnings
+ give list of warnings after run of (pdf)latex
+ -logfilewarninglist- or -logfilewarnings-
+ do not give list of warnings after run of (pdf)latex
-M - Show list of dependent files after processing
-MF file - Specifies name of file to receives list dependent files
-MP - List of dependent files includes phony target for each source file.
@@ -213,3 +216,5 @@ All options can be introduced by '-' or '--'. (E.g., --help or -help.)
In addition, latexmk recognizes many other options that are passed to
latex and/or pdflatex without interpretation by latexmk. Run latexmk
with the option -showextraoptions to see a list of these
+
+Report bugs etc to John Collins <jcc8 at psu.edu>.