Kalman-and-Bayesian-Filters.../pdf/build_book
Roger Labbe f4d218e1b4 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.
2015-05-01 10:42:53 -07:00

13 lines
207 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 ..