[3.6] bpo-31589 : Build PDF using xelatex for better UTF8 support. (G… · python/cpython@2ad350a (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit 2ad350a
authored and
committed
Also addresses doc build failures documented in bpo-32200. (cherry picked from commit 7324b5c)
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -89,11 +89,10 @@ | ||
89 | 89 | # Options for LaTeX output |
90 | 90 | # ------------------------ |
91 | 91 | |
92 | +latex_engine = 'xelatex' | |
93 | + | |
92 | 94 | # Get LaTeX to handle Unicode correctly |
93 | 95 | latex_elements = { |
94 | -'inputenc': r'\usepackage[utf8x]{inputenc}', | |
95 | -'utf8extra': '', | |
96 | -'fontenc': r'\usepackage[T1,T2A]{fontenc}', | |
97 | 96 | } |
98 | 97 | |
99 | 98 | # Additional stuff for the LaTeX preamble. |