Changed how sections numbering is done in PDF.

This commit is contained in:
Roger Labbe 2015-01-18 09:56:32 -08:00
parent afe0b5626e
commit 15a3c5c86c
2 changed files with 9 additions and 2 deletions

View File

@ -9,6 +9,8 @@
\title{Kalman and Bayesian Filters in Python}
\author{Roger R Labbe Jr}
\date{}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
((* endblock title *))
((* block abstract *))\tableofcontents((* endblock abstract *))
@ -21,5 +23,5 @@
((* block h2 -*))\section((* endblock h2 -*))
((* block h3 -*))\subsection((* endblock h3 -*))
((* block h4 -*))\subsubsection((* endblock h4 -*))
((* block h5 -*))\paragraph*((* endblock h5 -*))
((* block h6 -*))\subparagraph*((* endblock h6 -*))
((* block h5 -*))\paragraph((* endblock h5 -*))
((* block h6 -*))\subparagraph((* endblock h6 -*))

View File

@ -21,3 +21,8 @@
\documentclass[4pt]{book}
\setcounter{chapter}{-1}
((* endblock docclass *))
((* block preamble *))
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
((* endblock preamble *))