Kalman-and-Bayesian-Filters.../pdf/build_book
Roger Labbe c268a09f5f Rewrites for orthogonal version of eqns
The changes in the univariate chapter, where I derived the
eqn for K continue to ripple through the chapters.
2016-01-23 07:18:43 -08:00

13 lines
209 B
Bash

#! /bin/bash
#echo "merging book..."
ipython 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 ..