blob: 70c136972def89a04af93d72a2cf69c138d761a7 (
plain)
1
2
3
4
5
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
|