From fa2b85588b5e0a17d13197bd45f54d80d302617b Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 24 Apr 2011 17:19:43 +0000 Subject: use musixtex lua scripts in bindirs git-svn-id: svn://tug.org/texlive/trunk@22187 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/doc/man/man1/musixflx.1 | 18 +++++++----- Master/texmf/doc/man/man1/musixflx.man1.pdf | Bin 4128 -> 4150 bytes Master/texmf/doc/man/man1/musixtex.1 | 44 ++++++++++++++++++++++++++++ Master/texmf/doc/man/man1/musixtex.man1.pdf | Bin 0 -> 3903 bytes 4 files changed, 54 insertions(+), 8 deletions(-) create mode 100644 Master/texmf/doc/man/man1/musixtex.1 create mode 100644 Master/texmf/doc/man/man1/musixtex.man1.pdf (limited to 'Master/texmf') diff --git a/Master/texmf/doc/man/man1/musixflx.1 b/Master/texmf/doc/man/man1/musixflx.1 index b94345f73c9..33548ef4b88 100644 --- a/Master/texmf/doc/man/man1/musixflx.1 +++ b/Master/texmf/doc/man/man1/musixflx.1 @@ -1,11 +1,12 @@ .\" This manpage is licensed under the GNU Public License -.TH MUSIXFLX 1 2010-10-19 "musixflx-0.83.2" "" +.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 -.B musixflx +.RI [ texlua ] +.B musixflx.lua .IR jobname [ .mx1 " | " .tex ] [ .I debugmode @@ -15,17 +16,18 @@ where .I debugmode can be .br - d for debug information to the screen + d output debugging information to the screen .br - m for line numbers to the screen + m output line numbers to the screen .br - f for debug information to a log file jobname.mxl (not .mx1) + f output debugging information to jobname.mxl (not mx1) .br - s to get the computed lines immediately on the screen + s output computed lines to the screen -To allow for ease of use with a batch file, \fB musixflx\fR +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. +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) diff --git a/Master/texmf/doc/man/man1/musixflx.man1.pdf b/Master/texmf/doc/man/man1/musixflx.man1.pdf index 2159e068c9a..afa37b993b3 100644 Binary files a/Master/texmf/doc/man/man1/musixflx.man1.pdf and b/Master/texmf/doc/man/man1/musixflx.man1.pdf differ diff --git a/Master/texmf/doc/man/man1/musixtex.1 b/Master/texmf/doc/man/man1/musixtex.1 new file mode 100644 index 00000000000..e7902ab7594 --- /dev/null +++ b/Master/texmf/doc/man/man1/musixtex.1 @@ -0,0 +1,44 @@ +.\" This manpage is licensed under the GNU Public License +.TH MUSIXTEX 1 2011-04-21 "musixtex version 0.2" "" + +.SH NAME +musixtex \- processes a MusiXTeX file using [pdf]etex -> musixflx -> [pdf]etex [ -> dvips -> ps2pdf ] and +then deletes intermediate files + +.SH SYNOPSIS +[ +.IR texlua +] +.BR musixtex.lua +[ +.IR options +] +.IR jobname +[ .tex ] + +.SH OPTIONS +.TP 8 +.BR -v +output program name and version number, and quit +.TP +.BR -h +output usage summary and quit +.TP +.BR -p +changes the TeX processor from +.BR etex (1) +to +.BR pdfetex (1) +(and doesn't run dvips and ps2pdf) + +.SH SEE ALSO +.BR etex (1), +.BR pdfetex (1), +.BR musixflx (1), +.BR dvips (1), +.BR ps2pdf (1). +.br +musixdoc.pdf + +.SH AUTHOR +This manual page was written by Bob Tennent . diff --git a/Master/texmf/doc/man/man1/musixtex.man1.pdf b/Master/texmf/doc/man/man1/musixtex.man1.pdf new file mode 100644 index 00000000000..57cdaf926c3 Binary files /dev/null and b/Master/texmf/doc/man/man1/musixtex.man1.pdf differ -- cgit v1.2.3