diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/CHANGES | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index ed7ff495b2c..18bc1ea4857 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -185,3 +185,33 @@ From v. 4.17 to v. 4.18 warning. Correct misprint in documentation. +From v. 4.18 to v. 4.20 + Fix problem that when bibtex finds no citations, this is treated + by bibtex as an error. Previously latexmk respected this and + did not continue processing. Now if the only bibtex error is + the finding of no citations, then latexmk now treats it as + only a warning and continues processing (by latex/pdflatex) as + appropriate. + Get .bst file in source file list for bibtex. (So an update to + the bst file provokes a rerun of the relevant programs.) + Allow clean-up to delete destination files of custom-dependencies + Configuration variable $cleanup_includes_cusdep_generated to + configure whether this is done. (Default is off, for backward + compatibility.) + Remove use of --width option on $pscmd on linux. It's no longer + needed. + Remove double quotes (if any) surrounding output filename read + from .log file, to avoid wrong diagnostic message. + Allow a more general pattern for files to clean up (when the -c, + or -C option is used). For details, see the explanation of + the $clean_ext variable in the latexmk documentation. + Options to set commands used for latex and pdflatex, as in + -latex=special_latex_replacement_command + -pdflatex=special_pdflatex_replacement_command + (This is not yet documented.) + +From v. 4.18 to v. 4.20 + Fix some problems with parsing quoted filenames in log file. + These prevented latexmk working correctly with latest version + of asymptote.sty. + Corrected potential bug in locating graphics files. |