summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-03-22 23:35:00 +0000
committerKarl Berry <karl@freefriends.org>2011-03-22 23:35:00 +0000
commit95b6c856b96c6328dc0e449574046ef4218c9f23 (patch)
tree801301fe5272c05157403c30fc6a34352c2e3184 /Master/texmf-dist/doc/support/latexmk/README
parentc231b52342d5ce2940f7d8b66a94ffd87ad016a0 (diff)
latexmk (22mar11)
git-svn-id: svn://tug.org/texlive/trunk@21806 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/README')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/README36
1 files changed, 23 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README
index c8e1faa0a94..196f0e6a392 100644
--- a/Master/texmf-dist/doc/support/latexmk/README
+++ b/Master/texmf-dist/doc/support/latexmk/README
@@ -1,4 +1,4 @@
-Latexmk, version 4.22e, 3 Feb. 2011
+Latexmk, version 4.23, 19 Mar. 2011
-----------------------------------
Latexmk completely automates the process of generating a LaTeX
@@ -92,7 +92,7 @@ NOTES:-
John Collins
---------------------------- "latexmk -h" ----------------------------
-Latexmk 4.22e: Automatic LaTeX document generation routine
+Latexmk 4.23: Automatic LaTeX document generation routine
Usage: latexmk [latexmk_options] [filename ...]
@@ -110,18 +110,21 @@ Usage: latexmk [latexmk_options] [filename ...]
-C - clean up (remove) all nonessential files
including aux, dep, dvi, postscript and pdf files
and file of database of file information
- -CA - clean up (remove) absolutely ALL nonessential files.
- Now equivalent to -C option.
+ -CA - clean up (remove) all nonessential files.
+ Equivalent to -C option.
-CF - Remove file of database of file information before doing
other actions
-cd - Change to directory of source file when processing it
-cd- - Do NOT change to directory of source file when processing it
- -dependents - Show list of dependent files after processing
- -dependents- - Do not show list of dependent files after processing
+ -dependents or -deps - Show list of dependent files after processing
+ -dependents- or -deps- - Do not show list of dependent files
+ -deps-out=file - Set name of output file for dependency list,
+ and turn on showing of dependency list
-dF <filter> - Filter to apply to dvi file
-dvi - generate dvi
-dvi- - turn off required dvi
- -e <code> - Execute specified PERL code
+ -e <code> - Execute specified Perl code (as part of latexmk start-up
+ code)
-f - force continued processing past errors
-f- - turn off forced continuing processing past errors
-gg - Super go mode: clean out generated files (-CA), and then
@@ -162,11 +165,18 @@ Usage: latexmk [latexmk_options] [filename ...]
(Side effect: turn off ordinary preview mode.)
-pvc- - turn off -pvc
-r <file> - Read custom RC file
- -silent - silence progress messages from called programs
- -time - show CPU time used
- -time- - don't show CPU time used
- -v - display program version
- -verbose - display usual progress messages from called programs
+ -recorder - Use -recorder option for (pdf)latex
+ (to give list of input and output files)
+ -recorder- - Do not use -recorder option for (pdf)latex
+ -rules - Show list of rules after processing
+ -rules- - Do not show list of rules after processing
+ -silent - silence progress messages from called programs
+ -time - show CPU time used
+ -time- - don't show CPU time used
+ -use-make - use the make program to try to make missing files
+ -use-make- - don't use the make program to try to make missing files
+ -v - display program version
+ -verbose - display usual progress messages from called programs
-version - display program version
-view=default - viewer is default (dvi, ps, pdf)
-view=dvi - viewer is for dvi
@@ -176,7 +186,7 @@ Usage: latexmk [latexmk_options] [filename ...]
filename = the root filename of LaTeX document
-p, -pv and -pvc are mutually exclusive
--h, -c and -C overides all other options.
+-h, -c and -C override all other options.
-pv and -pvc require one and only one filename specified
All options can be introduced by '-' or '--'. (E.g., --help or -help.)
Contents of RC file specified by -r overrides options specified