From 4d0f064652acfb16b6c23852e9a257f815b9675f Mon Sep 17 00:00:00 2001 From: Kristian Evers Date: Sat, 31 Mar 2018 00:09:44 +0200 Subject: Improve PDF docs slightly --- docs/source/conf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index a269a7d9..3a93fb81 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -239,9 +239,11 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'proj4.tex', u'PROJ.4 Documentation', - u'Gerald Evenden', 'manual'), + u'Gerald Evenden', 'manual', False), ] +latex_toplevel_sectioning = 'chapter' + # The name of an image file (relative to this directory) to place at the top of # the title page. #latex_logo = None -- cgit v1.2.3