Skip to content

Commit b3641e3

Browse files
committed
Allow unicode characters in pdflatex output
1 parent 751871a commit b3641e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,8 @@
142142

143143
# Additional stuff for the LaTeX preamble.
144144
#
145-
# 'preamble': '',
145+
'preamble': '\usepackage[utf8x]{inputenc}',
146+
'inputenc': '',
146147

147148
# Latex figure (float) alignment
148149
#

0 commit comments

Comments
 (0)