
Installing the BeOS versions
============================

After having extracted the archive copy the files of `bin/' to
`/bin' or any other directory of $PATH.

You should make some scripts or aliase to simplify calling UDO. The 
following script (named `'u2tex`') shows how to tell UDO that
he shall convert the source file to LaTeX):

     #!bin/sh
     udo --tex -o ! $*

You can make similar scripts for the other destination formats if you
want. The UDO distribution already contains some scripts.

