[meta-freescale] [Documentation][PATCH 10/31] RN: Change configuration for PDF generation

Daiane Angolini daiane.list at gmail.com
Fri Oct 24 18:14:53 PDT 2014


Update README to include needed host packages
Change default font

Signed-off-by: Otavio Salvador <otavio.salvador at ossystems.com.br>
Tested-by: Daiane Angolini <daiane.angolini at freescale.com>
---
 README                       | 2 +-
 release-notes/source/conf.py | 4 ++++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/README b/README
index bd9f856..b15a27f 100644
--- a/README
+++ b/README
@@ -4,7 +4,7 @@ Freescale Community BSP Documentation
 The documentation is written using Sphinx documentation system. To
 install it in Debian/Ubuntu, please do:
 
-  #: apt-get install python-sphinx python-pip
+  #: apt-get install python-sphinx python-pip texlive-latex-extra texlive-fonts-recommended
   #: pip install sphinxcontrib-blockdiag
 
 Once this has been complete, you can run a 'make' and check the
diff --git a/release-notes/source/conf.py b/release-notes/source/conf.py
index 7a6eda7..2c567fb 100644
--- a/release-notes/source/conf.py
+++ b/release-notes/source/conf.py
@@ -180,6 +180,10 @@ latex_elements = {
 # The font size ('10pt', '11pt' or '12pt').
 #'pointsize': '10pt',
 
+'fontpkg': '',
+'utf8extra': '',
+'inputenc': '\\usepackage[utf8x]{inputenc}',
+
 # Additional stuff for the LaTeX preamble.
 #'preamble': '',
 }
-- 
1.9.1



More information about the meta-freescale mailing list