This package contains an index to the Three Faces Of Mars of the Space--1889
Rules Book.

Contents:
 * README     ---  This text.
 * Makefile   ---  Quick'n'dirty makefile for use with (GNU only ?) make.
                   I didn't bother using variables but the makefile's
                   short enough.
 * faces.pos  ---  The index data in a very klumsikt format. Don't alter
                   this if you don't know what you're doing.
 * faces.tex  ---  Notes and key to the index and wrapper for the list
                   and map parts. LaTeX.
 * f2pic.awk  ---  AWK script for compiling the index data into a stylised
                   map I used for proofreading. Produces PIC output to
                   be converted to TeX with gpic -t and input by faces.tex.
 * f2lst.awk  ---  AWK script for putting the index data into nice LaTeX
                   tabular--environments to be input by faces.tex.

Requirements:
 * GNU awk (gawk) --- I don't know if the AWK scripts in this package
                      will be understood by other versions of AWK.
                      If they run with your AWK, you'll have to alter
                      the Makefile.
 * GNU pic (gpic) --- Things will probably work with other versions of
                      pic that can produce TeX output, since I didn't
                      use specials mentioned in the GNU pic manual page,
                      did I? If you use something named other than gpic,
                      you'll have to make adjustments the Makefile.
 * TeX            --- LaTeX, to be more precise. If you are a member of
                      the tribes who use non-DIN paper, you'll probably
                      want to kill the a4 in the \documentstyle in
                      faces.tex.
 * german.sty     --- LaTeX definitions--file, absolutely necessary, or
                      you'll get my snailmail address wrong :-)

Invocation:
 * To produce a dvi file type        'make dvi'
 * To produce a postscript file type 'make ps'
 * To clean up afterwards, type      'make clean'
   This will clean away big (100 to 200 kbytes of TeX input) files.
 * To clean up after printing, type  'make realclean'
   This will remove the dvi and postscript files, too.
