Files:

GGG.f             contains the FORTRAN77 routines of the graphics package
GGGraphics.sty    is the style file with the LaTeX macros
GGG-Routines.txt  short description of the GGG.f programs
driverGGG.f       a simple example for the use of GGG
tex-text.tex      example for the corresponding LaTeX file

Execute with the following commands:

f90 -c GGG.f
f90 -o house.out GGG.o driverGGG.f

f77 -c GGG.f
f77 -o house.out GGG.o driverGGG.f

house.out
cat driverGGG.vor driverGGG.add > driverGGG.ps
rm driverGGG.vor driverGGG.add
latex tex-text
dvips -o tex-text.ps tex-text.dvi
ghostview tex-text.ps

Additional examples are in the directories
logo-example   and   sophist-example
