summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-04-24 17:19:43 +0000
committerKarl Berry <karl@freefriends.org>2011-04-24 17:19:43 +0000
commitfa2b85588b5e0a17d13197bd45f54d80d302617b (patch)
tree985d2e1874a2e2a8c71abf0789c9499befc9fb61 /Master/texmf
parent62a3e65e9d0e9af3a1e4a7f9c71b68f12c638aae (diff)
use musixtex lua scripts in bindirs
git-svn-id: svn://tug.org/texlive/trunk@22187 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rw-r--r--Master/texmf/doc/man/man1/musixflx.118
-rw-r--r--Master/texmf/doc/man/man1/musixflx.man1.pdfbin4128 -> 4150 bytes
-rw-r--r--Master/texmf/doc/man/man1/musixtex.144
-rw-r--r--Master/texmf/doc/man/man1/musixtex.man1.pdfbin0 -> 3903 bytes
4 files changed, 54 insertions, 8 deletions
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
--- a/Master/texmf/doc/man/man1/musixflx.man1.pdf
+++ b/Master/texmf/doc/man/man1/musixflx.man1.pdf
Binary files 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 <rdt@cs.queensu.ca>.
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
--- /dev/null
+++ b/Master/texmf/doc/man/man1/musixtex.man1.pdf
Binary files differ