Final touch for bug 4966.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@25365 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2008-06-24 05:23:21 +00:00
parent 5d322dd1b1
commit 8c903e4986
2 changed files with 4 additions and 6 deletions

View File

@ -782,8 +782,8 @@
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" "" # GREEK SMALL LETTER FINAL SIGMA
0x03c3 "\\textgreek{sv}" "textgreek" "" # GREEK SMALL LETTER 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
0x03c6 "\\textgreek{f}" "textgreek" "" # GREEK SMALL LETTER PHI

View File

@ -56,10 +56,8 @@ What's new
- The A&A document class and template has been updated to conform to
version 6.0 of the A&A specification (bug 4928).
- Make sure that a GREEK SMALL LETTER SIGMA is not automatically turned
into a GREEK SMALL LETTER FINAL SIGMA on LaTeX output, unless the
document language is Greek or it is specifically marked as Greek
language using the Text Style dialog (bug 4966).
- Make sure that a GREEK SMALL LETTER SIGMA is not automatically turned into
a GREEK SMALL LETTER FINAL SIGMA (and viceversa) on LaTeX output (bug 4966).
* WINDOWS INSTALLER