diff options
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r-- | Master/texmf-dist/doc/support/latexmk/CHANGES | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES index 5d8952a7e71..a10034a4616 100644 --- a/Master/texmf-dist/doc/support/latexmk/CHANGES +++ b/Master/texmf-dist/doc/support/latexmk/CHANGES @@ -313,3 +313,45 @@ From v. 4.29a to 4.30a -aux-directory options should work on MSWin systems. Documentation of $search_path_separator variable. +From v. 4.30a to 4.31 + Add -M -MP and -MF options, like gcc. + Recorder option is now on by default. + Add options reproducing most options of (pdf)latex (list from both + TeXLive and MikTeX versions). + Options NOT implemented by latexmk at all: + -ini and -initialize since they refer to operations + not supported by latexmk + -includedirectory=dir its support needs extra code in + latexmk, not currently written + Options differently processed by latexmk: + -help + -version + -quiet + Options that are passed to (pdf)latex but that also have special + processing by latexmk + -aux-directory=dir + -output-directory=dir + -recorder + Add -latexoption=... option to latexmk + Add -xelatex option for use of xelatex + Change OS-X default for pdf previewer command to open + Command specification string can start with "include routine" to + invoke a Perl subroutine instead of an external cmd. + Viewers are detached by default. (The start keyword is now normally + superfluous in command specifications.) + Keyword nostart added in command specification. + Add configuration variables $compiling_cmd, $success_cmd, + $failure_cmd. These specify external commands (if any) to be + executed during latexmk's continuous preview mode at the + following points: $compiling_cmd at the start of compilation, + $success_cmd at the end of a successful compilation, and + $failure_cmd at the end of an unsuccessful compilation. They + can be used, for example, to show the progress of compilation by + setting the titles of editor and/or previewer windows. + If aux and/or output directories are specified but don't exist, + make them. + Remove excessive repetition of tests for changes of source files + (improves performance of latexmk in some situations). + Documentation improvements. + Minor bug corrections. + |