diff etc/mule/m2ps.1 @ 70:131b0175ea99 r20-0b30

Import from CVS: tag r20-0b30
author cvs
date Mon, 13 Aug 2007 09:02:59 +0200
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/etc/mule/m2ps.1	Mon Aug 13 09:02:59 2007 +0200
@@ -0,0 +1,121 @@
+.TH M2PS 1 "1994 Dec 15"
+.UC 4
+.SH NAME
+m2ps -- converter from Mule code (*internal*) to PostScript
+.SH SYNOPSIS
+.B m2ps
+[
+.I options
+] <
+.I infile
+>
+.I outfile
+.br
+.SH DESCRIPTION
+.I m2ps
+runs as a filter and converts a text encoded in Mule
+internal code (called *internal*) to a PostScript program to
+print it.  To handle a text not coded in *internal*, you
+have to convert the code to *internal* at first.  You can
+use
+.I coco
+for the code conversion.  You can also use
+.I any2ps
+to do all the job (code conversion and PostScript generation).
+.PP
+.SH OPTIONS
+.TP
+.BI \-ps " file"
+Use
+.I file
+as a header for PostScript.
+.TP
+.BI \-dpi " num"
+Use
+.I num
+as a resulution of output device.  Default is 300.
+.TP
+.BI \-fs " num"
+Use
+.I num
+as FontScale in point.  Default is 10.
+.TP
+.BI \-lp " num"
+Use
+.I num
+as LinePitch in point.  Default is 14.
+.TP
+.BI \-ml " num"
+Use
+.I num
+as a line counts in a page.  Default is 56.
+.TP
+.BI \-tm " num"
+Use
+.I num
+as a TopMargin in point.  Default is 800.
+.TP
+.BI \-lm " num"
+Use
+.I num
+as LeftMargin in point.  Default is 30.
+.TP
+.B \-sm
+Indicate your PostScript printer has short memory.
+.TP
+.B \-bm
+Indicate your PostScript printer has large memory.  This is
+the default.
+.TP
+.BI \-fp " pathlist"
+Use
+.I pathlist
+as a comma-separated search path of BDF files.  
+.TP
+.BI \-cs " file"
+Use
+.I file
+as a path of a file CHARSETS which contains information of
+character sets and fonts.
+.TP
+.BI \-a4
+Indicate A4 paper size.  This is the default.
+.TP
+.BI \-us
+Indicate US-LETTER paper size.
+.TP
+.BI \-ver
+Shows version number.
+.PP
+.SH FONT SPECIFICATION
+.I m2ps
+search for BDF files according to a pathlist (list of
+comma-separeated directory) and filenames described in file
+CHARSETS.  Each line of this file contains information about
+one character set.  The line has 7 to 9 columns each
+separated by ':'.  The columns are: LEADING-CHAR, BYTES,
+COLUMNS, TYPE, GRAPHIC, FINAL-CHAR, DIRECTION, DOCUMENT,
+BDF-FILE, and ENCODING.  By modifying this file, you can
+specify different BDF files.  You don't have to specify
+ENCODING for 2-byte character sets such as Chinese,
+Japanese, and Korean (as for Big5, you should specify 1 for
+ETen and 2 for HKU).
+.PP
+.SH FILES
+/usr/local/lib/emacs/$VERSION/etc/m2ps.ps - PostScript header file.
+
+/usr/local/lib/emacs/$VERSION/etc/CHARSETS - A file which contains
+information of character sets and fonts.
+
+/usr/local/lib/emacs/$VERSION/etc/CODINGS - A file which
+contains information of coding-systems and priorities.
+
+/usr/local/lib/emacs/$VERSION/etc/demo.ps - PostScript file created by
+m2ps.  The Original file is in 'doc' directory.
+.PP
+.SH SEE ALSO
+mule(1), coco(1), any2ps(1)
+.SH AUTHORS
+.PP
+This program was written by Ken'ichi HANDA of
+Electrotechnical Laboratory, JAPAN.