mirror of
https://github.com/django/django.git
synced 2025-02-01 21:29:24 +00:00
Added latex preamble for ≤.
Thanks to bnomis for the report and yajogo for the initial patch.
This commit is contained in:
parent
3f6a1f430a
commit
e98eff836d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user