From 4e0d0daf5d2cbd875f75d643d701b49a49c0b580 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 29 Jun 2017 13:17:26 -0500 Subject: Get PDF build output with Sphinx healthy (#533) * Get PDF build output with Sphinx healthy * copy pdf to branch for upload on website --- docs/source/conf.py | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/source/conf.py') 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', -- cgit v1.2.3