From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- support/latexmk/latexmk.bat | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 support/latexmk/latexmk.bat (limited to 'support/latexmk/latexmk.bat') 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 -- cgit v1.2.3