out: simply ignore unknown characters
[neatroff.git] / README
blobfdb605ddd5d053077287731111030f1241882a92
1 NEATROFF
2 ========
4 Neatroff is an implementation of troff typesetting system in
5 C programming language.  Neatroff comes with its own postscript
6 postprocessor, neatpost.  Neatroff and neatpost can be obtained
7 from the following addresses:
9 * Neatroff: git://repo.or.cz/neatroff.git
10 * Neatpost: git://repo.or.cz/neatpost.git
12 For compiling neatroff and neatpost, modify FDIR and MDIR in their
13 Makefiles to point the default fonts and macros directories.  You can
14 use the macros that come with the Linux port of Plan 9 troff (MDIR
15 should point to home/tmac directory of git://repo.or.cz/troff.git).
16 For fonts, you can either use the fonts in the same port or use mktrfn
17 program to generate the output device (the latter can be obtained from
18 http://litcave.rudi.ir/ and supports AFM, OTF and TTF files).  FDIR
19 should point to the directory containing dev* subdirectories (devutf
20 is the default output device and hence FDIR/devutf should contain the
21 default device description file and set of fonts).