mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 17:20:55 +00:00
The braces are not needed when using the force flag.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25398 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
27ea7c737b
commit
f45d15be2f
@ -782,7 +782,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
|
||||
|
Loading…
Reference in New Issue
Block a user