blob: 0faf4136651dcd0737c5d7fdcbac1fce5e17bfac (
plain)
1
2
3
4
5
6
|
:: wrapper script to call m-tx.lua
:: Usage: m-tx [options] basename[.mtx]
:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
:end
|