~ubuntu-branches/ubuntu/utopic/texlive-bin/utopic

« back to all changes in this revision

Viewing changes to utils/mtx/m-tx.1

  • Committer: Package Import Robot
  • Author(s): Norbert Preining
  • Date: 2012-05-07 10:47:49 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20120507104749-p00ot5sajjbkp1hp
Tags: 2011.20120507-1
* new upstream checkout: uptex 1.10
* drop patches for config file inclusion in (x)dvipdfmx, included upstream
* add man page for etex
* include pmpost patches and build it
* adapt/unfuzzify patches for current sources
* disable mtx building, we have prepmx package in Debian

Show diffs side-by-side

added added

removed removed

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