Kaydet (Commit) 626c0aab authored tarafından Benjamin Peterson's avatar Benjamin Peterson

fix pdf building by teaching latex the right encoding package

üst 7543997d
......@@ -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
# --------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment