diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/README')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/README | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README index 5e6492c1941..5024ca9d37c 100644 --- a/Master/texmf-dist/doc/support/latexmk/README +++ b/Master/texmf-dist/doc/support/latexmk/README @@ -1,5 +1,5 @@ -Latexmk, version 4.26, 9 August 2011 ------------------------------------- +Latexmk, version 4.27a, 10 October 2011 +--------------------------------------- Latexmk completely automates the process of generating a LaTeX document. Essentially, it is a highly specialized cousin of the @@ -92,15 +92,17 @@ NOTES:- John Collins ---------------------------- "latexmk -h" ---------------------------- -===========I am /usr/local/lib/latexmk/LatexMk -Latexmk 4.26: Automatic LaTeX document generation routine +Latexmk 4.27a: Automatic LaTeX document generation routine Usage: latexmk [latexmk_options] [filename ...] Latexmk_options: - -bibtex - use bibtex when needed (default) - -bibtex- - never use bibtex - -bibtex-cond - use bibtex when needed, but only if the bib files exist + -aux-directory=dir or -auxdir=dir + - set name of directory for auxiliary files (aux, log) + - Currently this only works with MiKTeX + -bibtex - use bibtex when needed (default) + -bibtex- - never use bibtex + -bibtex-cond - use bibtex when needed, but only if the bib files exist -bm <message> - Print message across the page when converting to postscript -bi <intensity> - Set contrast or intensity of banner -bs <scale> - Set scale for banner @@ -145,6 +147,9 @@ Usage: latexmk [latexmk_options] [filename ...] -new-viewer- - in -pvc mode, start a new viewer only if needed -nobibtex - never use bibtex -nodependents - Do not show list of dependent files after processing + -norc - omit automatic reading of system, user and project rc files + -output-directory=dir or -outdir=dir + - set name of directory for output files -pdf - generate pdf by pdflatex -pdfdvi - generate pdf by dvipdf -pdflatex=<program> - set program used for pdflatex. @@ -166,6 +171,8 @@ Usage: latexmk [latexmk_options] [filename ...] (Side effect: turn off ordinary preview mode.) -pvc- - turn off -pvc -r <file> - Read custom RC file + (N.B. This file could override options specified earlier + on the command line.) -recorder - Use -recorder option for (pdf)latex (to give list of input and output files) -recorder- - Do not use -recorder option for (pdf)latex @@ -190,5 +197,3 @@ Usage: latexmk [latexmk_options] [filename ...] -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 - before the -r option on the command line |