Printing the documentation
==========================

You need the following programs to generate a printable file from the
LaTeX and FIG sources:

  - LaTeX
  - fig2dev from the transfig package

The LaTeX translations of the FIG files are already included in the
distribution, so you can print the documentation without fig2dev.
(You can also omit all drawings by typing  make dummies )


To run LaTeX just type

make

LaTeX issues many "Overfull \hbox" warnings. They can be safely ignored.
Next, run

make again

until LaTeX stops issuing the message
LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

Finally, you have to convert the device-independent file doc.dvi to
something your printer understands. The actual command to perform this
depends on your local installation. Example:

dvips doc | lpr

(Another way is to use GhostScript. To generate HP DJ500 output by converting
the DVI file to PostScript as an intermediate step, use this command

dvips -r1 -f1 doc.dvi | gs -q -sDEVICE=dj500 -sOutputFile=/dev/lp1 -

gs -h  lists all configured drivers.)

If you don't have access to LaTeX but if you can print PostScript, you
should get the file lilo.<version>.ps.Z from the same place where you've
obtained lilo.<version>.tar.Z  That file contains the document doc.tex
already translated to PostScript.
