summaryrefslogtreecommitdiff
path: root/support/latexmk/example_rcfiles/sweave_latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexmk/example_rcfiles/sweave_latexmkrc')
-rw-r--r--support/latexmk/example_rcfiles/sweave_latexmkrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/support/latexmk/example_rcfiles/sweave_latexmkrc b/support/latexmk/example_rcfiles/sweave_latexmkrc
index 19f046be6b..972dcda100 100644
--- a/support/latexmk/example_rcfiles/sweave_latexmkrc
+++ b/support/latexmk/example_rcfiles/sweave_latexmkrc
@@ -25,12 +25,15 @@
# N.B. ===> IMPORTANT NOTES <===
#
-# 1. The patchDVI package for R needs to be installed from R-Forge, as
+# 1. See the comments in knitr-latexmkrc for an alternative and probably better
+# way of using Sweave with latexmk
+#
+# 2. The patchDVI package for R needs to be installed from R-Forge, as
# follows:
#
# install.packages("patchDVI", repos="http://R-Forge.R-project.org")
#
-# 2. In all Sweave (.Rnw) documents, the following lines must be included:
+# 3. In all Sweave (.Rnw) documents, the following lines must be included:
#
# \usepackage{Sweave}
# \SweaveOpts{concordance=TRUE}