Updated to explain only Windows is supported atm
This commit is contained in:
parent
47157c6e9d
commit
83f38acc79
@ -1,5 +1,5 @@
|
||||
This directory contains code to convert the book into the PDF file. The normal
|
||||
build process is to cd into this directory, and run buil_book from the command
|
||||
build process is to cd into this directory, and run build_book from the command
|
||||
line. If the build is successful (no errors printed), then run clean_book from
|
||||
the command line. clean_book is not run automatically because if there is an
|
||||
error you probably need to look at the intermediate output to debug the issue.
|
||||
@ -8,8 +8,8 @@ I build the PDF my merging all of the notebooks into one huge one. I strip out
|
||||
the initial cells for the book formatting and table of contents, and do a few
|
||||
other things so it renders well in PDF.
|
||||
|
||||
There is some code to do the same from Windows (.bat files), but they are now
|
||||
a bit out of date.
|
||||
I used to do this in Unix, but switched to Windows. The Unix scripts have not
|
||||
been kept up to date.
|
||||
|
||||
There is also some experimental code to convert to html.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user