mirror of https://github.com/python/cpython
Try using utf8x input encoding.
This commit is contained in:
parent
dff59f8cb0
commit
805e6bc5e4
|
@ -145,6 +145,8 @@ latex_preamble = r'''
|
||||||
# Documents to append as an appendix to all manuals.
|
# Documents to append as an appendix to all manuals.
|
||||||
latex_appendices = ['glossary', 'about', 'license', 'copyright']
|
latex_appendices = ['glossary', 'about', 'license', 'copyright']
|
||||||
|
|
||||||
|
latex_elements = {'inputenc': '\\usepackage[utf8x]{inputenc}'}
|
||||||
|
|
||||||
# Options for the coverage checker
|
# Options for the coverage checker
|
||||||
# --------------------------------
|
# --------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue