~ubuntu-branches/ubuntu/raring/texlive-extra/raring

« back to all changes in this revision

Viewing changes to texmf-dist/doc/generic/pmx/pmx.1

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-16 08:22:07 UTC
  • mfrom: (1.1.12) (3.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20120516082207-41ox35jj1qsu46a7
Tags: 2012.20120516-1
* new upstream snapshot based on TL2012 tlpretest
* switch to xz compression for orig and deb (Closes: #672428)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" This manpage is licensed under the GNU Public License
 
2
.TH pmx 1 2011-11-28  "pmx script, version 0.2" ""
 
3
 
 
4
.SH NAME
 
5
pmx \- This script processes pmx files and then deletes intermediate files
 
6
 
 
7
.SH SYNOPSIS
 
8
[ texlua ]
 
9
.B pmx[.lua]
 
10
{
 
11
.IR option
 
12
|
 
13
.IR jobname 
 
14
[ .pmx ] 
 
15
} ...
 
16
.TP 
 
17
The default effect is to process each file using 
 
18
.TP 12
 
19
.BR pmxab (1)
 
20
(pre-processing pass)
 
21
.TP 
 
22
.BR etex (1)
 
23
(first pass)
 
24
.TP
 
25
.BR musixflx (1)
 
26
(second pass)
 
27
.TP
 
28
.BR etex (1)
 
29
(third pass)
 
30
.TP
 
31
.BR dvips (1)
 
32
(dvi to Postscript)
 
33
.TP
 
34
.BR ps2pdf (1)
 
35
(Postscript to Portable Document Format)
 
36
.TP
 
37
followed by removal of intermediate files.
 
38
 
 
39
.SH OPTIONS
 
40
.TP 8
 
41
.B -v 
 
42
output program name and version number, and quit
 
43
.TP
 
44
.B -h
 
45
output usage summary and quit
 
46
.TP
 
47
.B -l 
 
48
changes the TeX processor to
 
49
.BR latex (1)
 
50
or
 
51
.BR pdflatex (1)
 
52
.TP
 
53
.B -p 
 
54
changes the TeX processor to 
 
55
.BR pdfetex (1) 
 
56
or
 
57
.BR pdflatex (1)
 
58
(and doesn't run 
 
59
.BR dvips (1)
 
60
and 
 
61
.BR ps2pdf (1)
 
62
or
 
63
.BR dvipdfm (1)
 
64
)
 
65
.TP
 
66
.B -d 
 
67
changes the dvi processor to
 
68
.BR dvipdfm (1)
 
69
.TP
 
70
.B -s 
 
71
stops processing at the dvi file
 
72
.TP
 
73
.B -t
 
74
stops processing at the tex (and midi) files
 
75
.TP 
 
76
.B -i
 
77
retain intermediate files
 
78
.TP
 
79
.B -f
 
80
default processing 
 
81
.TP 0
 
82
Options affect processing of all succeeding PMX files unless changed by another option.
 
83
 
 
84
.SH SEE ALSO
 
85
.BR pmxab (1)
 
86
.BR scor2prt (1)
 
87
.BR etex (1),
 
88
.BR latex (1),
 
89
.BR pdfetex (1),
 
90
.BR pdflatex (1),
 
91
.BR musixflx (1),
 
92
.BR dvipdfm (1),
 
93
.BR dvips (1),
 
94
.BR ps2pdf (1).
 
95
.br
 
96
pmx260.pdf
 
97
.br
 
98
pmxccn.pdf
 
99
 
 
100
.SH AUTHOR 
 
101
This manual page was written by Bob Tennent <rdt@cs.queensu.ca>.