diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-30 23:42:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-30 23:42:15 +0000 |
commit | a56fd8ce52effcc0234a01e8d4a1a31527fc28bb (patch) | |
tree | b8328ecaed4709398773ad46850a118f53b18904 /Master/texmf-dist/doc/support/latexmk/CHANGES | |
parent | 23e10ea724490edf980413190b4a9ae00442ef40 (diff) |
latexmk 4.21 (30dec10)
git-svn-id: svn://tug.org/texlive/trunk@20887 c570f23f-e606-0410-a88d-b1316a301751
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. |