2015-07-26 00:23:11 +02:00
|
|
|
% Inherit from report
|
|
|
|
((* extends 'report.tplx' *))
|
|
|
|
|
|
|
|
|
|
|
|
((* block margins *))
|
2015-07-26 01:13:42 +02:00
|
|
|
\geometry{verbose,papersize={6in, 9in}, tmargin=.5in,bmargin=.5in,lmargin=.75in,rmargin=.75in}
|
2015-07-26 00:23:11 +02:00
|
|
|
((* endblock margins *))
|
|
|
|
|
|
|
|
((*- block in_prompt -*))
|
|
|
|
((*- endblock in_prompt -*))
|
|
|
|
|
|
|
|
((* block input scoped *))
|
2015-11-26 22:08:40 +01:00
|
|
|
$\fontsize{5}{1.5}
|
|
|
|
\selectfont$
|
|
|
|
$\noindent\rule{8cm}{0.4pt}$
|
|
|
|
((( cell.source | highlight2latex | indent(0) )))
|
|
|
|
$\noindent\rule{8cm}{0.4pt}$
|
2015-07-26 00:23:11 +02:00
|
|
|
((* endblock input *))
|
|
|
|
|
|
|
|
((* block output_prompt *))
|
|
|
|
((* endblock output_prompt *))
|
|
|
|
|
|
|
|
|
|
|
|
((* block docclass *))
|
|
|
|
\documentclass{book}
|
|
|
|
\setcounter{chapter}{0}
|
2015-11-26 22:08:40 +01:00
|
|
|
\raggedbottom
|
2015-07-26 00:23:11 +02:00
|
|
|
((* endblock docclass *))
|
|
|
|
|
2015-11-26 22:08:40 +01:00
|
|
|
((* block document *))
|
|
|
|
((* endblock document *))
|
2015-07-26 00:23:11 +02:00
|
|
|
|
|
|
|
((* block title *))
|
|
|
|
\title{Kalman and Bayesian Filters in Python}
|
|
|
|
\author{Roger R Labbe Jr}
|
|
|
|
((* endblock title *))
|
|
|
|
|
|
|
|
((* block markdowncell scoped *))
|
2015-11-26 22:08:40 +01:00
|
|
|
\fontsize{10}{1.5}
|
|
|
|
\selectfont
|
|
|
|
\setlength{\parindent}{0em}
|
|
|
|
\setlength{\parskip}{0.5em}
|
2015-07-26 00:23:11 +02:00
|
|
|
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
|
|
|
|
((* endblock markdowncell *))
|
|
|
|
|