Kalman-and-Bayesian-Filters.../pdf/book.tplx

27 lines
634 B
Plaintext
Raw Normal View History

% Inherit from report
%((* extends 'report.tplx' *))
((* set cell_style = 'style_ipython.tplx' *))
((* block docclass *))
\documentclass{book}
\setcounter{chapter}{0}
\raggedbottom
2016-01-23 17:37:59 +01:00
\usepackage{stix}
((* endblock docclass *))
((* block preamble *))
((* endblock preamble *))
((* block title *))
\title{Kalman and Bayesian Filters in Python}
2014-05-27 06:03:56 +02:00
\author{Roger R Labbe Jr}
((* endblock title *))
((* block markdowncell scoped *))
\normalem
\setlength{\parindent}{0em}
\setlength{\parskip}{0.5em}
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
((* endblock markdowncell *))