aboutsummaryrefslogtreecommitdiff
path: root/docs/source/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/conf.py')
-rw-r--r--docs/source/conf.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/source/conf.py b/docs/source/conf.py
index bbcc1d35..cbd02f10 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -207,6 +207,10 @@ htmlhelp_basename = 'proj4doc'
# -- Options for LaTeX output ---------------------------------------------
+
+preamble = r"""
+"""
+
latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
#'papersize': 'letterpaper',
@@ -215,7 +219,8 @@ latex_elements = {
#'pointsize': '10pt',
# Additional stuff for the LaTeX preamble.
-#'preamble': '',
+'preamble': preamble,
+'inputenc':'\usepackage[utf8x]{inputenc}'
# Latex figure (float) alignment
#'figure_align': 'htbp',