norvig / paip-lisp

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"
MIT License
7.19k stars 703 forks source link

epub issues #64

Open eshellman opened 6 years ago

eshellman commented 6 years ago

the epub version had issues. The cover was not set correctly and there were many issues parsing the html. I used calibre to fix errors and add the cover.

I also generated a mobi version using Calibre. The ebook files are available at https://unglue.it/download_ebook/55795/ (pdf) https://unglue.it/download_ebook/55796/ (epub) https://unglue.it/download_ebook/55797/ (mobi)

All of these at https://unglue.it/work/314675/ It's best to put ebook downloads in releases. (See #15 )

eshellman commented 6 years ago

Also, the index in the epub is truncated at 'sbit'.

norvig commented 6 years ago

Can you suggest the right plan? I'm not familiar with "releases" ad not sure how to make it all work. Thanks!

eshellman commented 6 years ago

click on "0 releases" at the top of https://github.com/norvig/paip-lisp , then click "draft new release". Should be pretty self explanatory - give the first one a 0.0.1 tag, then fix it up as you like (remove the ebook files from git) and do it again till you're happy!