Browse Source

Added latex preamble for ≤.

Thanks to bnomis for the report and yajogo for the initial patch.
Florian Apolloner 12 years ago
parent
commit
e98eff836d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      docs/conf.py

+ 2 - 1
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