c268a09f5f
The changes in the univariate chapter, where I derived the eqn for K continue to ripple through the chapters.
13 lines
209 B
Bash
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 ..
|
|
|
|
|