335db298ff
I did the work on chapter 1 just to start somewhere. Trying to make the book fit nicely on a 6x9 book format.
6 lines
154 B
Batchfile
6 lines
154 B
Batchfile
copy /Y ..\01-g-h-filter.ipynb book.ipynb
|
|
|
|
ipython nbconvert --to latex --template book6x9 book.ipynb
|
|
ipython to_pdf.py
|
|
REM move /Y book.pdf book6x9.pdf
|