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:
@@ -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."
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user