LaTeX: escape Unicode HEAVY CHECK MARK into latex macros

Closes: #3707
This commit is contained in:
jfbu 2018-12-27 17:35:11 +01:00
parent 221614654f
commit 7fe1016f5e
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ Features added
Bugs fixed
----------
* #3707: latex: no bold checkmark (✔) available.
* #5605 If the documentation language is set to Chinese, English words could not
be searched.

View File

@ -37,6 +37,7 @@ tex_replacements = [
('', r'\(\rightarrow\)'),
('', r'\(\rightarrow\)'),
('', r'\(\checkmark\)'),
('', r'\(\pmb{\checkmark}\)'),
# used to separate -- in options
('', r'{}'),
# map some special Unicode characters to similar ASCII ones