diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/CHANGES | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index fc5d7b3167d..e9145a2f018 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -1,3 +1,6 @@ +List of main changes in latexmk + + From v. 3.04 to v. 3.07 Pdf files can be made by any of three methods: pdflatex, from dvi or from postscript. @@ -79,3 +82,16 @@ From v. 4.05 to v. 4.07 Deal better with case that file is written and read by (pdf)latex during a run +From v. 4.07 to v. 4.10 + Binmode for log file under MSWin to avoid problem with ctrl/Z + written by Miktex 2.7 giving spurious end-of-file. + Deal with issues in depedency structure caused by epstopdf, which + automatically creates pdf files from eps files during run of + pdflatex. + Correct problem with determining use of custom dependencies, when + file-not found-report has extensionless filename, but + corresponding .tex file exists. + Preview-continuous mode now doesn't bomb out if there are errors + during first run of (pdf)latex. (Previously that caused the + previewer not to run even if viewed file exists.) + |