Kalman-and-Bayesian-Filters.../pdf/book6x9.tplx
Roger Labbe 82f4e1569b Removed input and output prompts from PDF.
I think it looks much nicer without them.

Also adjusted margins a bit.
2015-07-25 16:13:42 -07:00

38 lines
901 B
Plaintext

% Inherit from report
((* extends 'report.tplx' *))
((* set cell_style = 'style_ipython.tplx' *))
((* block margins *))
\geometry{verbose,papersize={6in, 9in}, tmargin=.5in,bmargin=.5in,lmargin=.75in,rmargin=.75in}
((* endblock margins *))
((*- block in_prompt -*))
((*- endblock in_prompt -*))
((* block input scoped *))
((( cell.source | highlight2latex | indent(3) )))
((* endblock input *))
((* block output_prompt *))
((* endblock output_prompt *))
((* block docclass *))
\documentclass{book}
\setcounter{chapter}{0}
((* endblock docclass *))
((* block preamble *))
((* endblock preamble *))
((* block title *))
\title{Kalman and Bayesian Filters in Python}
\author{Roger R Labbe Jr}
((* endblock title *))
((* block markdowncell scoped *))
((( cell.source | citation2latex | strip_files_prefix | markdown2latex(extra_args=["--chapters"]) )))
((* endblock markdowncell *))