Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.21 KB

Common List Book in ePub Format

This is an unofficial ePub version of the Practical Common Lisp book available online.

Build

The Makefile depends on Pandoc to create the eBooks. If you have Kindlegen you can generate an eBook that is readable on the Kindle.

To build the ePub just run any of the following commands at the command line:

  • make will generate the PDF, ePub and Kindle files.
  • make pdf, make epub and make kindle will only generate the requested format.

The files will be available in the _build folder after the operation completes.

Troubleshooting

If you reuse this Makefile to create your own eBooks, make sure that the input files are saved with the UTF-8 encoding, which is the one that Pandoc expects.

Download

The source code of the book can be downloaded in tar.gz and zip formats from the original website.

Copyright

Copyright © 2003-2009, Peter Seibel.