[1.9.x] Refs #23751 -- Added some unicode characters to the latex preamble.
Thanks Graham Wideman for the patch. Backport of a80d70dd10f3c7d483579734e524c94c62832070 from master
This commit is contained in:
parent
937ce01935
commit
2315f5f45f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user