README for the Debian cl-parenscript package -------------------------------------------- * Single file documentation The upstream ParenScript comes with a manual in the PDF format, composed by three different parts: an introduction, a tutorial and the language reference. At the same time, however, the documentation is provided for every single part as a lisp file in the source folder: /usr/share/common-lisp/source/parenscript/docs/ You can open this file with your favorite editor or you can generate PDF documents from them with the scripts provided in the Debian doc folder. Use the following command: $ sh /usr/share/doc/cl-parenscript/scripts/make-pdf.sh $FILE $FILE is one of introduction.lisp, reference.lisp or tutorial.lisp. The PDF documents will be available in your home folder. Note that in order to generate the PDF documentation, you need the suggested packages: texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended and python. -- Luca Capello , Fri, 22 Jun 2007 13:57:29 +0100