Path: blob/master/pdf/readme.txt
687 views
This directory contains code to convert the book into the PDF file. The normal1build process is to cd into this directory, and run build_book from the command2line. If the build is successful (no errors printed), then run clean_book from3the command line. clean_book is not run automatically because if there is an4error you probably need to look at the intermediate output to debug the issue.56I build the PDF my merging all of the notebooks into one huge one. I strip out7the initial cells for the book formatting and table of contents, and do a few8other things so it renders well in PDF.910I used to do this in Unix, but switched to Windows. The Unix scripts have not11been kept up to date.1213There is also some experimental code to convert to html.1415The files with short in the name combine only a couple of notebooks together.16I use this to test the production without having to wait the relatively long17time required to produce the entire book. Mostly this is for testing the18scripts.1920No one but me should need to run this stuff, but if you fork the project and21want to generate a PDF, this is how you do it.222324