                   About how to install GoLaTeX  

                   written by Volkmar Liebscher

                   ============================


The simplest way (and for windows users the default way)
is to download all files 

godig.mf     goss10.mf   gostone.mf    
goss10.tfm   diago.sty   Ugoss.fd   
test.tex     Makefile    readme

and to put them into the directory of the Go - latex files
that shall be compilied. Alternatively one can download the file

diago.tgz

and untar it under unix with

  tar xfz diago.tgz

and put the resulting files into the directory with the latex files that
shall be compiled. 

The disadvantage would be that these files (or links to them) are
needed in each directory in which Go-latex files shall be compiled.

A proper installation (under unix) would avoid having to putting these files
in each directory in which latex files have to be compiled. It is done by
downloading

diago.tgz

if not already done and as root to do

  make install

. One can also create the file diago.tgz from the individual files with

  make tar

. If all is properly installed one could copy the file test.tex into
any other directory and compile it there with

  latex test

and check the dvi file with

  xdvi test

.


