From 59aa260e9d95e9aa3ad62a8c0c8d14832ea282db Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 7 Apr 2016 17:20:40 +0000 Subject: pmx 2.74, pmx2pdf binary gone (20feb16) git-svn-id: svn://tug.org/texlive/trunk@40308 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/man/man1/pmx2pdf.1 | 106 ----------------------- Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf | Bin 4452 -> 0 bytes Master/texmf-dist/doc/man/man1/pmxab.1 | 8 +- Master/texmf-dist/doc/man/man1/pmxab.man1.pdf | Bin 4118 -> 15462 bytes Master/texmf-dist/doc/man/man1/scor2prt.1 | 2 +- Master/texmf-dist/doc/man/man1/scor2prt.man1.pdf | Bin 3746 -> 14692 bytes 6 files changed, 5 insertions(+), 111 deletions(-) delete mode 100644 Master/texmf-dist/doc/man/man1/pmx2pdf.1 delete mode 100644 Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf (limited to 'Master/texmf-dist/doc/man') diff --git a/Master/texmf-dist/doc/man/man1/pmx2pdf.1 b/Master/texmf-dist/doc/man/man1/pmx2pdf.1 deleted file mode 100644 index 6ec7f033ec1..00000000000 --- a/Master/texmf-dist/doc/man/man1/pmx2pdf.1 +++ /dev/null @@ -1,106 +0,0 @@ -.\" This manpage is licensed under the GNU Public License -.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 - -.SH SYNOPSIS -[ texlua ] -.B pmx2pdf -{ -.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 -c -preprocess using pmxchords -.TP -.B -F fmt -use fmt as the TeX processor -.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 pmxchords (1). -.br -pmx270.pdf - -.SH AUTHOR -This manual page was written by Bob Tennent . diff --git a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf b/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf deleted file mode 100644 index 4fc23287ff5..00000000000 Binary files a/Master/texmf-dist/doc/man/man1/pmx2pdf.man1.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/man/man1/pmxab.1 b/Master/texmf-dist/doc/man/man1/pmxab.1 index 806efcce76c..381324e5641 100644 --- a/Master/texmf-dist/doc/man/man1/pmxab.1 +++ b/Master/texmf-dist/doc/man/man1/pmxab.1 @@ -1,4 +1,4 @@ -.TH pmxab 1 "19 Jan 2013" "Version 2.6.19" "PMX Manual Page" +.TH pmxab 1 "2 Feb 2016" "Version 2.7.3" "PMX Manual Page" .SH NAME pmxab \- a MusiXTeX preprocessor .SH SYNOPSIS @@ -7,8 +7,8 @@ pmxab \- a MusiXTeX preprocessor .SH 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 +It's usually invoked by a frontend musixtex(1). +To use it to its full benefit you should have installed MusiXTeX Version 1.21 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 @@ -17,7 +17,7 @@ with PMX, please read the PMX Manual. When invoked directly, pmxab produces tex output utilizing the MusiXTeX macro set. .SH SEE ALSO -pmx2pdf(1), scor2prt(1), musixtex(1) +scor2prt(1), musixtex(1) .SH AUTHORS PMX was written by Don Simons . This manual page was written by Roland Stigge for the Debian diff --git a/Master/texmf-dist/doc/man/man1/pmxab.man1.pdf b/Master/texmf-dist/doc/man/man1/pmxab.man1.pdf index ca8cefd24f0..7744acf6065 100644 Binary files a/Master/texmf-dist/doc/man/man1/pmxab.man1.pdf and b/Master/texmf-dist/doc/man/man1/pmxab.man1.pdf differ diff --git a/Master/texmf-dist/doc/man/man1/scor2prt.1 b/Master/texmf-dist/doc/man/man1/scor2prt.1 index 4e38a161cb0..23abdf4c197 100644 --- a/Master/texmf-dist/doc/man/man1/scor2prt.1 +++ b/Master/texmf-dist/doc/man/man1/scor2prt.1 @@ -1,4 +1,4 @@ -.TH scor2prt 1 "5 March 2012" "Version 2.6.17" "scor2prt Manual Page" +.TH scor2prt 1 "2 Feb 2016" "Version 2.7.3" "scor2prt Manual Page" .SH NAME scor2prt \- source-parts separation program for pmx, a MusiXTeX preprocessor .SH SYNOPSIS diff --git a/Master/texmf-dist/doc/man/man1/scor2prt.man1.pdf b/Master/texmf-dist/doc/man/man1/scor2prt.man1.pdf index effdedcee16..d58a2df2fdd 100644 Binary files a/Master/texmf-dist/doc/man/man1/scor2prt.man1.pdf and b/Master/texmf-dist/doc/man/man1/scor2prt.man1.pdf differ -- cgit v1.2.3