diff options
Diffstat (limited to 'support/latexmk/CHANGES')
-rw-r--r-- | support/latexmk/CHANGES | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/support/latexmk/CHANGES b/support/latexmk/CHANGES index 1a2cc620fd..cd531f1416 100644 --- a/support/latexmk/CHANGES +++ b/support/latexmk/CHANGES @@ -906,3 +906,23 @@ From v. 4.82a to 4.83 Restrict warning diagnostics about ^^ constructs in aux file to those involving non-trivial Unicode characters, as against things like ^^M. +From v. 4.83 to 4.84 + Update example_rcfiles/bib2gls_latexmkrc to deal with situation where + .glstex file has basename of .bib file rather than that of main .tex + file. + Update example_rcfiles/asymptote_latexmkrc. + Update example_rcfiles/splitindex_latexmkrc. + Add example_rcfiles/memoize_latexmkrc. + Improve detection of need to run makeindex (solves non-detection when + imakeidx package is used with splitindex option). + Implement final-output directory, with option -out2dir, variables + $out2_dir, @out2_exts. + Document hook mechanism. + Document $allow_subdir_creation variable. + +From v. 4.84 to 4.85 + Correct bug that if $out_dir and $out2_dir referred to the same + directory, but latexmk didn't detect that, then the subroutine copy + reported an error, and latexmk treated that incorrectly as a fatal + error. + |