summaryrefslogtreecommitdiff
path: root/sphinx/util/texescape.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/util/texescape.py')
-rw-r--r--sphinx/util/texescape.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/util/texescape.py b/sphinx/util/texescape.py
index 0a3192f6a..8101a8fbf 100644
--- a/sphinx/util/texescape.py
+++ b/sphinx/util/texescape.py
@@ -43,6 +43,7 @@ tex_replacements = [
('─', r'-'),
('⎽', r'\_'),
('╲', r'\textbackslash{}'),
+ ('–', r'\textendash{}'),
('|', r'\textbar{}'),
('│', r'\textbar{}'),
('ℯ', r'e'),