diff options
Diffstat (limited to 'Master/texmf-dist/doc/man')
-rw-r--r-- | Master/texmf-dist/doc/man/man1/m-tx.1 | 113 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/m-tx.man1.pdf | bin | 0 -> 5138 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/prepmx.1 | 55 | ||||
-rw-r--r-- | Master/texmf-dist/doc/man/man1/prepmx.man1.pdf | bin | 21601 -> 6271 bytes |
4 files changed, 138 insertions, 30 deletions
diff --git a/Master/texmf-dist/doc/man/man1/m-tx.1 b/Master/texmf-dist/doc/man/man1/m-tx.1 new file mode 100644 index 00000000000..66fae3c6d17 --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/m-tx.1 @@ -0,0 +1,113 @@ +.\" This manpage is licensed under the GNU Public License +.TH m-tx 1 2013-12-11 "m-tx script, version 0.4" "" + +.SH NAME +m-tx \- This script processes mtx files then deletes intermediate files + +.SH SYNOPSIS +[ texlua ] +.B m-tx[.lua] +{ +.IR option +| +.IR jobname +[ .mtx ] +} ... +.TP +The default effect is to process each file using +.TP 12 +.BR prepmx (1) +(pre-pre-processing pass) +.TP +.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 -c +use pmxchords before pmx +.TP +.B -F fmt +uses fmt as the TeX processor +.TP +.B -s +stops processing at the dvi file +.TP +.B -t +stops processing at the tex (and midi) files +.TP +.B -m +stops processing at the pmx file +.TP +.B -i +retain intermediate files +.TP +.B -f +default processing +.TP 0 +Options affect processing of all succeeding mtx files unless changed by another option. + +.SH SEE ALSO +.BR prepmx (1) +.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 pmxchords (1), +.BR dvips (1), +.BR ps2pdf (1). +.br +mtx260.pdf + +.SH AUTHOR +This manual page was written by Bob Tennent <rdt@cs.queensu.ca>. diff --git a/Master/texmf-dist/doc/man/man1/m-tx.man1.pdf b/Master/texmf-dist/doc/man/man1/m-tx.man1.pdf Binary files differnew file mode 100644 index 00000000000..01c7102e57f --- /dev/null +++ b/Master/texmf-dist/doc/man/man1/m-tx.man1.pdf diff --git a/Master/texmf-dist/doc/man/man1/prepmx.1 b/Master/texmf-dist/doc/man/man1/prepmx.1 index 226457c532e..299591e2e9d 100644 --- a/Master/texmf-dist/doc/man/man1/prepmx.1 +++ b/Master/texmf-dist/doc/man/man1/prepmx.1 @@ -1,4 +1,4 @@ -.TH prepmx 1 "15 December 2015" "M-Tx Version 0.61" "prepmx Manual Page" +.TH prepmx 1 "01 September 2005" "M-Tx Version 0.60" "prepmx Manual Page" .SH NAME prepmx \- preprocessor for PMX, easy music typesetting program .SH SYNOPSIS @@ -18,18 +18,17 @@ easy example, have a look at the following example: c8 g+ e g c- g+ e g | d g f g c- g+ e g | For syntax reference, please look at the M-Tx manual written by Dirk -Laurie, the creator of the M-Tx language and the author of -.BR prepmx (1), -its command-line utility. +Laurie, the creator of the M-Tx language and the author of prepmx, its +command line utility. .B prepmx processes the file .IR jobname .mtx to generate .IR jobname .pmx. -You can then process this file using the -.BR pmxab (1) -command, which is a preprocessor for MusiXTeX. +You can then process this file using the `pmx' command. +.B PMX +is a preprocessor for MusiXTeX. .I outdir/ is the directory where `pmx' will put the final .tex file. Note that the @@ -42,44 +41,40 @@ Options can also be specified in a `Options:' line in the preamble, which takes precedence over the command line. .TP .B \-b -disable unbeamVocal +never unbeam eighth notes and shorter .TP .B \-c -disable doChords +main music lines only \- ignore chords .TP .B \-D -enable debugMode +enable debug mode .TP .B \-f -enable solfaNoteNames +use tonic sol\-fa note names .TP .B \-i -enable ignoreErrors +ignore errors .TP .B \-m -disable doLyrics +music only \- ignore lyrics .TP .B \-n -enable instrumentNames +indent first system and print default instrument names .TP .B \-t -disable doUptext +ignore uptext lines .TP .B \-u -disable uptextOnRests +uptext synchronizes with notes only, not rests .TP .B \-v -enable beVerbose +verbose progress report .TP .B \-w -enable pedanticWarnings +enable pedantic warnings .TP .BI \- n -select Special Case -.I n -.TP -.B \-H -print enabled status of all options +select specified case of multiple score .SH EXIT STATUS If no error was found, .B prepmx @@ -89,12 +84,12 @@ the actual error. A return status of 10000 means that the input file was empty or could not be opened. .SH SEE ALSO .B M-Tx -User's Guide (mtxdoc.pdf) +User's Guide (mtx060.pdf) .br -pmxab(1), musixtex(1) +pmx(1), musixtex(1) .SH AUTHORS -prepmx was written by Dirk Laurie <dirk.laurie@gmail.com>. This -manual page was written by Roland Stigge <stigge@antcom.de> -for the Debian project. It was revised and extended by -Nis Martensen <nis.martensen@web.de> and Bob Tennent -<rdt@cs.queensu.ca>. +prepmx was written by Dirk Laurie <dpl@sun.ac.za>. +This manual page was written by Roland Stigge <stigge@antcom.de> for the Debian +project. It was revised and extended by Nis Martensen +<nis.martensen@web.de>, mostly by copying text from Dirk Laurie's M-Tx +User's Guide. diff --git a/Master/texmf-dist/doc/man/man1/prepmx.man1.pdf b/Master/texmf-dist/doc/man/man1/prepmx.man1.pdf Binary files differindex e3d478a3b63..910b332a802 100644 --- a/Master/texmf-dist/doc/man/man1/prepmx.man1.pdf +++ b/Master/texmf-dist/doc/man/man1/prepmx.man1.pdf |