summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/man/man1/musixtex.1
blob: b06935311e69b6f32ea69bb81630a85ddf41d125 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
.\" This manpage is licensed under the GNU Public License
.TH MUSIXTEX 1 2014-07-16  "musixtex version 0.11" ""

.SH NAME
musixtex \- processes MusiXTeX files, deleting intermediate files

.SH SYNOPSIS
[ texlua ]
.B musixtex[.lua]
{
.IR option
|
.IR jobname 
[ .tex ] 
|
.IR jobname 
[ .aspc ] 
} ...
.TP 
If a jobname argument has a .tex extension, the default effect is to process the 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.
.P 
If a jobname argument has a .aspc extension, the file is first preprocessed using
.BR autosp (1) 
and the resulting .tex file is processed as above.
.P
If a jobname argument has neither .tex nor .aspc extension, file 
.IR jobname .aspc
will be processed as above if it exists; otherwise file
.IR jobname .tex 
will
be processed.

.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 -g
stops processing at the ps file
.TP 
.B -i
retain intermediate files
.TP
.B -1
one-pass [pdf][la]tex processing
.TP
.B -x
call 
.BR makeindex (1)
to update index database
.TP
.B -a
force 
.BR autosp (1)
preprocessing
.TP
.B -f
default processing 
.TP 0
Options affect processing of all succeeding MusiXTeX files unless changed by another option.
Option flags cannot be combined; e.g., use 
.B -l -x 
rather than 
.BR -lx .

.SH SEE ALSO
.BR autosp (1),
.BR etex (1),
.BR latex (1),
.BR pdfetex (1),
.BR pdflatex (1),
.BR makeindex (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>.