mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge pull request #9139 from oz123/texescape-add-unicode-multiplication
Add unicode multiplication to texescape
This commit is contained in:
commit
b821c6c54a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user