tkinfo distribution Tk script to read GNU "info" files and display them. tkInfo can be used stand alone (via WISH), or embeded within an application to provide integrated, on-line help. The info file format supports a robust hypercard system. Info files can be created manually with any text editor, with the support of the emacs "info" package, or with the GNU "makeinfo" program. The makeinfo program produces a set of info files from TeX source that use the GNU texinfo format. (The one that uses "@" everywhere.) Also, the "latexinfo" package is similar to texinfo, but is based on latex. The following files are included: tkinfo.tcl This is the main tcl file. topgetopt.tcl This contains some helper functions for "tkinfo.tcl" it should be installed in the same directory as tkinfo.tcl. tkinfo This is a bourne shell script, useful for invoking tkinfo.tcl when tcl/tk is installed in a funny place. Please see the file "tkinfo.tcl" for description of tkinfo and how to use it. Version 0.4 fixes some bugs with auto loading and replaces the unusable "-file" option with "-infofile". It provides a work around for Ultrix sh. Version 0.3 fixes some bugs in with the key bindings and adds support for compressed info files. Kennard White 510/643-6686