The branch, 2.0.x, has been updated. - Log -----------------------------------------------------------------
commit 6ff6d243551bc7bacb7af07d8995f94866b74e5b Author: Vincent van Ravesteijn <[email protected]> Date: Thu May 10 21:59:37 2012 +0200 Fix a missing slash in [6541b6bd/lyxgit] (cherry picked from commit ae09edbf7b1a9c9b1f6fb4c2db9e66ddd46429e2) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 7c066fb..b0770e5 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-\\hspace{0pt}" "amsmath" "" "" "" # NON-BREAKING HYPHEN (0pt space to allow normal hypenation in the following word.) 0x2012 "-" "" "" # FIGURE DASH 0x2013 "\\textendash" "" "" # EN DASH 0x2014 "\\textemdash" "" "" # EM DASH ----------------------------------------------------------------------- Summary of changes: lib/unicodesymbols | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) hooks/post-receive -- The LyX Source Repository
