Adjusted template to generate TOC.
This commit is contained in:
parent
cfdf66a5eb
commit
f635810a70
@ -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* )
|
||||
|
10
report.tplx
10
report.tplx
@ -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 *))
|
||||
|
Loading…
Reference in New Issue
Block a user