summaryrefslogtreecommitdiff
path: root/support/latexmk/README
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexmk/README')
-rw-r--r--support/latexmk/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/support/latexmk/README b/support/latexmk/README
index ce7d3ff66f..8b0c72f96c 100644
--- a/support/latexmk/README
+++ b/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