diff options
author | Karl Berry <karl@freefriends.org> | 2018-05-09 22:13:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-05-09 22:13:37 +0000 |
commit | 8a5ed0afa496837dadba1833d731b613cf58f135 (patch) | |
tree | 03677e629baf1cb1b89a79c3a3cac81002dd13ff /Build/source | |
parent | 531d73002d7e2a58665132b4aba375d04ecc4b11 (diff) |
musixtex (8may18)
git-svn-id: svn://tug.org/texlive/trunk@47655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/musixtex/musixtex.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/musixtex/musixtex.lua b/Build/source/texk/texlive/linked_scripts/musixtex/musixtex.lua index 347db605ad8..71d9c64581f 100755 --- a/Build/source/texk/texlive/linked_scripts/musixtex/musixtex.lua +++ b/Build/source/texk/texlive/linked_scripts/musixtex/musixtex.lua @@ -124,9 +124,10 @@ function usage() Usage: [texlua] musixtex.lua { option | basename[.mtx | .pmx | .aspc | .tex | .ltx] } ... When no extension is given, extensions are tried in the above order until a source file is found. Preprocessing goes mtx-pmx-tex or - aspc-tex/ltx, with the entry point determined by the extension. + aspc-etex/ltx, with the entry point determined by the extension. The normal route after preprocessing goes tex-dvi-ps-pdf, but shorter - routes are also available, see the options. + routes are also available, see the options. The default processing route + for .tex files is etex-musixflx-etex. Options: -v version -h help -l latex source |