Kaydet (Commit) e98eff83 authored tarafından Florian Apolloner's avatar Florian Apolloner

Added latex preamble for ≤.

Thanks to bnomis for the report and yajogo for the initial patch.
üst 3f6a1f43
...@@ -191,7 +191,8 @@ modindex_common_prefix = ["django."] ...@@ -191,7 +191,8 @@ modindex_common_prefix = ["django."]
# -- Options for LaTeX output -------------------------------------------------- # -- Options for LaTeX output --------------------------------------------------
latex_elements = { 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 # Grouping the document tree into LaTeX files. List of tuples
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment