blob: fea551442f0e9aab0dd9995c305a2225ba1ab36a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
rem cm-ltx2e = latex2e based on cm* fonts
del musixdoc.mx*
call cm-ltx2e musixdoc
if errorlevel 2 goto end
musixflx musixdoc
call cm-ltx2e musixdoc
if errorlevel 2 goto end
makeindx musixdoc.idx
call cm-ltx2e musixdoc
if errorlevel 2 goto end
makeindx musixdoc.idx
call cm-ltx2e musixdoc
call prthplj musixdoc musixdoc.lj
%emtexdir%\bin\dvips32 musixdoc -o musixdoc.ps -P300 -ta4
:end
|