diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2012-08-28 22:45:51 +0200 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2012-08-28 22:45:51 +0200 |
| commit | e98eff836d677755cad076ed3026cc2a03491e81 (patch) | |
| tree | 9630b0b9a283d131f2f11bdf3e14dc163891424e | |
| parent | 3f6a1f430a5c7892d38902debdd5861a6d7bc443 (diff) | |
Added latex preamble for ≤.
Thanks to bnomis for the report and yajogo for the initial patch.
| -rw-r--r-- | docs/conf.py | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
