summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-11 22:30:30 +0000
committerKarl Berry <karl@freefriends.org>2011-12-11 22:30:30 +0000
commitbca3b6017c5eda5d6c5d67bb266062fb7f363b5b (patch)
tree4982edcfc2080e1c96ac6d3d3a7b83655c273393 /Master/texmf-dist/doc/support/latexmk/CHANGES
parent66913a012bff67aeac726ca83cbaffcafbae1118 (diff)
latexmk 4.30a (10dec11)
git-svn-id: svn://tug.org/texlive/trunk@24819 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES22
1 files changed, 22 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index a9a05979adc..5d8952a7e71 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -291,3 +291,25 @@ From v. 4.28a to 4.28c
can continue normally.
Latexmk now parses correctly error messages from biber v. 0.9.7.
+From v. 4.28c to 4.29a
+ Latexmk now works with the feynmp package and mpost,
+ provided a suitable custom dependency is defined. (See the
+ example latexmkrc fragment mpost_latexmkrc in the
+ example_rcfiles directory in the latexmk distribution.)
+ If output directory is set, arrange that dvips can find files
+ there.
+ In searching for cus-deps that can make a missing file, look in
+ $out_dir.
+ Solves problem that sometimes dvips and dvipdf weren't run when
+ they should have been. (The problem only arose with certain
+ changes in eps files being made within a minute of the previous
+ run.)
+
+From v. 4.29a to 4.30a
+ Fix use of bibtex so that it works correctly when $aux_dir and/or
+ $out_dir are set.
+ Use OS-dependent search path separator when when manipulating
+ TEXINPUTS, etc. Then use of -output-directory and
+ -aux-directory options should work on MSWin systems.
+ Documentation of $search_path_separator variable.
+