sgb-doc for DEBIAN ------------------ This package contains the source code for the library and demonstration programs in the Stanford GraphBase. They are installed in /usr/share/doc/sgb-doc/examples. This directory also includes a few extra files: * a blank CWEB file called blank.w, which can be used as the basis for new GraphBase code * queen_wrap.ch, for modifying the behaviour of the queen program The source code is the canonical documentation for the GraphBase. The code is written in CWEB, so if you have installed the texlive-extra-utils package, you will be able to generate printable output. A trimmed-down Makefile is also provided, which makes it easy to create DVI files from the CWEB files. The files are best read by commands such as the following (after gunzipping if necessary): $ cweave gb_basic $ tex gb_basic or $ make gb_basic.dvi and then $ xdvi gb_basic A PostScript version can then be created by $ dvips -o gb_basic.ps gb_basic A PDF version can be created directly using PDFTeX: $ cweave gb_basic $ pdftex gb_basic or in one step by: $ make gb_basic.pdf The files can also be read as plain ASCII, in which case it is probably best to simply read the original gb_basic.w file. -- Julian Gilbey , Tue, 27 Oct 2009 14:17:44 +0000