From: Uwe Stöhr Date: Sat, 16 Jun 2007 14:56:16 +0000 (+0000) Subject: unicodesymbols: use commands for the dashes for consistency reasons and to avoid... X-Git-Tag: 1.6.10~9364 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=798ad9755a1ff43a06d2bd5da38ce05289122f37;p=features.git unicodesymbols: use commands for the dashes for consistency reasons and to avoid potential problems with some LaTeX-packages git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18802 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 2e393d640f..60259d1c4a 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -934,8 +934,8 @@ # general punctuation 0x2010 "-" "" "" # HYPHEN # identic in LaTeX to FIGURE DASH 0x2012 "-" "" "" # FIGURE DASH -0x2013 "--" "" "" # EN DASH -0x2014 "---" "" "" # EM DASH +0x2013 "\\textendash" "" "" # EN DASH +0x2014 "\\textemdash" "" "" # EM DASH # use the following macro for the character HORIZONTAL BAR 0x2015 "\\LyXbar" "\\newcommand*\\LyXbar{\\rule[0.585ex]{1.2em}{0.25pt}}" "" 0x2016 "\\textbardbl" "textcomp" "" # DOUBLE VERTICAL LINE