diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-21 23:51:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-21 23:51:40 +0000 |
commit | b4ba8cda8d4066ac257e687beffc7dddd8d022bc (patch) | |
tree | 1a9188b7906cdcef067d7cf97cdc9cc97b80ebda /Master/texmf-dist/doc/generic/m-tx/README | |
parent | c5e89419297f1c23c42a0c11bab9fb3c12b97f91 (diff) |
revert m-tx to 0.60; 0.61 requires updates to the prepmx executable, which will not happen until TL16
git-svn-id: svn://tug.org/texlive/trunk@39166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/m-tx/README')
-rw-r--r-- | Master/texmf-dist/doc/generic/m-tx/README | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/README b/Master/texmf-dist/doc/generic/m-tx/README new file mode 100644 index 00000000000..661754100f6 --- /dev/null +++ b/Master/texmf-dist/doc/generic/m-tx/README @@ -0,0 +1,51 @@ +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 +includes most of PMX's functionality, but it also permits in-line PMX +commands to give access to virtually all of PMX. + +The author of M-Tx is Dirk Laurie (dpl@sun.ac.za). + +To install (on TDS-compliant TeX systems): + + + unzip tex-archive/install/m-tx.tds.zip at the root of a texmf tree and, + if necessary, update the filename database; e.g., texhash texmf. + Documentation for M-Tx is installed under doc/generic/tmx. You must use + an unzipping program that converts text files to the text-file format of + your platform, such as "unzip -a ... " on Linux. + + + *either* copy the executables appropriate for your + platform (Windows, OSX) to a folder on the executable PATH + and ensure it has execute permission + + + *or* on any Unix-like system with gcc and standard development tools + installed: unpack mtx-0.60d.tar.gz (anywhere), move to the resulting + mtx-0.60d directory, and do + + ./configure [--prefix=$HOME] + make (or make -f Makefile.orig if you have fpc installed) + make install (as root, if necessary) + + Then install a symbolic link m-tx in any directory on the executable + PATH to scripts/m-tx/m-tx.lua + +Documentation for M-Tx and the wrapper script is installed under + +doc/generic/m-tx + +Many examples of M-Tx and MusiXTeX typesetting may be found at the Werner +Icking Music Archive at + +http://icking-music-archive.org/ + +Support for users of MusiXTeX and related software may be obtained via +the MusiXTeX mail list at + +http://tug.org/mailman/listinfo/tex-music + +M-Tx may be freely copied, duplicated and used in conformance to the +GNU General Public License (Version 2, 1991, see included file gpl.txt). + +This CTAN distribution is maintained by Bob Tennent (rdt@cs.queensu.ca). +Dec. 12th, 2013 |