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

21 lines
498 B
Plaintext
Raw Normal View History

% Inherit from report
2015-01-09 04:10:26 +01:00
((* 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}
2014-05-27 06:03:56 +02:00
\author{Roger R Labbe Jr}
\date{}
((* endblock title *))
((* block markdowncell scoped *))
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
((* endblock markdowncell *))