norvig / paip-lisp

Lisp code for the textbook "Paradigms of Artificial Intelligence Programming"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

epub issues

eshellman opened this issue · comments

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 )

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

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

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!