fix pdf building by teaching latex the right encoding package

This commit is contained in:
Benjamin Peterson 2009-08-24 17:42:36 +00:00
parent 7543997d74
commit 626c0aabe8
1 changed files with 3 additions and 0 deletions

View File

@ -148,6 +148,9 @@ latex_preamble = r'''
# Documents to append as an appendix to all manuals.
latex_appendices = ['glossary', 'about', 'license', 'copyright']
# Get LaTeX to handle Unicode correctly
latex_elements = {'inputenc': r'\usepackage[utf8x]{inputenc}'}
# Options for the coverage checker
# --------------------------------