chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] PDF User's Manual


From: Mario Domenech Goulart
Subject: [Chicken-users] PDF User's Manual
Date: 27 Nov 2006 17:34:01 -0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Hello,

I've made a quick script (attached) to convert the wiki User's
Manual to PDF, since the chicken.pdf file available at
call/cc.org is a bit outdated.

The script uses the stream-wiki egg to convert the wiki format to
HTML then htmldoc (http://www.htmldoc.org), an external
application, to generate the PDF file.

If you want to generate the PDF file from the wiki files, just
check out the wiki files from Chicken's subversion repository
then run the script from under the wiki directory: 

 $ svn checkout https://galinha.ucpel.tche.br/svn/chicken-eggs/wiki
 $ cd wiki
 $ csi -script wiki2pdf.scm

It'll generate a file named chicken.pdf.

Alejo: what's the trick to make the <enscript> tags be
recognized?

Best wishes,
Mario

Attachment: wiki2pdf.scm
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]