Added code to also build the 6x9 PDF.

This commit is contained in:
Roger Labbe 2015-09-26 08:11:52 -07:00
parent d037a7bfad
commit 3952a7501e

View File

@ -1,6 +1,9 @@
python merge_book.py
ipython nbconvert --to latex --template book6x9 book.ipynb
ipython to_pdf.py
move /Y book.pdf ../book6x9.pdf
ipython nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
move /Y book.pdf ../Kalman_and_Bayesian_Filters_in_Python.pdf