summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-05-01 18:04:00 +0000
committerKarl Berry <karl@freefriends.org>2018-05-01 18:04:00 +0000
commit63d4aabb37ce28e6ccd51f014f194c8d08c07b60 (patch)
tree99c5c6c480adb5e9053a881a25851f7e6458c9d0 /Master/texmf-dist
parent3cf02ce3360c09c0136b0cbe3e6a4bed352101a1 (diff)
m-tx 0.63a (15apr18)
git-svn-id: svn://tug.org/texlive/trunk@47553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/generic/m-tx/README27
-rw-r--r--Master/texmf-dist/doc/generic/m-tx/lyrics.tex14
-rw-r--r--Master/texmf-dist/doc/generic/m-tx/mtxindex.tex18
-rw-r--r--Master/texmf-dist/doc/generic/m-tx/notes.tex6
4 files changed, 52 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/generic/m-tx/README b/Master/texmf-dist/doc/generic/m-tx/README
index 1368498600f..dc26070d44a 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.63 (2018-01-09).
+This is M-Tx (Music-from-TeXt), version 0.63a (2018-04-14).
M-Tx is a preprocessor for PMX that facilitates inputting
lyrics. It builds the PMX input file based on a language
@@ -15,38 +15,39 @@ To install (on TDS-compliant TeX systems):
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.
+ 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
+ platform (Windows32, Windows64, 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,
+ development tools installed: unpack mtx-0.63a.tar.gz
+ (anywhere), move to the resulting mtx-0.63a directory,
and do
./configure [--prefix=$HOME]
- make (or make -f Makefile.orig if you have fpc installed)
- make install (as root, if necessary)
+ 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
+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
+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).
+This CTAN distribution is maintained by Bob Tennent
+(rdt(at)cs.queensu.ca).
diff --git a/Master/texmf-dist/doc/generic/m-tx/lyrics.tex b/Master/texmf-dist/doc/generic/m-tx/lyrics.tex
new file mode 100644
index 00000000000..d9ee84a1ee5
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/m-tx/lyrics.tex
@@ -0,0 +1,14 @@
+% -------- file lyrics.tex ---------------------------------------
+\vskip 8 mm
+\halign{\hskip 35 mm # \hfill & \hskip 25 mm \it # \hfill \cr
+In vernalis temporis & In the time when \cr
+ortu laetabundo, & spring rises joyfully, \cr
+dum recessum frigoris & the end of frost \cr
+nuntiat hirundo, & is heralded by the swallow, \cr
+terrae, maris, nemoris & earth, sea and grove \cr
+decus adest deforis & is full of beauty \cr
+renovato mundo, & like a renewed world, \cr
+vigor redit corporis, & the body regains strength, \cr
+cedit dolor pectoris & the sorrow of the heart ends \cr
+tempore iucundo. & in this playful time \cr
+}
diff --git a/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex b/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex
new file mode 100644
index 00000000000..5015e7f58fe
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex
@@ -0,0 +1,18 @@
+\documentclass[11pt]{article}
+\input musixtex
+\usepackage{a4wide,mtxdoc,multicol,charter}
+\def\LBR{{\tt\char'173}}
+\def\Bslash{\tt\char'134}
+\def\Flat{{\musixfont\char'062}}
+\def\Sharp{{\musixfont\char'064}}
+\def\mtxSharp{\mbox{\raise1ex\hbox{\Sharp}}}
+\def\mtxFlat{\mbox{\raise1ex\hbox{\Flat}}}
+\begin{document}
+\setcounter{page}{1}
+\pagebreak
+\renewcommand{\thepage}{I-\arabic{page}}
+If you can't find what you need here, also try the Table of Contents.
+Other sources of help are listed in Appendix A.
+
+\input mtxdoc.ind
+\end{document}
diff --git a/Master/texmf-dist/doc/generic/m-tx/notes.tex b/Master/texmf-dist/doc/generic/m-tx/notes.tex
new file mode 100644
index 00000000000..02d08b1b4ff
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/m-tx/notes.tex
@@ -0,0 +1,6 @@
+% ------- file notes.tex ----------------------------------------
+\vskip 10 mm
+\noindent Lyrics by Morten B\o{}rup, 1446-1526, headmaster at the
+grammar school of Aarhus. The song was published \par
+with an anonymous melody in \it Piae Cantiones
+\rm by Theodoricus Petri, Greifswald 1582.