diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-13 23:29:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-13 23:29:48 +0000 |
commit | 11b3c97585e0452103301352db8c4a79a317b11d (patch) | |
tree | 87371fa2183d1d06a502a500822c6f642b804746 /Master/texmf | |
parent | 5e5a3249f60d40777380ce9a574ba915d1c0a25e (diff) |
ctan:support/m-tx/m-tx.texmf.zip
git-svn-id: svn://tug.org/texlive/trunk@26336 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r-- | Master/texmf/doc/man/man1/m-tx.man1.pdf | bin | 0 -> 4434 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/pmx.1 | 101 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/pmx.man1.pdf | bin | 0 -> 4393 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/pmxab.1 | 24 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/pmxab.man1.pdf | bin | 0 -> 4104 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/prepmx.man1.pdf | bin | 0 -> 6269 bytes | |||
-rw-r--r-- | Master/texmf/doc/man/man1/scor2prt.1 | 18 | ||||
-rw-r--r-- | Master/texmf/doc/man/man1/scor2prt.man1.pdf | bin | 0 -> 3742 bytes |
8 files changed, 143 insertions, 0 deletions
diff --git a/Master/texmf/doc/man/man1/m-tx.man1.pdf b/Master/texmf/doc/man/man1/m-tx.man1.pdf Binary files differnew file mode 100644 index 00000000000..f8c835e9917 --- /dev/null +++ b/Master/texmf/doc/man/man1/m-tx.man1.pdf diff --git a/Master/texmf/doc/man/man1/pmx.1 b/Master/texmf/doc/man/man1/pmx.1 new file mode 100644 index 00000000000..5d699c826b3 --- /dev/null +++ b/Master/texmf/doc/man/man1/pmx.1 @@ -0,0 +1,101 @@ +.\" This manpage is licensed under the GNU Public License +.TH pmx 1 2011-11-28 "pmx script, version 0.2" "" + +.SH NAME +pmx \- This script processes pmx files and then deletes intermediate files + +.SH SYNOPSIS +[ texlua ] +.B pmx[.lua] +{ +.IR option +| +.IR jobname +[ .pmx ] +} ... +.TP +The default effect is to process each file using +.TP 12 +.BR pmxab (1) +(pre-processing pass) +.TP +.BR etex (1) +(first pass) +.TP +.BR musixflx (1) +(second pass) +.TP +.BR etex (1) +(third pass) +.TP +.BR dvips (1) +(dvi to Postscript) +.TP +.BR ps2pdf (1) +(Postscript to Portable Document Format) +.TP +followed by removal of intermediate files. + +.SH OPTIONS +.TP 8 +.B -v +output program name and version number, and quit +.TP +.B -h +output usage summary and quit +.TP +.B -l +changes the TeX processor to +.BR latex (1) +or +.BR pdflatex (1) +.TP +.B -p +changes the TeX processor to +.BR pdfetex (1) +or +.BR pdflatex (1) +(and doesn't run +.BR dvips (1) +and +.BR ps2pdf (1) +or +.BR dvipdfm (1) +) +.TP +.B -d +changes the dvi processor to +.BR dvipdfm (1) +.TP +.B -s +stops processing at the dvi file +.TP +.B -t +stops processing at the tex (and midi) files +.TP +.B -i +retain intermediate files +.TP +.B -f +default processing +.TP 0 +Options affect processing of all succeeding PMX files unless changed by another option. + +.SH SEE ALSO +.BR pmxab (1) +.BR scor2prt (1) +.BR etex (1), +.BR latex (1), +.BR pdfetex (1), +.BR pdflatex (1), +.BR musixflx (1), +.BR dvipdfm (1), +.BR dvips (1), +.BR ps2pdf (1). +.br +pmx260.pdf +.br +pmxccn.pdf + +.SH AUTHOR +This manual page was written by Bob Tennent <rdt@cs.queensu.ca>. diff --git a/Master/texmf/doc/man/man1/pmx.man1.pdf b/Master/texmf/doc/man/man1/pmx.man1.pdf Binary files differnew file mode 100644 index 00000000000..da954145382 --- /dev/null +++ b/Master/texmf/doc/man/man1/pmx.man1.pdf diff --git a/Master/texmf/doc/man/man1/pmxab.1 b/Master/texmf/doc/man/man1/pmxab.1 new file mode 100644 index 00000000000..eddb52d8bd3 --- /dev/null +++ b/Master/texmf/doc/man/man1/pmxab.1 @@ -0,0 +1,24 @@ +.TH pmxab 1 "12 July 2011" "Version 2.6.03" "PMX Manual Page" +.SH NAME +pmxab \- a MusiXTeX preprocessor +.SH SYNOPSIS +.B pmxab +.RI basename [.pmx] + +.SH DESCRIPTION +pmxab is a preprocessor for MusiXTeX. +It's usually invoked by its frontend pmx(1). +To use it to its full benefit you should have installed MusiXTeX Version 1.15 +or higher, and TeX itself. +The goal of PMX is to faciliate the efficient typesetting of scores and parts +that have an almost professional appearance. To learn more about typesetting +with PMX, please read the PMX Manual. + +When invoked directly, pmxab produces tex output utilizing the MusiXTeX +macro set. +.SH SEE ALSO +pmx(1), scor2prt(1), musixtex(1) +.SH AUTHORS +PMX was written by Don Simons <dsimons@roadrunner.com>. +This manual page was written by Roland Stigge <stigge@antcom.de> for the Debian +project and revised by Bob Tennent <rdt@cs.queensu.ca>. diff --git a/Master/texmf/doc/man/man1/pmxab.man1.pdf b/Master/texmf/doc/man/man1/pmxab.man1.pdf Binary files differnew file mode 100644 index 00000000000..3995bb88840 --- /dev/null +++ b/Master/texmf/doc/man/man1/pmxab.man1.pdf diff --git a/Master/texmf/doc/man/man1/prepmx.man1.pdf b/Master/texmf/doc/man/man1/prepmx.man1.pdf Binary files differnew file mode 100644 index 00000000000..7a821d93ab0 --- /dev/null +++ b/Master/texmf/doc/man/man1/prepmx.man1.pdf diff --git a/Master/texmf/doc/man/man1/scor2prt.1 b/Master/texmf/doc/man/man1/scor2prt.1 new file mode 100644 index 00000000000..4e38a161cb0 --- /dev/null +++ b/Master/texmf/doc/man/man1/scor2prt.1 @@ -0,0 +1,18 @@ +.TH scor2prt 1 "5 March 2012" "Version 2.6.17" "scor2prt Manual Page" +.SH NAME +scor2prt \- source-parts separation program for pmx, a MusiXTeX preprocessor +.SH SYNOPSIS +.B scor2prt +.RI basename [.pmx] +.SH DESCRIPTION +scor2prt is part of pmx(1), a preprocessor for MusiXTeX. It can automatically +create parts from a score by generating a set of .pmx files, one for each part, +from a single .pmx file for the score. The appearance of the parts can be +controlled by special commands in the main file. Read the PMX Manual for more +information about that. +.SH SEE ALSO +pmx(1), pmxab(1), musixtex(1), PMX Manual +.SH AUTHORS +PMX was written by Don Simons <dsimons@roadrunner.com>. +This manual page was written by Roland Stigge <stigge@antcom.de> for the Debian +project and revised by Bob Tennent <rdt@cs.queensu.ca>. diff --git a/Master/texmf/doc/man/man1/scor2prt.man1.pdf b/Master/texmf/doc/man/man1/scor2prt.man1.pdf Binary files differnew file mode 100644 index 00000000000..6de33174723 --- /dev/null +++ b/Master/texmf/doc/man/man1/scor2prt.man1.pdf |