From 6798abfc65601a62a920b9771c803c8ee2f2a8af Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 12 Dec 2013 22:56:27 +0000 Subject: pmx (12dec13) git-svn-id: svn://tug.org/texlive/trunk@32395 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/pmx/README | 2 +- Master/texmf-dist/doc/generic/pmx/pmx2pdf.html | 181 ++++++++++++++++++++++++ Master/texmf-dist/doc/generic/pmx/pmxab.html | 61 ++++++++ Master/texmf-dist/doc/generic/pmx/scor2prt.html | 55 +++++++ Master/texmf-dist/doc/man/man1/pmx2pdf.1 | 11 +- Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf | Bin 4388 -> 4452 bytes 6 files changed, 307 insertions(+), 3 deletions(-) create mode 100644 Master/texmf-dist/doc/generic/pmx/pmx2pdf.html create mode 100644 Master/texmf-dist/doc/generic/pmx/pmxab.html create mode 100644 Master/texmf-dist/doc/generic/pmx/scor2prt.html (limited to 'Master/texmf-dist/doc') diff --git a/Master/texmf-dist/doc/generic/pmx/README b/Master/texmf-dist/doc/generic/pmx/README index d41d2bc0c3d..8c6a40b2b32 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.0 (2013-05-16). PMX provides a preprocessor for MusiXTeX. +This is PMX, version 2.7.0 (2013-12-12). 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/doc/generic/pmx/pmx2pdf.html b/Master/texmf-dist/doc/generic/pmx/pmx2pdf.html new file mode 100644 index 00000000000..2f4f2c6c2b9 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pmx/pmx2pdf.html @@ -0,0 +1,181 @@ +Content-type: text/html + +Manpage of pmx2pdf + +

pmx2pdf

+Section: (1)
Updated: 2013-12-11
Index +Return to Main Contents
+ +

+  +

NAME

+ +pmx2pdf - This script processes pmx files and then deletes intermediate files +

+  +

SYNOPSIS

+ +[ texlua ] +pmx2pdf + +{ +option + +| +jobname + +[ .pmx ] +} ... +
+
The default effect is to process each file using
+
pmxab(1) + +
+(pre-processing pass) +
etex(1) + +
+(first pass) +
musixflx(1) + +
+(second pass) +
etex(1) + +
+(third pass) +
dvips(1) + +
+(dvi to Postscript) +
ps2pdf(1) + +
+(Postscript to Portable Document Format) +
followed by removal of intermediate files.
+

+

+  +

OPTIONS

+ +
+
-v + +
+output program name and version number, and quit +
-h + +
+output usage summary and quit +
-l + +
+changes the TeX processor to +latex(1) + +or +pdflatex(1) + +
-p + +
+changes the TeX processor to +pdfetex(1) + +or +pdflatex(1) + +(and doesn't run +dvips(1) + +and +ps2pdf(1) + +or +dvipdfm(1) + +) +
-d + +
+changes the dvi processor to +dvipdfm(1) + +
-s + +
+stops processing at the dvi file +
-t + +
+stops processing at the tex (and midi) files +
-i + +
+retain intermediate files +
-c + +
+preprocess using pmxchords +
-F fmt + +
+use fmt as the TeX processor +
-f + +
+default processing +
Options affect processing of all succeeding PMX files unless changed by another option.
+

+

+  +

SEE ALSO

+ +pmxab(1) + +scor2prt(1) + +etex(1), + +latex(1), + +pdfetex(1), + +pdflatex(1), + +musixflx(1), + +dvipdfm(1), + +dvips(1), + +ps2pdf(1), + +pmxchords(1). + +
+ +pmx270.pdf +

+  +

AUTHOR

+ +This manual page was written by Bob Tennent <rdt@cs.queensu.ca>. +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
OPTIONS
+
SEE ALSO
+
AUTHOR
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 22:18:07 GMT, December 11, 2013 + + diff --git a/Master/texmf-dist/doc/generic/pmx/pmxab.html b/Master/texmf-dist/doc/generic/pmx/pmxab.html new file mode 100644 index 00000000000..aeff22bf217 --- /dev/null +++ b/Master/texmf-dist/doc/generic/pmx/pmxab.html @@ -0,0 +1,61 @@ +Content-type: text/html + +Manpage of pmxab + +

pmxab

+Section: PMX Manual Page (1)
Updated: 19 Jan 2013
Index +Return to Main Contents
+ +  +

NAME

+ +pmxab - a MusiXTeX preprocessor +  +

SYNOPSIS

+ +pmxab + +basename[.pmx] + +

+  +

DESCRIPTION

+ +pmxab is a preprocessor for MusiXTeX. +It's usually invoked by a frontend pmx2pdf(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. +  +

SEE ALSO

+ +pmx2pdf(1), scor2prt(1), musixtex(1) +  +

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>. +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
DESCRIPTION
+
SEE ALSO
+
AUTHORS
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 21:36:16 GMT, December 11, 2013 + + diff --git a/Master/texmf-dist/doc/generic/pmx/scor2prt.html b/Master/texmf-dist/doc/generic/pmx/scor2prt.html new file mode 100644 index 00000000000..0afa91decbf --- /dev/null +++ b/Master/texmf-dist/doc/generic/pmx/scor2prt.html @@ -0,0 +1,55 @@ +Content-type: text/html + +Manpage of scor2prt + +

scor2prt

+Section: scor2prt Manual Page (1)
Updated: 5 March 2012
Index +Return to Main Contents
+ +  +

NAME

+ +scor2prt - source-parts separation program for pmx, a MusiXTeX preprocessor +  +

SYNOPSIS

+ +scor2prt + +basename[.pmx] + +  +

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. +  +

SEE ALSO

+ +pmx(1), pmxab(1), musixtex(1), PMX Manual +  +

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>. +

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
DESCRIPTION
+
SEE ALSO
+
AUTHORS
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 21:36:40 GMT, December 11, 2013 + + diff --git a/Master/texmf-dist/doc/man/man1/pmx2pdf.1 b/Master/texmf-dist/doc/man/man1/pmx2pdf.1 index 6b9f17fa491..6ec7f033ec1 100644 --- a/Master/texmf-dist/doc/man/man1/pmx2pdf.1 +++ b/Master/texmf-dist/doc/man/man1/pmx2pdf.1 @@ -1,5 +1,5 @@ .\" This manpage is licensed under the GNU Public License -.TH pmx2pdf 1 2012-05-15 "pmx2pdf script, version 0.2.1" "" +.TH pmx2pdf 1 2013-12-11 "pmx2pdf script, version 0.3.1" "" .SH NAME pmx2pdf \- This script processes pmx files and then deletes intermediate files @@ -76,6 +76,12 @@ stops processing at the tex (and midi) files .B -i retain intermediate files .TP +.B -c +preprocess using pmxchords +.TP +.B -F fmt +use fmt as the TeX processor +.TP .B -f default processing .TP 0 @@ -91,7 +97,8 @@ Options affect processing of all succeeding PMX files unless changed by another .BR musixflx (1), .BR dvipdfm (1), .BR dvips (1), -.BR ps2pdf (1). +.BR ps2pdf (1), +.BR pmxchords (1). .br pmx270.pdf diff --git a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf b/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf index 53be38cb849..7f099c29a28 100644 Binary files a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf and b/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf differ -- cgit v1.2.3