Fixed PDF output; blank Particle filter chapter.

The PDF was not setting the Preface as a unnumbered chapter.
I think there is more work to get it's subsections unnumbered.

Added empty Particl filter chapter. Had to renumber the chapters
to make it fit in.
This commit is contained in:
Roger Labbe
2015-05-01 10:42:53 -07:00
parent 08123b0d15
commit f4d218e1b4
9 changed files with 336 additions and 20 deletions

View File

@@ -1,13 +1,12 @@
#! /bin/bash
echo "merging book..."
python merge_book.py > Kalman_and_Bayesian_Filters_in_Python.ipynb
python merge_book.py
echo "creating pdf..."
ipython nbconvert --to latex --template book Kalman_and_Bayesian_Filters_in_Python.ipynb
ipython nbconvert --to latex --template book book.ipynb
ipython to_pdf.py
mv Kalman_and_Bayesian_Filters_in_Python.pdf ..
echo "done."