8cc19ba117
Here's hoping everything still works on nbviewer!
21 lines
498 B
Plaintext
21 lines
498 B
Plaintext
% Inherit from report
|
|
((* 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}
|
|
\author{Roger R Labbe Jr}
|
|
\date{}
|
|
((* endblock title *))
|
|
|
|
((* block markdowncell scoped *))
|
|
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
|
|
((* endblock markdowncell *)) |