Fix the PDF docs build

This commit is contained in:
Nicolas Dandrimont 2013-05-09 23:42:22 +02:00
parent 0571bab382
commit c4ca00a485

View File

@ -181,6 +181,12 @@ latex_elements = {
# Additional stuff for the LaTeX preamble. # Additional stuff for the LaTeX preamble.
#'preamble': '', #'preamble': '',
# Stuff for unicode characters
'utf8extra': r'''
\DeclareUnicodeCharacter{2698}{FLOWER}
\DeclareUnicodeCharacter{2665}{HEART}
''',
} }
# Grouping the document tree into LaTeX files. List of tuples # Grouping the document tree into LaTeX files. List of tuples