Adjusted template to generate TOC.

This commit is contained in:
Roger Labbe 2015-01-08 19:10:26 -08:00
parent cfdf66a5eb
commit f635810a70
2 changed files with 8 additions and 11 deletions

View File

@ -1,21 +1,18 @@
%((* extends 'report.tplx' *))
((* extends 'report.tplx' *))
%===============================================================================
% Latex Book
%===============================================================================
((* block predoc *))
((( super() )))
((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
((* endblock predoc *))
((* block title *))
\title{Kalman and Bayesian Filters in Python}
\author{Roger R Labbe Jr}
\date{}
((* endblock title *))
((* block abstract *))\tableofcontents((* endblock abstract *))
% Define block headings
% Note: latex will only number headings that aren't starred
% (i.e. \subsection , but not \subsection* )

View File

@ -12,11 +12,11 @@
% Latex Book
%===============================================================================
((* block predoc *))
((( super() )))
((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
((* endblock predoc *))
%((* block predoc *))
% ((( super() )))
% ((* block tableofcontents *))\tableofcontents((* endblock tableofcontents *))
%((* endblock predoc *))
((* block docclass *))
\documentclass[11pt]{report}
\documentclass[8pt]{report}
((* endblock docclass *))