summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc')
-rw-r--r--Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc15
1 files changed, 4 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc b/Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
index ddc721c00f7..4c1c8d9644b 100644
--- a/Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
+++ b/Master/texmf-dist/doc/support/latexmk/example_rcfiles/xelatex_latexmkrc
@@ -2,19 +2,12 @@
# with latexmk. Xelatex uses Unicode and "supporting modern font
# technologies such as OpenType or Apple Advanced Typography.
#
-# WARNING: latexmk.pl is changing, and plans to have more internal
-# support for xelatex.
+# WARNING: The method shown here is suitable only for ver. 4.51 and
+# later of latexmk, not for earlier versions.
+#
#
-# Since xelatex only produces pdf files, it is a replacement for
-# pdflatex. To make it your default typesetting engine within latexmk
-# you will not only need to set the $pdflatex variable to require the
-# use of xelatex, but also to turn on production of pdf files and to
-# turn off the production of dvi and ps files, as in the following
-# code:
-
-$pdflatex = 'xelatex %O %S';
-$pdf_mode = 1;
+$pdf_mode = 5;
$postscript_mode = $dvi_mode = 0;