mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Fix typo (ref: #3181)
This commit is contained in:
@@ -43,7 +43,7 @@ tex_replacements = [
|
|||||||
('─', r'-'),
|
('─', r'-'),
|
||||||
('⎽', r'\_'),
|
('⎽', r'\_'),
|
||||||
('╲', r'\textbackslash{}'),
|
('╲', r'\textbackslash{}'),
|
||||||
('–', r'\textemdash{}'),
|
('–', r'\textendash{}'),
|
||||||
('|', r'\textbar{}'),
|
('|', r'\textbar{}'),
|
||||||
('│', r'\textbar{}'),
|
('│', r'\textbar{}'),
|
||||||
('ℯ', r'e'),
|
('ℯ', r'e'),
|
||||||
|
|||||||
Reference in New Issue
Block a user