Add unicode multiplication

Since checkmark already exists, it makes sense to have this too.
Both signs are used as "yes" or "no" replacements in text UIs.
This commit is contained in:
Oz N Tiram
2021-04-27 22:46:46 +02:00
parent 4e9d155396
commit e8ab9ad260

View File

@@ -29,6 +29,8 @@ tex_replacements = [
# map special Unicode characters to TeX commands
('', r'\(\checkmark\)'),
('', r'\(\pmb{\checkmark}\)'),
('', r'\(\times\)'),
('', r'\(\pmb{\times}\)'),
# used to separate -- in options
('', r'{}'),
# map some special Unicode characters to similar ASCII ones