From 5c3d723c593f2cf54790c06eb0b02564096d464a Mon Sep 17 00:00:00 2001 From: Vincent van Ravesteijn Date: Thu, 10 May 2012 11:55:55 +0200 Subject: [PATCH] Fix missing slash in [ce16d82e/lyxgit]. --- lib/unicodesymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 7725e0a4f0..6cb8976dda 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -1598,7 +1598,7 @@ #0x200e "" "" "" "" "" # LEFT-TO-RIGHT MARK #0x200f "" "" "" "" "" # RIGHT-TO-LEFT MARK 0x2010 "-" "" "notermination=text" "" "" # HYPHEN # identic in LaTeX to FIGURE DASH -0x2011 "\\nobreakdash-hspace{0pt}" "amsmath" "notermination=text" "" "" # NON-BREAKING HYPHEN (0pt space to allow normal hypenation in the following word.) +0x2011 "\\nobreakdash-\hspace{0pt}" "amsmath" "notermination=text" "" "" # NON-BREAKING HYPHEN (0pt space to allow normal hypenation in the following word.) 0x2012 "-" "" "notermination=text" "" "" # FIGURE DASH 0x2013 "\\textendash" "" "" # EN DASH 0x2014 "\\textemdash" "" "" # EM DASH