Commit a80d70dd authored by Tim Graham's avatar Tim Graham
Browse files

Refs #23751 -- Added some unicode characters to the latex preamble.

Thanks Graham Wideman for the patch.
parent e48a5b5a
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -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