demo: use -mpost
[neatroff_make.git] / README
blobe3a812e88953d4582eb8753633dd42ec527599fd
1 NEATROFF TOP-LEVEL MAKEFILE
2 ===========================
4 This directory contains the top-level Makefile of Neatroff to obtain
5 and build Neatroff and the helper programs that accompany it.
7 To use Neatroff without installing it (which is recommended), execute
8 the following commands (which obtain a few commonly used fonts
9 automatically for convenience):
11 $ make init             # Obtain the necessary files and fonts
12 $ make neat             # Build the programs
14 To create Farsi documents, replace the first command with the
15 following:
17 $ make init_fa
19 The demo directory contains a sample Neatroff document:
21 $ cd demo               # A small neatroff test
22 $ make                  # Generate test.pdf from test.ms
24 To add fonts, copy them to the fonts directory and rebuild the
25 neat target.  In Neatroff, fonts/MyFont.ttf can be mounted as
26 follows:
28   .fp - R MyFont
30 For more information, consult the following documents:
32 http://litcave.rudi.ir/neatstart.pdf
33 http://litcave.rudi.ir/neatfbeg.pdf