Info file: m2ps, -*-Text-*- produced by `texinfo-format-buffer' from file `m2ps.texi' using `texinfmt.el' version 2.32 of 19 November 1993.  File: m2ps, Node: Top, Up: (mule) m2ps -- Converter from Mule code to PostScript ********************************************** A program called `m2ps' is bound to Mule. m2ps works as a filter. It converts Mule's internal code to PostScript. To print a file, say, `mytext', follow the instruction below: 1. Type `C-x C-f mytext RET' to read the file in. 2. Type `C-u C-x C-w tmp RET *internal* RET' to save the content of the file with the internal representation of Mule. 3. Return to a shell. Then type the following command: `% m2ps < tmp | lpr' If your default printer does not accept PostScript, specify the name of a PostScript printer with `-P' option. For example, if the name of your PostScript printer is `lw', it should be as follows: `% m2ps < tmp | lpr -Plw' any2ps -- Converter from any code to PostScript *********************************************** A program called `any2ps' is inclued in `coco' package which is distributed under `contrib' of Mule's FTP directory. With this, you don't have to convert your text to mule's internal coding-system `*internal*'. Here's the example of usage: `% any2ps < text_file > ps_file'