Try using utf8x input encoding.

This commit is contained in:
Georg Brandl 2008-11-27 19:06:37 +00:00
parent dff59f8cb0
commit 805e6bc5e4
1 changed files with 2 additions and 0 deletions

View File

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