From bc7412c0c2d6f06d622e76a431c1432409ceb949 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Wed, 30 Mar 2011 12:26:58 +0000 Subject: [PATCH] do not enumerate subsections (individual functions and classes) --- docroot/opencv2/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docroot/opencv2/conf.py b/docroot/opencv2/conf.py index 15a262e60f..181a6d4072 100644 --- a/docroot/opencv2/conf.py +++ b/docroot/opencv2/conf.py @@ -184,7 +184,7 @@ latex_documents = [ u'', 'manual'), ] -latex_elements = {'preamble': '\usepackage{mymath}\usepackage{amssymb}\usepackage{amsmath}\usepackage{bbm}'} +latex_elements = {'preamble': '\usepackage{mymath}\usepackage{amssymb}\usepackage{amsmath}\usepackage{bbm}\setcounter{secnumdepth}{1}'} # The name of an image file (relative to this directory) to place at the top of # the title page.