Date: Fri, 3 Feb 95 13:52:40 EST From: peprbv AT cfa0 DOT harvard DOT edu (Bob Babcock) To: scott_ankrum AT VNET DOT IBM DOT COM Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Reading Documentation Reply-To: babcock AT cfa DOT harvard DOT edu > What software do I need to read/print the documentation? The files > ending .inf are not OS/2 INF files because VIEW will not read them. > The others look a little like Postscript, but I don't think they are. The files which look like Postscript are TeX. They are the "source code" for the documentation. The compiled versions are called info files. They can be read using a program called info or by info-mode in various variants of emacs. Small doc files come in one piece with extension .INF, larger ones are split up into .I1, .I2,... At the top level is a DIR file which points to various .INF files. To print the docs, you need TeX; I've never done this.