summaryrefslogtreecommitdiff
path: root/support/latexmk/example_rcfiles/fix-aux.latexmkrc
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2022-03-18 03:01:39 +0000
committerNorbert Preining <norbert@preining.info>2022-03-18 03:01:39 +0000
commita892f739b50b6ddc5321c834017cdcbc42a3f056 (patch)
treeea36345421ed45471d9ec79ff9288cbc9437a718 /support/latexmk/example_rcfiles/fix-aux.latexmkrc
parent8208f204439f3a899e43187857e3f9c86d4ebb7c (diff)
CTAN sync 202203180301
Diffstat (limited to 'support/latexmk/example_rcfiles/fix-aux.latexmkrc')
-rw-r--r--support/latexmk/example_rcfiles/fix-aux.latexmkrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/support/latexmk/example_rcfiles/fix-aux.latexmkrc b/support/latexmk/example_rcfiles/fix-aux.latexmkrc
index aefa206d5a..abcee8e9f2 100644
--- a/support/latexmk/example_rcfiles/fix-aux.latexmkrc
+++ b/support/latexmk/example_rcfiles/fix-aux.latexmkrc
@@ -3,6 +3,10 @@
# option. (Of the standard distributions, MiKTeX supports -aux-directory,
# but TeXLive does not.)
+# !!!IMPORTANT: THIS CONFIGURATION IS NO LONGER NECESSARY. From V. 4.74b onwards,
+# latexmk can handle the aux_dir isssue itself --- see the documentation on the
+# $emulate_aux variable.
+
foreach my $cmd ('latex', 'lualatex', 'pdflatex', 'xelatex' ) {
${$cmd} = "internal latex_fix_aux $cmd %O %S";