MUSIXTEX(1) | MUSIXTEX(1) |
musixtex - processes MusiXTeX files, using pre-processors prepmx, pmxab and autosp as necessary, and then deletes intermediate and log files (unless -i is used)
[ texlua ] musixtex[.lua] { option | jobname [ .mtx | .pmx | .aspc | .tex | .ltx ] } ...
If a jobname argument has a .pmx extension, the file is first preprocessed using pmxab(1) and the resulting .tex file is processed as above.
If a jobname argument has a .mtx extension, the file is first preprocessed using prepmx(1) and the resulting .pmx file is processed as above.
If a jobname argument has a .ltx extension, the file is processed using latex(1) (or pdflatex(1)) in place of etex.
If a jobname argument has a .aspc extension, the file is first preprocessed using autosp(1) and the resulting .tex or .ltx file is processed as above.
If a jobname argument has none of these extensions, the script will look for a file jobname.mtx or jobname.pmx or jobname.aspc or jobname.tex or jobname.ltx, in that order, and process it as above.
Note that four TeX engines are available via the -l and -p options:
autosp(1), etex(1), latex(1), pdfetex(1), pdflatex(1), makeindex(1), musixflx(1), dvipdfm(1), dvips(1), pmxab(1), pmxchords(1) prepmx(1), ps2pdf(1) and musixdoc.pdf.
This manual page was written by Bob Tennent <rdt@cs.queensu.ca>.
2018-07-27 | musixtex version 0.21 |