summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-01-26 21:48:15 +1100
committerAmar Takhar <verm@darkbeer.org>2016-05-02 20:51:25 -0400
commit7130ed3229ab9da8d67f93bd4bf13f277d2a5229 (patch)
tree54075393157699924489dd01c3d72203f3c72855 /common/conf.py
parentSwitch the task manager to tables for status codes. (diff)
downloadrtems-docs-7130ed3229ab9da8d67f93bd4bf13f277d2a5229.tar.bz2
Fix PDF layout.
Diffstat (limited to 'common/conf.py')
-rw-r--r--common/conf.py4
1 files changed, 2 insertions, 2 deletions
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 = []