70
|
1 .TH M2PS 1 "1994 Dec 15"
|
|
2 .UC 4
|
|
3 .SH NAME
|
|
4 m2ps -- converter from Mule code (*internal*) to PostScript
|
|
5 .SH SYNOPSIS
|
|
6 .B m2ps
|
|
7 [
|
|
8 .I options
|
|
9 ] <
|
|
10 .I infile
|
|
11 >
|
|
12 .I outfile
|
|
13 .br
|
|
14 .SH DESCRIPTION
|
|
15 .I m2ps
|
|
16 runs as a filter and converts a text encoded in Mule
|
|
17 internal code (called *internal*) to a PostScript program to
|
|
18 print it. To handle a text not coded in *internal*, you
|
|
19 have to convert the code to *internal* at first. You can
|
|
20 use
|
|
21 .I coco
|
|
22 for the code conversion. You can also use
|
|
23 .I any2ps
|
|
24 to do all the job (code conversion and PostScript generation).
|
|
25 .PP
|
|
26 .SH OPTIONS
|
|
27 .TP
|
|
28 .BI \-ps " file"
|
|
29 Use
|
|
30 .I file
|
|
31 as a header for PostScript.
|
|
32 .TP
|
|
33 .BI \-dpi " num"
|
|
34 Use
|
|
35 .I num
|
|
36 as a resulution of output device. Default is 300.
|
|
37 .TP
|
|
38 .BI \-fs " num"
|
|
39 Use
|
|
40 .I num
|
|
41 as FontScale in point. Default is 10.
|
|
42 .TP
|
|
43 .BI \-lp " num"
|
|
44 Use
|
|
45 .I num
|
|
46 as LinePitch in point. Default is 14.
|
|
47 .TP
|
|
48 .BI \-ml " num"
|
|
49 Use
|
|
50 .I num
|
|
51 as a line counts in a page. Default is 56.
|
|
52 .TP
|
|
53 .BI \-tm " num"
|
|
54 Use
|
|
55 .I num
|
|
56 as a TopMargin in point. Default is 800.
|
|
57 .TP
|
|
58 .BI \-lm " num"
|
|
59 Use
|
|
60 .I num
|
|
61 as LeftMargin in point. Default is 30.
|
|
62 .TP
|
|
63 .B \-sm
|
|
64 Indicate your PostScript printer has short memory.
|
|
65 .TP
|
|
66 .B \-bm
|
|
67 Indicate your PostScript printer has large memory. This is
|
|
68 the default.
|
|
69 .TP
|
|
70 .BI \-fp " pathlist"
|
|
71 Use
|
|
72 .I pathlist
|
|
73 as a comma-separated search path of BDF files.
|
|
74 .TP
|
|
75 .BI \-cs " file"
|
|
76 Use
|
|
77 .I file
|
|
78 as a path of a file CHARSETS which contains information of
|
|
79 character sets and fonts.
|
|
80 .TP
|
|
81 .BI \-a4
|
|
82 Indicate A4 paper size. This is the default.
|
|
83 .TP
|
|
84 .BI \-us
|
|
85 Indicate US-LETTER paper size.
|
|
86 .TP
|
|
87 .BI \-ver
|
|
88 Shows version number.
|
|
89 .PP
|
|
90 .SH FONT SPECIFICATION
|
|
91 .I m2ps
|
|
92 search for BDF files according to a pathlist (list of
|
|
93 comma-separeated directory) and filenames described in file
|
|
94 CHARSETS. Each line of this file contains information about
|
|
95 one character set. The line has 7 to 9 columns each
|
|
96 separated by ':'. The columns are: LEADING-CHAR, BYTES,
|
|
97 COLUMNS, TYPE, GRAPHIC, FINAL-CHAR, DIRECTION, DOCUMENT,
|
|
98 BDF-FILE, and ENCODING. By modifying this file, you can
|
|
99 specify different BDF files. You don't have to specify
|
|
100 ENCODING for 2-byte character sets such as Chinese,
|
|
101 Japanese, and Korean (as for Big5, you should specify 1 for
|
|
102 ETen and 2 for HKU).
|
|
103 .PP
|
|
104 .SH FILES
|
|
105 /usr/local/lib/emacs/$VERSION/etc/m2ps.ps - PostScript header file.
|
|
106
|
|
107 /usr/local/lib/emacs/$VERSION/etc/CHARSETS - A file which contains
|
|
108 information of character sets and fonts.
|
|
109
|
|
110 /usr/local/lib/emacs/$VERSION/etc/CODINGS - A file which
|
|
111 contains information of coding-systems and priorities.
|
|
112
|
|
113 /usr/local/lib/emacs/$VERSION/etc/demo.ps - PostScript file created by
|
|
114 m2ps. The Original file is in 'doc' directory.
|
|
115 .PP
|
|
116 .SH SEE ALSO
|
|
117 mule(1), coco(1), any2ps(1)
|
|
118 .SH AUTHORS
|
|
119 .PP
|
|
120 This program was written by Ken'ichi HANDA of
|
|
121 Electrotechnical Laboratory, JAPAN.
|