Fix #3181: pLaTeX crashes with a section contains emdash

This commit is contained in:
Takeshi KOMIYA 2016-11-25 23:34:26 +09:00
parent 30669c1ec0
commit 69820e1203
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@ Bugs fixed
* #3155: Fix JavaScript for `html_sourcelink_suffix` fails with IE and Opera
* #3085: keep current directory after breaking build documentation. Thanks to
Timotheus Kampik.
* #3181: pLaTeX crashes with a section contains emdash
Release 1.5 beta1 (released Nov 6, 2016)
========================================

View File

@ -43,6 +43,7 @@ tex_replacements = [
('', r'-'),
('', r'\_'),
('', r'\textbackslash{}'),
('', r'\textemdash{}'),
('|', r'\textbar{}'),
('', r'\textbar{}'),
('', r'e'),