diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-09 20:34:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-09 20:34:44 +0000 |
commit | bddd14bf18d40232025826b31f20264323ef6af2 (patch) | |
tree | 9e48aec6ec0d7b898432edc39acc0fbe90625bbc /Master/texmf-dist/doc/support/latexmk/README | |
parent | 7273365c115cd3b4ad4f6da7341fec0332645336 (diff) |
latexmk (9jun21)
git-svn-id: svn://tug.org/texlive/trunk@59535 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/README')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/README | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README index ce7d3ff66fe..8b0c72f96c3 100644 --- a/Master/texmf-dist/doc/support/latexmk/README +++ b/Master/texmf-dist/doc/support/latexmk/README @@ -1,4 +1,4 @@ -Latexmk, version 4.74, 16 May 2021 +Latexmk, version 4.74b, 29 May 2021 ---------------------------------- Latexmk completely automates the process of generating a LaTeX @@ -87,7 +87,7 @@ NOTES:- John Collins ---------------------------- "latexmk -h" ---------------------------- -Latexmk 4.74: Automatic LaTeX document generation routine +Latexmk 4.74b: Automatic LaTeX document generation routine Usage: latexmk [latexmk_options] [filename ...] @@ -123,6 +123,8 @@ Usage: latexmk [latexmk_options] [filename ...] -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 + -dir-report - Before processing a tex file, report aux and out dir settings + -dir-report- - Before processing a tex file, do not report aux and out dir settings -dvi - generate dvi -dvi- - turn off required dvi -e <code> - Execute specified Perl code (as part of latexmk start-up @@ -211,6 +213,8 @@ Usage: latexmk [latexmk_options] [filename ...] -r <file> - Read custom RC file (N.B. This file could override options specified earlier on the command line.) + -rc-report - After initialization, report names of rc files read + -rc-report- - After initialization, do not report names of rc files read -recorder - Use -recorder option for *latex (to give list of input and output files) -recorder- - Do not use -recorder option for *latex |