summaryrefslogtreecommitdiffstats
path: root/common/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 = []