summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/musixtex/doc/musixtex.1
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/musixtex/doc/musixtex.1')
-rw-r--r--Master/texmf-dist/scripts/musixtex/doc/musixtex.144
1 files changed, 44 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/musixtex/doc/musixtex.1 b/Master/texmf-dist/scripts/musixtex/doc/musixtex.1
new file mode 100644
index 00000000000..e7902ab7594
--- /dev/null
+++ b/Master/texmf-dist/scripts/musixtex/doc/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>.