From 698bf834cfb0e3668f545f198b0f886e91f2ba83 Mon Sep 17 00:00:00 2001 From: Enrico Forestieri Date: Fri, 27 Jun 2008 20:12:06 +0000 Subject: [PATCH] The braces are not needed when using the force flag. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25399 a592a061-630c-0410-9148-cb99ea01b6c8 --- lib/unicodesymbols | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 2f3271c653..2532e4806f 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -785,7 +785,7 @@ 0x03bf "\\textgreek{o}" "textgreek" "" # GREEK SMALL LETTER OMICRON 0x03c0 "\\textgreek{p}" "textgreek" "" # GREEK SMALL LETTER PI 0x03c1 "\\textgreek{r}" "textgreek" "" # GREEK SMALL LETTER RHO -0x03c2 "\\textgreek{{c}}" "textgreek" "force" # GREEK SMALL LETTER FINAL SIGMA +0x03c2 "\\textgreek{c}" "textgreek" "force" # GREEK SMALL LETTER FINAL SIGMA 0x03c3 "\\textgreek{sv}" "textgreek" "force" # GREEK SMALL LETTER SIGMA 0x03c4 "\\textgreek{t}" "textgreek" "" # GREEK SMALL LETTER TAU 0x03c5 "\\textgreek{u}" "textgreek" "" # GREEK SMALL LETTER UPSILON -- 2.39.5