diff options
-rw-r--r-- | Master/texmf-dist/doc/generic/m-tx/README | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/m-tx/m-tx.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/README b/Master/texmf-dist/doc/generic/m-tx/README index edd425dce6f..661754100f6 100644 --- a/Master/texmf-dist/doc/generic/m-tx/README +++ b/Master/texmf-dist/doc/generic/m-tx/README @@ -1,4 +1,4 @@ -This is M-Tx (Music-from-TeXt), version 0.60d (2013-12-12). +This is M-Tx (Music-from-TeXt), version 0.60d (2013-12-24). M-Tx is a preprocessor for PMX that facilitates inputting lyrics. It builds the PMX input file based on a language very similar to PMX. M-Tx diff --git a/Master/texmf-dist/scripts/m-tx/m-tx.lua b/Master/texmf-dist/scripts/m-tx/m-tx.lua index be1a3b80d3e..3587a24e2c1 100755 --- a/Master/texmf-dist/scripts/m-tx/m-tx.lua +++ b/Master/texmf-dist/scripts/m-tx/m-tx.lua @@ -104,7 +104,7 @@ repeat dvi = ""; ps2pdf = "" elseif this_arg == "-d" then dvi = "dvipdfm"; ps2pdf = "" - elseif this_arg == "-c" + elseif this_arg == "-c" then pmx = "pmxchords" elseif this_arg == "-F" then narg = narg+1 |