summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/conf.py4
-rw-r--r--common/rtemsstyle.sty2
2 files changed, 4 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 = []
diff --git a/common/rtemsstyle.sty b/common/rtemsstyle.sty
index 8d0db16..71c0635 100644
--- a/common/rtemsstyle.sty
+++ b/common/rtemsstyle.sty
@@ -109,6 +109,8 @@
\@afterheading}
% use inconsolata font
+\usepackage{charter}
+\usepackage[defaultsans]{lato}
\usepackage{inconsolata}
% fix single quotes, for inconsolata. (does not work)