summaryrefslogtreecommitdiff
path: root/support/latexmk/latexmk.bat
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-17 03:00:41 +0000
committerNorbert Preining <norbert@preining.info>2021-04-17 03:00:41 +0000
commit8ca7af6e140fdaee415715e4a537d8f1a9305198 (patch)
tree7ca5f98e34ec0c9e917f70c3577a3a3b0cff176f /support/latexmk/latexmk.bat
parent487e248ea8406af82362ed0cf749198b48b38183 (diff)
CTAN sync 202104170300
Diffstat (limited to 'support/latexmk/latexmk.bat')
-rw-r--r--support/latexmk/latexmk.bat22
1 files changed, 0 insertions, 22 deletions
diff --git a/support/latexmk/latexmk.bat b/support/latexmk/latexmk.bat
deleted file mode 100644
index bee3098c00..0000000000
--- a/support/latexmk/latexmk.bat
+++ /dev/null
@@ -1,22 +0,0 @@
-Rem This batch file is only of interest to a small subset of Windows users.
-
-Rem Under modern TeX distributions, MiKTeX and TeXLive, you do **NOT**
-Rem need this batch file. Both distributions have a latexmk executable
-Rem that correctly run the latexmk Perl script itself. This file
-Rem is only useful if you need to bypass that for some reason, and you
-Rem will probably have to modify it for your needs.
-
-Rem Moreover if your system is suitably configured, the file latexmk.pl
-Rem is itself executable, without the need for going through this batch file.
-
-Rem ==============================
-
-Rem This batch file executes perl so as to run latexmk.pl. As written it
-Rem assumes that both latexmk.pl and perlexe are in the environment variable
-Rem PATH.
-Rem If perl.exe is not in PATH, you should replace 'perl' by
-Rem the full pathname of the perl executable, e.g., 'C:\perl\bin\perl.exe'
-Rem or 'C:\Strawberry\perl\bin\perl.exe.
-Rem Similarly for latexmk.pl.
-
-perl -S latexmk.pl %1 %2 %3 %4 %5 %6 %7 %8 %9