Kalman-and-Bayesian-Filters.../pdf/build_book
Roger Labbe 878e4a5578 checkpoint; in midst of big re-org.
This is not a 'useful'checkin. I'm heavily reorganizing teh
multivariate chapter (spliltting in two) and I am getting
worried about losing edits.
2015-07-12 18:57:43 -07:00

13 lines
208 B
Bash

#! /bin/bash
#echo "merging book..."
python merge_book.py
echo "creating pdf..."
ipython nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
mv Kalman_and_Bayesian_Filters_in_Python.pdf ..