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/README19
1 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README
index 7c538ad51ff..f019652da8d 100644
--- a/Master/texmf-dist/doc/support/latexmk/README
+++ b/Master/texmf-dist/doc/support/latexmk/README
@@ -1,5 +1,5 @@
-Latexmk, version 4.30, 9 December 2011
---------------------------------------
+Latexmk, version 4.31, 30 March 2012
+------------------------------------
Latexmk completely automates the process of generating a LaTeX
document. Essentially, it is a highly specialized cousin of the
@@ -92,7 +92,8 @@ NOTES:-
John Collins
---------------------------- "latexmk -h" ----------------------------
-Latexmk 4.30a: Automatic LaTeX document generation routine
+===========I am /usr/local/lib/latexmk/LatexMk
+Latexmk 4.31: Automatic LaTeX document generation routine
Usage: latexmk [latexmk_options] [filename ...]
@@ -143,6 +144,10 @@ Usage: latexmk [latexmk_options] [filename ...]
-l- - turn off -l
-latex=<program> - set program used for latex.
(replace '<program>' by the program name)
+ -latexoption=<option> - add the given option to the (pdf)latex command
+ -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.
-new-viewer - in -pvc mode, always start a new viewer
-new-viewer- - in -pvc mode, start a new viewer only if needed
-nobibtex - never use bibtex
@@ -179,6 +184,8 @@ Usage: latexmk [latexmk_options] [filename ...]
-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
+ -showextraoptions - Show other allowed options that are simply passed
+ as is to latex and pdflatex
-silent - silence progress messages from called programs
-time - show CPU time used
-time- - don't show CPU time used
@@ -192,9 +199,15 @@ Usage: latexmk [latexmk_options] [filename ...]
-view=none - no viewer is used
-view=ps - viewer is for ps
-view=pdf - viewer is for pdf
+ -xelatex - use xelatex for processing files to pdf
+
filename = the root filename of LaTeX document
-p, -pv and -pvc are mutually exclusive
-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.)
+
+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