h2ps - Hangul (ksc5601-1987) to PostScript converter, version 1.0 . Lee yongjae, setup@shiva.snu.ac.kr, 1996.3.16. This program is modified from a2ps v4.3 . h2ps is file converter to print Hangul in simple way. The outputed PostScript file is self-contained. Because it appends Hangul font to the outputed PS file, the outputed PS file can be printed in everywhere with PostScript printer. The hangul Type1 font used in this program is "n3f-5". It is not a formal release. The shape, name and the version of this font can be changed without any notice. But the distribution of the font is not restricted. See the font's copyright notice in the outputed Postscript file. Here comes the copyright notice of h2ps v1.0 ----------------------------------------------------------------- Copyright (c) 1996 by Lee yongjae, Narae in dept. of Computer Science in Seoul National University, Korea. Narae is the name for Computer Science Society in dept. of Computer Science in Seoul National University. Permission to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation, and that the name of the copyright holder not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. This software is provided "as is" without express or implied warranty. This copyright notice is somewhat of nonsense because this the a2ps v4.3 's copyright notice prohibits from distributing the modified version of a2ps. But I'm not sure whether the notice means "any modified version should not be destributed" or "do not distribute modified version as the name of a2ps, for consistency". I've tryed to mail to "M.Santana@frgu.bull.fr" but failed. Only I hope the author intended the latter. See the a2ps v4.3 's original copyright notice. Following is the a2ps v4.3 's REAMDE file ------------------------------------------------------------------- This is version 4.3 of a2ps, a program to format an ascii file for printing in a postcript printer. As the copyright indicates, this distribution can be freely redistributed. Initial version was a shell program written by evan@csli (Evan Kirshenbaum). It was very slow and contained many bugs. A new version was written in C for improve speed execution and portability. Many new features and improvements have been added since this first version. Many contributions (changes, fixes, ideas) were done by a2ps users in order to improve it. Current version is 4.3 and is quite different from early versions. Some notes on the distribution: Installation is done by modifying and executing Makefile included in this distribution. You must give a value to the following variable: - compiler compiler name, actually one of BSD, SYSV. Turbo C and Microsoft C are considered Ansi C compilers (don't define the variable compiler in this case). You could also give your own values to following variables: a) Default physical page dimension. Dimensions must be real constants, specifying inch values. - HEIGHT sheet height - WIDTH sheet width Default values correspond to A4 format (11.64 x 8.27). In USA, you use use in general 11.0 x 8.5. b) Total lateral (left+right) or vertical (top+bottom) margins. It must be also a real constant, specifying inchs (by default 1.2). - MARGIN c) Directory separator (by default '/') - DIR_SEP char d) A boolean to choice if you want to automatically emit a print command. You have to "define" to any value the LPR_PRINT preprocessing variable in this case. e) Name of print command and options to pass to this command. They must be strings. - LPR_COMMAND - LPR_OPT f) Options to pass to the lpr command to print one or two-sided pages. - TWOSIDED - ONESIDED Be careful with quotes to set these values, they must be strings. If these variables are not defined, a2ps will consider that only one-sided pages can be printed, ignoring s1 and s2 options. g) A boolean to choice if you want to print by default two-sided pages. - TWOSIDED_DFLT a2ps has been successfully ported to Unix 4.3BSD, Unix SystemV and MSDOS. The a2ps distribution consists of the following files: README This message Makefile a2ps.c a2ps source a2ps.1 a troff manual (man file) Decide where you want to keep these files and move it there. Edit "Makefile" and change the definition of compiler name. To make a2ps do: make a2ps To install it, do: make install Format the manual entry using nroff -man a2ps.1 Please send problems and feedback to: M.Santana@frgu.bull.fr Miguel SANTANA Unite mixte Bull-Imag 2, Av. Vignate Z.I. Mayencin 38610 Gieres France