Implemeenting PDF in 6x9 format.

I did the work on chapter 1 just to start somewhere. Trying to make
the book fit nicely on a 6x9 book format.
This commit is contained in:
Roger Labbe
2015-07-25 15:23:11 -07:00
parent 0d836c7e03
commit 335db298ff
5 changed files with 225 additions and 191 deletions

5
pdf/6x9build_book.bat Normal file
View File

@@ -0,0 +1,5 @@
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