diff options
author | Karl Berry <karl@freefriends.org> | 2016-05-08 22:34:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-05-08 22:34:37 +0000 |
commit | 49d90eec9ec634a14085fbb3a0605da7fc002e20 (patch) | |
tree | 30ccdd5a7cc90f1472d613dcc708eb6c1302cd3a /Master/texmf-dist | |
parent | fec3a5740e195359a7666cf8d39eace242c8f939 (diff) |
pmx(2pdf.lua is back) (8may16)
git-svn-id: svn://tug.org/texlive/trunk@40960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/generic/pmx/README | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/pmx/pmx2pdf.lua | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pmx/README b/Master/texmf-dist/doc/generic/pmx/README index c5725475eaf..0a01adb7efb 100644 --- a/Master/texmf-dist/doc/generic/pmx/README +++ b/Master/texmf-dist/doc/generic/pmx/README @@ -1,4 +1,4 @@ -This is PMX, version 2.7.4 (2016-02-20). PMX provides a preprocessor for MusiXTeX. +This is PMX, version 2.7.4 (2016-05-06). PMX provides a preprocessor for MusiXTeX. pmxab builds a TeX input file based on a .pmx input file in a much simpler language, making most of the layout decisions by itself. It has diff --git a/Master/texmf-dist/scripts/pmx/pmx2pdf.lua b/Master/texmf-dist/scripts/pmx/pmx2pdf.lua new file mode 100755 index 00000000000..41cff58cc7f --- /dev/null +++ b/Master/texmf-dist/scripts/pmx/pmx2pdf.lua @@ -0,0 +1,5 @@ +#!/usr/bin/env texlua + +print ("The pmx2pdf[.lua] script has been retired; please switch") +print ("to the musixtex script, which now processes .pmx files.") + |