diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-28 00:21:43 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-28 00:21:43 +0000 |
commit | 1253550b4126fb28972becd97fb0296324250c1f (patch) | |
tree | 34c6e2c1b35306bb6a64eb31ec11669df6d66b8c /Master/texmf-dist/doc/support/latexmk/CHANGES | |
parent | 7c96ac614de5bb500b464ef083b833919d0947f1 (diff) |
latexmk update (27may09)
git-svn-id: svn://tug.org/texlive/trunk@13499 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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index b4b4422f3e5..fc5d7b3167d 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -69,3 +69,13 @@ From v. 4.01 to v. 4.05 Change to a nicer #! line Safer use of % in placeholders in commands +From v. 4.05 to v. 4.07 + In preview-continuous mode, arrange that ctrl/C used to stop the + processing loop does not automatically kill a script used to + call latexmk + Better handling of situation when a run of (pdf)latex does not + produce a dvi or pdf file, or when the opposite type of output + is produced than expected (e.g., pdf instead of dvi by latex) + Deal better with case that file is written and read by (pdf)latex + during a run + |