Kalman-and-Bayesian-Filters.../pdf/book.tplx
2016-01-23 08:37:59 -08:00

25 lines
623 B
Plaintext

% Inherit from report
%((* extends 'report.tplx' *))
((* set cell_style = 'style_ipython.tplx' *))
((* block docclass *))
\documentclass{book}
\setcounter{chapter}{0}
\raggedbottom
\usepackage{stix}
((* endblock docclass *))
((* block preamble *))
((* endblock preamble *))
((* block title *))
\title{Kalman and Bayesian Filters in Python}
\author{Roger R Labbe Jr}
((* endblock title *))
((* block markdowncell scoped *))
\setlength{\parindent}{0em}
\setlength{\parskip}{0.5em}
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
((* endblock markdowncell *))