summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 029e489529..e58a853243 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -235,8 +235,12 @@ rst_epilog = """
# -- Options for LaTeX output --------------------------------------------------
latex_elements = {
- 'preamble': ('\\DeclareUnicodeCharacter{2264}{\\ensuremath{\\le}}'
- '\\DeclareUnicodeCharacter{2265}{\\ensuremath{\\ge}}')
+ 'preamble': (
+ '\\DeclareUnicodeCharacter{2264}{\\ensuremath{\\le}}'
+ '\\DeclareUnicodeCharacter{2265}{\\ensuremath{\\ge}}'
+ '\\DeclareUnicodeCharacter{2665}{[unicode-heart]}'
+ '\\DeclareUnicodeCharacter{2713}{[unicode-checkmark]}'
+ ),
}
# Grouping the document tree into LaTeX files. List of tuples