From 798ad9755a1ff43a06d2bd5da38ce05289122f37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sat, 16 Jun 2007 14:56:16 +0000 Subject: [PATCH] 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 --- lib/unicodesymbols | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2