From 4b4f9ac4f758e3af0edea124617fe75a6967b828 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 19 Oct 2012 22:53:30 +0000 Subject: m-tx (12oct12) git-svn-id: svn://tug.org/texlive/trunk@28032 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/generic/m-tx/m-tx.1 | 106 -------------- Master/texmf-dist/doc/generic/m-tx/m-tx.1.pdf | Bin 4390 -> 0 bytes Master/texmf-dist/doc/generic/m-tx/m-tx.html | 181 ++++++++++++++++++++++++ Master/texmf-dist/doc/generic/m-tx/prepmx.1 | 95 ------------- Master/texmf-dist/doc/generic/m-tx/prepmx.1.pdf | Bin 5438 -> 0 bytes Master/texmf-dist/doc/generic/m-tx/prepmx.html | 166 ++++++++++++++++++++++ 6 files changed, 347 insertions(+), 201 deletions(-) delete mode 100644 Master/texmf-dist/doc/generic/m-tx/m-tx.1 delete mode 100644 Master/texmf-dist/doc/generic/m-tx/m-tx.1.pdf create mode 100644 Master/texmf-dist/doc/generic/m-tx/m-tx.html delete mode 100644 Master/texmf-dist/doc/generic/m-tx/prepmx.1 delete mode 100644 Master/texmf-dist/doc/generic/m-tx/prepmx.1.pdf create mode 100644 Master/texmf-dist/doc/generic/m-tx/prepmx.html (limited to 'Master/texmf-dist/doc/generic/m-tx') diff --git a/Master/texmf-dist/doc/generic/m-tx/m-tx.1 b/Master/texmf-dist/doc/generic/m-tx/m-tx.1 deleted file mode 100644 index c9552ab3937..00000000000 --- a/Master/texmf-dist/doc/generic/m-tx/m-tx.1 +++ /dev/null @@ -1,106 +0,0 @@ -.\" This manpage is licensed under the GNU Public License -.TH m-tx 1 2012-04-09 "m-tx script, version 0.3" "" - -.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 -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 dvips (1), -.BR ps2pdf (1). -.br -mtx260.pdf - -.SH AUTHOR -This manual page was written by Bob Tennent . diff --git a/Master/texmf-dist/doc/generic/m-tx/m-tx.1.pdf b/Master/texmf-dist/doc/generic/m-tx/m-tx.1.pdf deleted file mode 100644 index 1b0d722836a..00000000000 Binary files a/Master/texmf-dist/doc/generic/m-tx/m-tx.1.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/generic/m-tx/m-tx.html b/Master/texmf-dist/doc/generic/m-tx/m-tx.html new file mode 100644 index 00000000000..410bc82fd3d --- /dev/null +++ b/Master/texmf-dist/doc/generic/m-tx/m-tx.html @@ -0,0 +1,181 @@ +Content-type: text/html + +Manpage of m-tx + +

m-tx

+Section: (1)
Updated: 2012-04-09
Index +Return to Main Contents
+ +

+  +

NAME

+ +m-tx - This script processes mtx files then deletes intermediate files +

+  +

SYNOPSIS

+ +[ texlua ] +m-tx[.lua] + +{ +option + +| +jobname + +[ .mtx ] +} ... +
+
The default effect is to process each file using
+
prepmx(1) + +
+(pre-pre-processing pass) +
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 +
-m + +
+stops processing at the pmx file +
-i + +
+retain intermediate files +
-f + +
+default processing +
Options affect processing of all succeeding mtx files unless changed by another option.
+

+

+  +

SEE ALSO

+ +prepmx(1) + +pmxab(1) + +scor2prt(1) + +etex(1), + +latex(1), + +pdfetex(1), + +pdflatex(1), + +musixflx(1), + +dvipdfm(1), + +dvips(1), + +ps2pdf(1). + +
+ +mtx260.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: 09:23:16 GMT, September 14, 2012 + + diff --git a/Master/texmf-dist/doc/generic/m-tx/prepmx.1 b/Master/texmf-dist/doc/generic/m-tx/prepmx.1 deleted file mode 100644 index 299591e2e9d..00000000000 --- a/Master/texmf-dist/doc/generic/m-tx/prepmx.1 +++ /dev/null @@ -1,95 +0,0 @@ -.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 -.B prepmx -.RI [ options ] -.I jobname -.RI [ outdir/ ] -.RI [ stylefile ] -.SH DESCRIPTION -.B M-Tx -is an easy to use preprocessor language for the -.B PMX -music typesetting program, aimed at people who are not experts. For an -easy example, have a look at the following example: - - c2+ e4 g | b4d- c1 d c2 | - 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 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 `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 -trailing slash is mandatory. You can provide a -.I stylefile -for M-Tx. If omitted, the file `mtxstyle.txt' in the current -directory is used, if there is one. -.SH OPTIONS -Options can also be specified in a `Options:' line in the preamble, -which takes precedence over the command line. -.TP -.B \-b -never unbeam eighth notes and shorter -.TP -.B \-c -main music lines only \- ignore chords -.TP -.B \-D -enable debug mode -.TP -.B \-f -use tonic sol\-fa note names -.TP -.B \-i -ignore errors -.TP -.B \-m -music only \- ignore lyrics -.TP -.B \-n -indent first system and print default instrument names -.TP -.B \-t -ignore uptext lines -.TP -.B \-u -uptext synchronizes with notes only, not rests -.TP -.B \-v -verbose progress report -.TP -.B \-w -enable pedantic warnings -.TP -.BI \- n -select specified case of multiple score -.SH EXIT STATUS -If no error was found, -.B prepmx -exits with return code 0. In case of an error, the line number of the -processed line is returned. This may not always be the line containing -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 (mtx060.pdf) -.br -pmx(1), musixtex(1) -.SH AUTHORS -prepmx was written by Dirk Laurie . -This manual page was written by Roland Stigge for the Debian -project. It was revised and extended by Nis Martensen -, mostly by copying text from Dirk Laurie's M-Tx -User's Guide. diff --git a/Master/texmf-dist/doc/generic/m-tx/prepmx.1.pdf b/Master/texmf-dist/doc/generic/m-tx/prepmx.1.pdf deleted file mode 100644 index 16978d4df1e..00000000000 Binary files a/Master/texmf-dist/doc/generic/m-tx/prepmx.1.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/generic/m-tx/prepmx.html b/Master/texmf-dist/doc/generic/m-tx/prepmx.html new file mode 100644 index 00000000000..494710c31c1 --- /dev/null +++ b/Master/texmf-dist/doc/generic/m-tx/prepmx.html @@ -0,0 +1,166 @@ +Content-type: text/html + +Manpage of prepmx + +

prepmx

+Section: prepmx Manual Page (1)
Updated: 01 September 2005
Index +Return to Main Contents
+ +  +

NAME

+ +prepmx - preprocessor for PMX, easy music typesetting program +  +

SYNOPSIS

+ +prepmx + +[options] + +jobname + +[outdir/] + +[stylefile] + +  +

DESCRIPTION

+ +M-Tx + +is an easy to use preprocessor language for the +PMX + +music typesetting program, aimed at people who are not experts. For an +easy example, have a look at the following example: +

+
  c2+       e4    g   | b4d-  c1 d c2        | +
  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 prepmx, its +command line utility. +

+prepmx + +processes the file +jobname.mtx + +to generate +jobname.pmx. + +You can then process this file using the `pmx' command. +PMX + +is a preprocessor for MusiXTeX. +

+outdir/ + +is the directory where `pmx' will put the final .tex file. Note that the +trailing slash is mandatory. You can provide a +stylefile + +for M-Tx. If omitted, the file `mtxstyle.txt' in the current +directory is used, if there is one. +  +

OPTIONS

+ +Options can also be specified in a `Options:' line in the preamble, +which takes precedence over the command line. +
+
-b + +
+never unbeam eighth notes and shorter +
-c + +
+main music lines only - ignore chords +
-D + +
+enable debug mode +
-f + +
+use tonic sol-fa note names +
-i + +
+ignore errors +
-m + +
+music only - ignore lyrics +
-n + +
+indent first system and print default instrument names +
-t + +
+ignore uptext lines +
-u + +
+uptext synchronizes with notes only, not rests +
-v + +
+verbose progress report +
-w + +
+enable pedantic warnings +
-n + +
+select specified case of multiple score +
+  +

EXIT STATUS

+ +If no error was found, +prepmx + +exits with return code 0. In case of an error, the line number of the +processed line is returned. This may not always be the line containing +the actual error. A return status of 10000 means that the input file was +empty or could not be opened. +  +

SEE ALSO

+ +M-Tx + +User's Guide (mtx060.pdf) +
+ +pmx(1), musixtex(1) +  +

AUTHORS

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

+ +


+ 

Index

+
+
NAME
+
SYNOPSIS
+
DESCRIPTION
+
OPTIONS
+
EXIT STATUS
+
SEE ALSO
+
AUTHORS
+
+
+This document was created by +man2html, +using the manual pages.
+Time: 08:56:25 GMT, September 14, 2012 + + -- cgit v1.2.3