diff options
author | Karl Berry <karl@freefriends.org> | 2011-08-01 23:05:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-08-01 23:05:11 +0000 |
commit | 532a341bc2d6e19013992368ba44c0e1ec6fe100 (patch) | |
tree | 98df1233cb59264b73a2918f6a852a80d28af221 /Master/texmf-dist/doc | |
parent | 08cfcfc786b9886a03b8ebbf790716d724d41014 (diff) |
musixtex 1.15 (18jul11)
git-svn-id: svn://tug.org/texlive/trunk@23303 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.1 | 43 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf | bin | 0 -> 4339 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.1 | 88 | ||||
-rw-r--r-- | Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf | bin | 0 -> 4276 bytes |
4 files changed, 131 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.1 b/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.1 new file mode 100644 index 00000000000..a3c214535e2 --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.1 @@ -0,0 +1,43 @@ +.\" This manpage is licensed under the GNU Public License +.TH MUSIXFLX 1 2011-04-21 "musixflx-0.83.3lua7" "" + +.SH NAME +musixflx \- process mx1 files (the second pass of 3-pass MusiXTeX typesetting) + +.SH SYNOPSIS +[ texlua ] +.B musixflx[.lua] +.I jobname +[ .mx1 | .tex ] +[ +.I debugmode +] + +where +.I debugmode +can be +.br + d output debugging information to the screen +.br + m output line numbers to the screen +.br + f output debugging information to jobname.mxl (not mx1) +.br + s output computed lines to the screen + +To allow for ease of use with a batch file, \fB musixflx.lua\fR +can be fed with either \fI jobname.mx1\fP, \fI jobname.tex\fP, +or just \fI jobname\fP, any of which open \fI jobname.mx1\fP +and create \fI jobname.mx2\fP. + +.SH SEE ALSO +.BR musixtex (1) +.br +musixdoc.pdf + +.SH AUTHOR +This manual page was written by Andreas Tille +<tille@debian.org> for the Debian GNU/Linux system (but may be used +by others). Corrections to the synopsis were pointed out by Peter +Breitenlohner <peb@mppmu.mpg.de> and implemented by Bob Tennent +<rdt@cs.queensu.ca>. diff --git a/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf b/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf Binary files differnew file mode 100644 index 00000000000..1052dbf8342 --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/scripts/musixflx.pdf diff --git a/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.1 b/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.1 new file mode 100644 index 00000000000..c8460885b4a --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.1 @@ -0,0 +1,88 @@ +.\" This manpage is licensed under the GNU Public License +.TH MUSIXTEX 1 2011-05-21 "musixtex version 0.4" "" + +.SH NAME +musixtex \- processes MusiXTeX files, deleting intermediate files + +.SH SYNOPSIS +[ texlua ] +.B musixtex[.lua] +{ +.IR option +| +.IR jobname +[ .tex ] +} ... +.TP +The default effect is to process each file using +.TP 12 +.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 -f +default processing +.TP 0 +Options affect processing of all succeeding MusiXTeX files unless changed by another option. + +.SH SEE ALSO +.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 +musixdoc.pdf + +.SH AUTHOR +This manual page was written by Bob Tennent <rdt@cs.queensu.ca>. diff --git a/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf b/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf Binary files differnew file mode 100644 index 00000000000..e3f9c8128d5 --- /dev/null +++ b/Master/texmf-dist/doc/generic/musixtex/scripts/musixtex.pdf |