Initial Commit
[packages] / mule-packages / mule-base / etc / m2ps.1.in
1 .TH M2PS 1 "1993 May 9"
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 outtile
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.
19 .PP
20 .SH OPTIONS
21 .TP
22 .BI \-ps " file"
23 Use
24 .I file
25 as a header for PostScript.
26 .TP
27 .BI \-dpi " num"
28 Use
29 .I num
30 as a resulution of output device.  Default is 300.
31 .TP
32 .BI \-fs " num"
33 Use
34 .I num
35 as FontScale in point.  Default is 10.
36 .TP
37 .BI \-lp " num"
38 Use
39 .I num
40 as LinePitch in point.  Default is 14.
41 .TP
42 .BI \-ml " num"
43 Use
44 .I num
45 as a line counts in a page.  Default is 56.
46 .TP
47 .BI \-tm " num"
48 Use
49 .I num
50 as a TopMargin in point.  Default is 800.
51 .TP
52 .BI \-lm " num"
53 Use
54 .I num
55 as LeftMargin in point.  Default is 30.
56 .TP
57 .B \-sm
58 Indicate your PostScript printer has short memory.
59 .TP
60 .B \-bm
61 Indicate your PostScript printer has large memory.  This is
62 the default.
63 .TP
64 .BI \-fp " pathlist"
65 Use
66 .I pathlist
67 as a comma-separated search path of BDF files.  
68 .TP
69 .BI \-cs " file"
70 Use
71 .I file
72 as a path of a file CHARSETS which contains information of
73 character sets and fonts.
74 .PP
75 .SH FONT SPECIFICATION
76 .I m2ps
77 search for BDF files according to a pathlist (list of
78 comma-separeated directory) and filenames described in file
79 CHARSETS.  Each line of this file contains information about
80 one character set.  The line has 7 to 9 columns each
81 separated by ':'.  The columns are: LEADING-CHAR, BYTES,
82 COLUMNS, TYPE, GRAPHIC, FINAL-CHAR, DIRECTION, DOCUMENT,
83 BDF-FILE, and ENCODING.  By modifying this file, you can
84 specify different BDF files.  You don't have to specify
85 ENCODING for 2-byte character sets such as Chinese,
86 Japanese, and Korean (as for Big5, you should specify 1 for
87 ETen and 2 for HKU).
88 .PP
89 .SH FILES
90 /usr/local/lib/emacs/$VERSION/etc/m2ps.ps - PostScript header file.
91
92 /usr/local/lib/emacs/$VERSION/etc/CHARSETS - A file which contains
93 information of character sets and fonts.
94
95 /usr/local/lib/emacs/$VERSION/etc/demo.ps - PostScript file created by
96 m2ps.  The Original file is in 'doc' directory.
97 .PP
98 .SH AUTHORS
99 .PP
100 This program was written by Ken'ichi HANDA of
101 Electrotechnical Laboratory, JAPAN.