Fix a missing slash in [6541b6bd/lyxgit]

(cherry picked from commit ae09edbf7b)
This commit is contained in:
Vincent van Ravesteijn 2012-05-10 21:59:37 +02:00
parent 6541b6bd6c
commit 6ff6d24355

View File

@ -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