musiktheorietheorie/musixtex/scripts/musixtex.bat

7 lines
265 B
Batchfile
Raw Normal View History

2022-03-27 12:09:14 +02:00
:: wrapper script to call musixtex.lua
:: Usage: musixtex [options] basename[.tex|.ltx|.mtx|.pmx|.aspc]
:: Suggested by Tomasz Luczak (Tomek) t34www@googlemail.com
@for /f "delims=" %%I in ('kpsewhich --format=texmfscripts %~n0.lua') do texlua "%%I" %*
:end