mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
5178e1fb75
commit
698bf834cf
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user