2015-03-03 01:48:52 +01:00
|
|
|
% Inherit from report
|
2015-01-09 04:10:26 +01:00
|
|
|
((* extends 'report.tplx' *))
|
2015-03-03 01:48:52 +01:00
|
|
|
|
|
|
|
|
|
|
|
((* block docclass *))
|
|
|
|
\documentclass{book}
|
2015-03-04 03:46:19 +01:00
|
|
|
\setcounter{chapter}{0}
|
2015-03-03 01:48:52 +01:00
|
|
|
((* endblock docclass *))
|
|
|
|
|
|
|
|
((* block preamble *))
|
|
|
|
((* endblock preamble *))
|
|
|
|
|
2014-05-27 04:31:32 +02:00
|
|
|
((* block title *))
|
|
|
|
\title{Kalman and Bayesian Filters in Python}
|
2014-05-27 06:03:56 +02:00
|
|
|
\author{Roger R Labbe Jr}
|
2014-05-27 04:31:32 +02:00
|
|
|
((* endblock title *))
|
2015-03-03 01:48:52 +01:00
|
|
|
|
|
|
|
((* block markdowncell scoped *))
|
|
|
|
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
|
|
|
|
((* endblock markdowncell *))
|