From 7130ed3229ab9da8d67f93bd4bf13f277d2a5229 Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Tue, 26 Jan 2016 21:48:15 +1100 Subject: Fix PDF layout. --- common/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/conf.py') diff --git a/common/conf.py b/common/conf.py index 24db70f..821d338 100644 --- a/common/conf.py +++ b/common/conf.py @@ -175,7 +175,7 @@ latex_documents = [] # must be overridden in local conf.py # 'fontpkg': r'\usepackage{mathpazo}', latex_elements = { 'papersize': 'a4paper', - 'pointsize': '12pt', + 'pointsize': '11pt', 'preamble': r''' \usepackage{rtemsstyle} ''' @@ -198,7 +198,7 @@ latex_use_parts = True latex_show_pagerefs = True # If true, show URL addresses after external links. -latex_show_urls=True +#latex_show_urls=True # Documents to append as an appendix to all manuals. #latex_appendices = [] -- cgit v1.2.3