From 3d72ca06ea45a25c546b1753f93ab5021e988326 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 30 Sep 2020 21:27:38 +0000 Subject: latexmk (30sep20) git-svn-id: svn://tug.org/texlive/trunk@56490 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/latexmk.1 | 17 +- Master/texmf-dist/doc/man/man1/latexmk.man1.pdf | Bin 213929 -> 214715 bytes Master/texmf-dist/doc/support/latexmk/CHANGES | 9 + Master/texmf-dist/doc/support/latexmk/INSTALL | 2 +- Master/texmf-dist/doc/support/latexmk/README | 18 +- Master/texmf-dist/doc/support/latexmk/latexmk.pdf | Bin 192124 -> 192210 bytes Master/texmf-dist/doc/support/latexmk/latexmk.txt | 1632 ++++++++++----------- 7 files changed, 850 insertions(+), 828 deletions(-) (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/man/man1/latexmk.1 b/Master/texmf-dist/doc/man/man1/latexmk.1 index 98264b7aa9f..a1224937092 100644 --- a/Master/texmf-dist/doc/man/man1/latexmk.1 +++ b/Master/texmf-dist/doc/man/man1/latexmk.1 @@ -1,4 +1,4 @@ -.TH LATEXMK 1 "13 September 2020" "" +.TH LATEXMK 1 "29 September 2020" "" .SH NAME latexmk \- generate LaTeX document .SH SYNOPSIS @@ -275,6 +275,11 @@ the bbl files in a cleanup operation since they can be re-generated. This property can also be configured by setting the \fI$bibtex_use\fR variable to 1.5 in a configuration file. +.TP +.B -bibtexfudge, -bibtexfudge- +Turn on/off the change-directory fudge needed for old versions (pre-2019) +of bibtex. See documentation of \fI$bibtex_fudge\fR for details. + .TP .B -bm A banner message to print diagonally across each page when converting @@ -745,6 +750,11 @@ an already-running previewer. .B -nobibtex Never run bibtex or biber. Equivalent to the \fB-bibtex-\fR option. +.TP +.B -nobibtexfudge +Turn off the change-directory fudge needed for old versions (pre-2019) +of bibtex. See documentation of \fI$bibtex_fudge\fR for details. + .TP .B -norc Turn off the automatic reading of initialization (rc) files. @@ -3868,8 +3878,9 @@ suggestions that contributed to version 3, and Herbert Schulz. e-mail addresses are not written in their standard form to avoid being harvested too easily.) .SH AUTHOR -Current version, by John Collins (username jcc8 at node psu.edu). -(Version 4.70a). +Current version, by John Collins +(Version 4.70b). +Report bugs etc to his e-mail (jcc8 at psu.edu). Released version can be obtained from CTAN: , and from the diff --git a/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf b/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf index 15ba2e728ae..49118f3adec 100644 Binary files a/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf and b/Master/texmf-dist/doc/man/man1/latexmk.man1.pdf differ diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index ac91892ccb9..018ff33c5c4 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -735,3 +735,12 @@ From v. 4.69a to 4.70a Small bug corrections, and changes to some diagnostic messages. Documentation corrections. +From v. 4.70a to 4.70b + Fix problems when rearranging rules to deal with change of output file of + *latex engine (e.g., .pdf to .dvi). + Fix problem with the new default not to do the change of directory for + bibtex. Use of full path names for output-directory or tex file no + longer causes a bibtex error. + Add options -bibfudge, -bibfudge-, -nobibfudge. + + diff --git a/Master/texmf-dist/doc/support/latexmk/INSTALL b/Master/texmf-dist/doc/support/latexmk/INSTALL index 33acea5cb17..1e1d6d79c2b 100644 --- a/Master/texmf-dist/doc/support/latexmk/INSTALL +++ b/Master/texmf-dist/doc/support/latexmk/INSTALL @@ -1,6 +1,6 @@ INSTALLING latexmk ================== - (Version 4.70a, 13 September 2020) + (Version 4.70b, 29 September 2020) John Collins Physics Department diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README index 414814d1835..89124040c5a 100644 --- a/Master/texmf-dist/doc/support/latexmk/README +++ b/Master/texmf-dist/doc/support/latexmk/README @@ -1,4 +1,4 @@ -Latexmk, version 4.70a, 13 September 2020 +Latexmk, version 4.70b, 29 September 2020 ----------------------------------------- Latexmk completely automates the process of generating a LaTeX @@ -87,8 +87,7 @@ NOTES:- John Collins ---------------------------- "latexmk -h" ---------------------------- ------- TO STDOUT from JCC's latexmkrc -Latexmk 4.70a: Automatic LaTeX document generation routine +Latexmk 4.70b: Automatic LaTeX document generation routine Usage: latexmk [latexmk_options] [filename ...] @@ -101,6 +100,8 @@ Usage: latexmk [latexmk_options] [filename ...] -bibtex-cond - use bibtex when needed, but only if the bib file exists -bibtex-cond1 - use bibtex when needed, but only if the bib file exists; on cleanup delete bbl file only if bib file exists + -bibfudge - use change-directory fudge needed for old bibtexs + -bibfudge- - don't use change-directory fudge needed for old bibtexs -bm - Print message across the page when converting to postscript -bi - Set contrast or intensity of banner -bs - Set scale for banner @@ -141,11 +142,11 @@ Usage: latexmk [latexmk_options] [filename ...] -l- - turn off -l -latex= - set program used for latex. (replace '' by the program name) - -latexoption=