texlive[47553] Master/texmf-dist/doc/generic/m-tx: m-tx 0.63a
commits+karl at tug.org
commits+karl at tug.org
Tue May 1 20:04:00 CEST 2018
Revision: 47553
http://tug.org/svn/texlive?view=revision&revision=47553
Author: karl
Date: 2018-05-01 20:04:00 +0200 (Tue, 01 May 2018)
Log Message:
-----------
m-tx 0.63a (15apr18)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/generic/m-tx/README
Added Paths:
-----------
trunk/Master/texmf-dist/doc/generic/m-tx/lyrics.tex
trunk/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex
trunk/Master/texmf-dist/doc/generic/m-tx/notes.tex
Modified: trunk/Master/texmf-dist/doc/generic/m-tx/README
===================================================================
--- trunk/Master/texmf-dist/doc/generic/m-tx/README 2018-05-01 18:03:16 UTC (rev 47552)
+++ trunk/Master/texmf-dist/doc/generic/m-tx/README 2018-05-01 18:04:00 UTC (rev 47553)
@@ -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,34 +15,34 @@
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
@@ -49,4 +49,5 @@
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 at cs.queensu.ca).
+This CTAN distribution is maintained by Bob Tennent
+(rdt(at)cs.queensu.ca).
Added: trunk/Master/texmf-dist/doc/generic/m-tx/lyrics.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/m-tx/lyrics.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/generic/m-tx/lyrics.tex 2018-05-01 18:04:00 UTC (rev 47553)
@@ -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
+}
Property changes on: trunk/Master/texmf-dist/doc/generic/m-tx/lyrics.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex 2018-05-01 18:04:00 UTC (rev 47553)
@@ -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}
Property changes on: trunk/Master/texmf-dist/doc/generic/m-tx/mtxindex.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/doc/generic/m-tx/notes.tex
===================================================================
--- trunk/Master/texmf-dist/doc/generic/m-tx/notes.tex (rev 0)
+++ trunk/Master/texmf-dist/doc/generic/m-tx/notes.tex 2018-05-01 18:04:00 UTC (rev 47553)
@@ -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.
Property changes on: trunk/Master/texmf-dist/doc/generic/m-tx/notes.tex
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
More information about the tex-live-commits
mailing list