summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/m-tx/README
blob: ea4d305f85947a9b518dccb7b745072f82a8c633 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
This is M-Tx (Music-from-TeXt), version 0.62 (2016-02-08).

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 (dirk.laurie@gmail.com).

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/32bit, Windows/64bit, 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.61.tar.gz
    (anywhere), move to the resulting mtx-0.61 directory,
    and do

       ./configure [--prefix=$HOME]
       make          (or make -f Makefile.orig if you have fpc installed)
       make install  (as root, if necessary)

Documentation for M-Tx 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 MIT License; see included file LICENSE.

This CTAN distribution is maintained by Bob Tennent (rdt@cs.queensu.ca).
Feb. 8th, 2016