From e98eff836d677755cad076ed3026cc2a03491e81 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 28 Aug 2012 22:45:51 +0200 Subject: [PATCH] =?UTF-8?q?Added=20latex=20preamble=20for=20=E2=89=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks to bnomis for the report and yajogo for the initial patch. --- docs/conf.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 9ac93d7cbc..433fd679a1 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -191,7 +191,8 @@ modindex_common_prefix = ["django."] # -- Options for LaTeX output -------------------------------------------------- latex_elements = { - 'preamble': '\\DeclareUnicodeCharacter{2265}{\\ensuremath{\\ge}}' + 'preamble': ('\\DeclareUnicodeCharacter{2264}{\\ensuremath{\\le}}' + '\\DeclareUnicodeCharacter{2265}{\\ensuremath{\\ge}}') } # Grouping the document tree into LaTeX files. List of tuples