Fix latexpdf generation for developer_manual

PDF creation of developer_manual via 'latexpdf' target fails because
uses a unicode character (U+274C) which pdflatex does not recognize.
Add Declaration of this character to Preamble via conf.py
This commit is contained in:
Juliane Holzt
2018-03-20 00:34:32 +01:00
parent 6c29626cbd
commit 0ef8502c30

View File

@ -183,7 +183,7 @@ latex_elements = {
#'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
'preamble': '\extrafloats{100}\maxdeadcycles=500',
'preamble': '\extrafloats{100}\maxdeadcycles=500\DeclareUnicodeCharacter{274C}{\sffamily X}',
}
# Grouping the document tree into LaTeX files. List of tuples