From d33fe5831c4bea2bfb87dca5b21da5fd271557c0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Thu, 17 May 2012 14:39:10 +0200 Subject: [PATCH] Revert change on NON-BREAKING HYPHEN as discussed on the list. --- lib/unicodesymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index b0770e5b36..e88b535fa8 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -1536,7 +1536,7 @@ #0x200e "" "" "" "" "" # LEFT-TO-RIGHT MARK #0x200f "" "" "" "" "" # RIGHT-TO-LEFT MARK 0x2010 "-" "" "" # HYPHEN # identic in LaTeX to FIGURE DASH -0x2011 "\\nobreakdash-\\hspace{0pt}" "amsmath" "" "" "" # NON-BREAKING HYPHEN (0pt space to allow normal hypenation in the following word.) +0x2011 "\\nobreakdash-" "amsmath" "" "" "" # NON-BREAKING HYPHEN 0x2012 "-" "" "" # FIGURE DASH 0x2013 "\\textendash" "" "" # EN DASH 0x2014 "\\textemdash" "" "" # EM DASH -- 2.39.5