From 4347046bb659b6ceb01cea888fd45ab6a317fc68 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sat, 17 Aug 2013 10:18:26 +0200 Subject: [PATCH] Bind unicode glyph 0x2026 to \dots The macro is identical to \ldots in texted, but this way, tex2lyx can import both \ldots (as InsetSpecialChar) and \dots (as unicode glyph), while retaining the original distinction (which might get relevant with some special packages or via user redefinition of one of these macros). --- lib/unicodesymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index a0da34b60e..24a11fa696 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -1637,7 +1637,7 @@ 0x2023 "\\textifsymbol[ifgeo]{116}" "ifsym" "" # TRIANGULAR BULLET # ≈ 0x25b8 0x2024 "." "" "notermination=text" "" "" # ONE DOT LEADER # ≈ FULL STOP 0x2025 ".\\,." "" "notermination=text" "" "" # TWO DOT LEADER -0x2026 "\\ldots" "" "" "\\ldots" "" # HORIZONTAL ELLIPSIS +0x2026 "\\dots" "" "" "\\ldots" "" # HORIZONTAL ELLIPSIS #0x2027 "" "" "notermination=text" "" "" # HYPHENATION POINT (visible symbol used to indicate correct positions for word breaking, looks like but is not 0x00b7 middle dot) #0x2028 "" "" "" "" "" # LINE SEPARATOR #0x2029 "" "" "" "" "" # PARAGRAPH SEPARATOR -- 2.39.5