The branch, master, has been updated. - Log -----------------------------------------------------------------
commit 3a6441f38cd8255f73d7a5605cf2043842ea240d Author: Georg Baum <[email protected]> Date: Mon Mar 4 21:54:15 2013 +0100 Fix bug #8509: sigma in PDF bookmarks The fix was provided by Günter Milde. Basically, the forced replacement is only needed for the iso8859-7 encoding to circumvent its autosigma feature. diff --git a/lib/unicodesymbols b/lib/unicodesymbols index 416d9f0..820209c 100644 --- a/lib/unicodesymbols +++ b/lib/unicodesymbols @@ -839,8 +839,8 @@ 0x03bf "\\textgreek{o}" "textgreek" "" # GREEK SMALL LETTER OMICRON 0x03c0 "\\textgreek{p}" "textgreek" "mathalpha" "\\pi" "" # GREEK SMALL LETTER PI 0x03c1 "\\textgreek{r}" "textgreek" "mathalpha" "\\rho" "" # GREEK SMALL LETTER RHO -0x03c2 "\\textgreek{c}" "textgreek" "force,mathalpha" "\\varsigma" "" # GREEK SMALL LETTER FINAL SIGMA -0x03c3 "\\textgreek{sv}" "textgreek" "force,mathalpha" "\\sigma" "" # GREEK SMALL LETTER SIGMA +0x03c2 "\\textgreek{c}" "textgreek" "force=iso8859-7,mathalpha" "\\varsigma" "" # GREEK SMALL LETTER FINAL SIGMA +0x03c3 "\\textgreek{sv}" "textgreek" "force=iso8859-7,mathalpha" "\\sigma" "" # GREEK SMALL LETTER SIGMA 0x03c4 "\\textgreek{t}" "textgreek" "mathalpha" "\\tau" "" # GREEK SMALL LETTER TAU 0x03c5 "\\textgreek{u}" "textgreek" "mathalpha" "\\upsilon" "" # GREEK SMALL LETTER UPSILON 0x03c6 "\\textgreek{f}" "textgreek" "mathalpha" "\\varphi" "" # GREEK SMALL LETTER PHI ----------------------------------------------------------------------- Summary of changes: lib/unicodesymbols | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
