2017-11-19 02:14:31 +01:00
|
|
|
|
2018-05-09 02:36:56 +02:00
|
|
|
% Default to the notebook output style
|
|
|
|
((* if not cell_style is defined *))
|
|
|
|
((* set cell_style = 'style_ipython.tplx' *))
|
|
|
|
((* endif *))
|
|
|
|
|
|
|
|
% Inherit from the specified cell style.
|
|
|
|
((* extends cell_style *))
|
|
|
|
|
|
|
|
|
2017-11-19 02:14:31 +01:00
|
|
|
|
|
|
|
|
2015-03-03 01:48:52 +01:00
|
|
|
((* block docclass *))
|
|
|
|
\documentclass{book}
|
2015-03-04 03:46:19 +01:00
|
|
|
\setcounter{chapter}{0}
|
2015-11-26 22:08:40 +01:00
|
|
|
\raggedbottom
|
2015-03-03 01:48:52 +01:00
|
|
|
((* endblock docclass *))
|
|
|
|
|
|
|
|
((* block preamble *))
|
2016-01-29 02:48:42 +01:00
|
|
|
|
2015-03-03 01:48:52 +01:00
|
|
|
((* 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-11-26 22:08:40 +01:00
|
|
|
|
2018-05-09 02:14:37 +02:00
|
|
|
((* block predoc *))
|
|
|
|
((( super() )))
|
|
|
|
((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
|
|
|
|
((* endblock predoc *))
|
|
|
|
|
2018-05-09 03:21:31 +02:00
|
|
|
((* block markdowncell scoped *))
|
|
|
|
((( cell.source | citation2latex | strip_files_prefix | convert_pandoc('markdown+tex_math_double_backslash', 'json',extra_args=[]) | resolve_references | convert_pandoc('json','latex', extra_args=["--chapters"]) )))
|
|
|
|
((* endblock markdowncell *))
|
2017-11-19 02:14:31 +01:00
|
|
|
|