From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/musixtex/windows/musixtex.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 macros/musixtex/windows/musixtex.bat (limited to 'macros/musixtex/windows/musixtex.bat') diff --git a/macros/musixtex/windows/musixtex.bat b/macros/musixtex/windows/musixtex.bat new file mode 100644 index 0000000000..c9bf9af63f --- /dev/null +++ b/macros/musixtex/windows/musixtex.bat @@ -0,0 +1,6 @@ +:: wrapper script to call musixtex.lua +:: Usage: musixtex [options] basename[.tex] +:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com + +@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %* +:end -- cgit v1.2.3