Merge pull request #5867 from jfbu/latex_checkmark

LaTeX: escape Unicode HEAVY CHECK MARK into latex macros
This commit is contained in:
Jean-François B 2019-01-02 15:25:45 +01:00 committed by GitHub
commit 7ff7dfc427
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: with the documentation language 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