From ec3a66bfdc270c6ec6c872ad560be774cf46d617 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 18 Jan 2018 23:25:58 +0000 Subject: latexmk (18jan18) git-svn-id: svn://tug.org/texlive/trunk@46378 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/support/latexmk/CHANGES | 15 + Master/texmf-dist/doc/support/latexmk/INSTALL | 2 +- Master/texmf-dist/doc/support/latexmk/README | 9 +- Master/texmf-dist/doc/support/latexmk/latexmk.pdf | Bin 182408 -> 186643 bytes Master/texmf-dist/doc/support/latexmk/latexmk.txt | 2056 +++++++++++---------- 5 files changed, 1116 insertions(+), 966 deletions(-) (limited to 'Master/texmf-dist/doc/support') diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index 9ddf73a316a..7e7deb47667 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -576,3 +576,18 @@ From v. 4.54 to 4.54c Work-around for when bsd_glob is not available on old installations of Perl. (Note that with these old installations, clean-up operations may not work when file or directory names contain spaces.) + +From v. 4.54c to 4.55 + Correct bug that $search_path_separator wasn't defined under msys. + Ensure that all configuration variables do have sensible default + definitions (which wasn't always the case previously). + Allow optional timeout in pvc mode after a period of inactivity. + (See documentation for -pvctimeout option.) + Compensate for problems caused by time offset between system time on + system running latexmk and file times on remote file system. + (It caused wrong behavior when a document uses biber, MiKTeX + is used, the aux_dir is on a remote file system, and the system + time on the host of the file system differs from the system time on + the system running latexmk.) + + diff --git a/Master/texmf-dist/doc/support/latexmk/INSTALL b/Master/texmf-dist/doc/support/latexmk/INSTALL index 590b5d839b8..a90fee4600c 100644 --- a/Master/texmf-dist/doc/support/latexmk/INSTALL +++ b/Master/texmf-dist/doc/support/latexmk/INSTALL @@ -1,6 +1,6 @@ INSTALLING latexmk ================== - (Version 4.54c, 12 December 2017) + (Version 4.55, 17 January 2018) John Collins Physics Department diff --git a/Master/texmf-dist/doc/support/latexmk/README b/Master/texmf-dist/doc/support/latexmk/README index 2026d356a8e..dea4aba12de 100644 --- a/Master/texmf-dist/doc/support/latexmk/README +++ b/Master/texmf-dist/doc/support/latexmk/README @@ -1,5 +1,5 @@ -Latexmk, version 4.54c, 12 December 2017 ----------------------------------------- +Latexmk, version 4.55, 17 January 2018 +-------------------------------------- Latexmk completely automates the process of generating a LaTeX document. Essentially, it is a highly specialized cousin of the @@ -91,7 +91,7 @@ NOTES:- John Collins ---------------------------- "latexmk -h" ---------------------------- -Latexmk 4.54c: Automatic LaTeX document generation routine +Latexmk 4.55: Automatic LaTeX document generation routine Usage: latexmk [latexmk_options] [filename ...] @@ -183,6 +183,9 @@ Usage: latexmk [latexmk_options] [filename ...] on force mode, so errors do not cause latexmk to stop.) (Side effect: turn off ordinary preview mode.) -pvc- - turn off -pvc + -pvctimeout - timeout in pvc mode after period of inactivity + -pvctimeout- - don't timeout in pvc mode after inactivity + -pvctimeoutmins=