Kalman-and-Bayesian-Filters.../pdf/book.tplx
Roger Labbe 8cc19ba117 Switched to IPython 3.0 format.
Here's hoping everything still works on nbviewer!
2015-03-02 16:48:52 -08:00

21 lines
498 B
Plaintext

% Inherit from report
((* extends 'report.tplx' *))
((* block docclass *))
\documentclass{book}
\setcounter{chapter}{-1}
((* endblock docclass *))
((* block preamble *))
((* endblock preamble *))
((* block title *))
\title{Kalman and Bayesian Filters in Python}
\author{Roger R Labbe Jr}
\date{}
((* endblock title *))
((* block markdowncell scoped *))
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
((* endblock markdowncell *))