summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/CHANGES')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/CHANGES38
1 files changed, 37 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/CHANGES b/Master/texmf-dist/doc/support/latexmk/CHANGES
index 54801480ce4..31e7d53b52d 100644
--- a/Master/texmf-dist/doc/support/latexmk/CHANGES
+++ b/Master/texmf-dist/doc/support/latexmk/CHANGES
@@ -534,5 +534,41 @@ From v. 4.52 to 4.52b
when recorder mode is on.
From v. 4.52b to 4.52c
+ Make -jobname work with -pdfxe and -pdflua.
+
+From v. 4.52c to 4.54
+ In deps_list, correct bug in identifying generated files.
+ Otherwise, generated files could have been identified as true
+ source files.
+ Remove insertion of name of deps file in list of targets in deps file.
+ Don't send to screen deps info in deps mode (unless diagnostics on).
+ Correct ordering of list of options given by -help.
+ Fix incorrect deletion of non-generated aux files.
+ Optimize away current directory string in $out_dir and $aux_dir.
+ Make compatible with future versions of Perl where File::Glob's glob
+ function won't exist.
+ Add extra value 1.5 for $bibtex_use, with corresponding option
+ -bibtex-cond1; this treats bbl files as conditionally precious in
+ cleanup operations, depending on the existence or non-exisitence
+ of bib files.
+ When running bibtex, ensure that the change in search paths is made to work
+ around deficiencies in bibtex is local and does not affect other
+ programs.
+ Collection of timing information now works in silent mode.
+ Set better default previewers for MSys.
+ Restore default of $analyze_input_log_always to 1.
+ This restores the default detection of certain constructs for dependencies
+ for input files in the .log file. See the comments on this variable in
+ latexmk.pl for details. This works around a problem caused by a change in
+ the behavior of lualatex in TeXLive 2017; it no longer lists all input
+ files in the .fls file. Note that latexmk.pl always examines the .log
+ file for relevant information. The variable $analyze_input_log_always
+ only concerns whether it looks for <...> and (...) constructs.
+ Add item to @file_not_found for the particular format of generic package
+ warning about "No file", that is produced by glossaries-extra, and
+ probably other packages.
+ Documentation improvements, especially on methods of implementing
+ custom dependencies for multiple kinds of index.
Document $kpsewhich_show variable.
- Make -jobname work with -pdfxe and -pdflua
+ Add a sample latexmkrc file for use with bib2gls and glossaries-extra.
+