summaryrefslogtreecommitdiff
path: root/support/latexmk/latexmk.bat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/latexmk/latexmk.bat
Initial commit
Diffstat (limited to 'support/latexmk/latexmk.bat')
-rw-r--r--support/latexmk/latexmk.bat5
1 files changed, 5 insertions, 0 deletions
diff --git a/support/latexmk/latexmk.bat b/support/latexmk/latexmk.bat
new file mode 100644
index 0000000000..f119082ada
--- /dev/null
+++ b/support/latexmk/latexmk.bat
@@ -0,0 +1,5 @@
+Rem Execute latexmk.pl, searching for it in the PATH
+Rem Assume perl is in the PATH. If not, you should replace 'perl' by
+Rem the full pathname of the perl executable, e.g., 'C:\perl\bin\perl.exe'
+
+perl -S latexmk.pl %1 %2 %3 %4 %5 %6 %7 %8 %9