diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-08 22:43:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-08 22:43:12 +0000 |
commit | 43354cc71f70a0e237312e593234b6a4efab3eb2 (patch) | |
tree | 31bd25c2489ef07252b37fa230ab5af788bad588 /Master/texmf-dist | |
parent | 49d90eec9ec634a14085fbb3a0605da7fc002e20 (diff) |
m-tx(.lua is temp script for this release) (8may16)
git-svn-id: svn://tug.org/texlive/trunk@40961 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/m-tx/README | 4 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/m-tx/m-tx.lua | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/README b/Master/texmf-dist/doc/generic/m-tx/README index ea4d305f859..04096a9b871 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.62 (2016-02-08). +This is M-Tx (Music-from-TeXt), version 0.62a (2016-05-06). M-Tx is a preprocessor for PMX that facilitates inputting lyrics. It builds the PMX input file based on a language @@ -50,4 +50,4 @@ M-Tx may be freely copied, duplicated and used in conformance to the MIT License; see included file LICENSE. This CTAN distribution is maintained by Bob Tennent (rdt@cs.queensu.ca). -Feb. 8th, 2016 +May 6th, 2016 diff --git a/Master/texmf-dist/scripts/m-tx/m-tx.lua b/Master/texmf-dist/scripts/m-tx/m-tx.lua new file mode 100755 index 00000000000..0a62d8fc447 --- /dev/null +++ b/Master/texmf-dist/scripts/m-tx/m-tx.lua @@ -0,0 +1,5 @@ +#!/usr/bin/env texlua + +print ("The m-tx[.lua] script has been retired; please switch") +print ("to the musixtex script, which now processes .mtx files.") + |