Revert r36465 and r36467. Soon to be replaced by proper code for correctly

show on screen italic uppercase greek letters.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37059 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Enrico Forestieri 2011-01-01 19:19:32 +00:00
parent dbb3f12aa5
commit 36ee8cdd52
15 changed files with 15 additions and 52 deletions

View File

@ -2080,33 +2080,22 @@ lib_images_math_files = Split('''
upsilon2.png upsilon2.png
upuparrows.png upuparrows.png
urcorner.png urcorner.png
varDelta.png
varepsilon.png varepsilon.png
varGamma.png
varkappa.png varkappa.png
varLambda.png
varnothing.png varnothing.png
varOmega.png
varphi.png varphi.png
varphi2.png
varpi.png varpi.png
varpi2.png
varpropto.png varpropto.png
varPsi.png
varrho.png varrho.png
varsigma.png varsigma.png
varsigma2.png
varsubsetneq.png varsubsetneq.png
varsubsetneqq.png varsubsetneqq.png
varsupsetneq.png varsupsetneq.png
varsupsetneqq.png varsupsetneqq.png
vartheta.png vartheta.png
vartheta2.png
vartriangle.png vartriangle.png
vartriangleleft.png vartriangleleft.png
vartriangleright.png vartriangleright.png
varUpsilon.png
varXi.png
vdash.png vdash.png
vdash2.png vdash2.png
vdash3.png vdash3.png

View File

@ -948,33 +948,22 @@ dist_imagesmath_DATA = \
images/math/upsilon2.png \ images/math/upsilon2.png \
images/math/upuparrows.png \ images/math/upuparrows.png \
images/math/urcorner.png \ images/math/urcorner.png \
images/math/varDelta.png \
images/math/varepsilon.png \ images/math/varepsilon.png \
images/math/varGamma.png \
images/math/varkappa.png \ images/math/varkappa.png \
images/math/varLambda.png \
images/math/varnothing.png \ images/math/varnothing.png \
images/math/varOmega.png \
images/math/varphi.png \ images/math/varphi.png \
images/math/varphi2.png \
images/math/varpi.png \ images/math/varpi.png \
images/math/varpi2.png \
images/math/varpropto.png \ images/math/varpropto.png \
images/math/varPsi.png \
images/math/varrho.png \ images/math/varrho.png \
images/math/varsigma.png \ images/math/varsigma.png \
images/math/varsigma2.png \
images/math/varsubsetneq.png \ images/math/varsubsetneq.png \
images/math/varsubsetneqq.png \ images/math/varsubsetneqq.png \
images/math/varsupsetneq.png \ images/math/varsupsetneq.png \
images/math/varsupsetneqq.png \ images/math/varsupsetneqq.png \
images/math/vartheta.png \ images/math/vartheta.png \
images/math/vartheta2.png \
images/math/vartriangle.png \ images/math/vartriangle.png \
images/math/vartriangleleft.png \ images/math/vartriangleleft.png \
images/math/vartriangleright.png \ images/math/vartriangleright.png \
images/math/varUpsilon.png \
images/math/varXi.png \
images/math/vdash.png \ images/math/vdash.png \
images/math/vdash2.png \ images/math/vdash2.png \
images/math/vdash3.png \ images/math/vdash3.png \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 186 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 200 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 193 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 B

View File

@ -552,17 +552,6 @@ ToolbarSet
Item "chi" "math-insert \chi" Item "chi" "math-insert \chi"
Item "psi" "math-insert \psi" Item "psi" "math-insert \psi"
Item "omega" "math-insert \omega" Item "omega" "math-insert \omega"
Item "varGamma" "math-insert \varGamma"
Item "varDelta" "math-insert \varDelta"
Item "varTheta" "math-insert \varTheta"
Item "varLambda" "math-insert \varLambda"
Item "varXi" "math-insert \varXi"
Item "varPi" "math-insert \varPi"
Item "varSigma" "math-insert \varSigma"
Item "varUpsilon" "math-insert \varUpsilon"
Item "varPhi" "math-insert \varPhi"
Item "varPsi" "math-insert \varPsi"
Item "varOmega" "math-insert \varOmega"
Item "Gamma" "math-insert \Gamma" Item "Gamma" "math-insert \Gamma"
Item "Delta" "math-insert \Delta" Item "Delta" "math-insert \Delta"
Item "Theta" "math-insert \Theta" Item "Theta" "math-insert \Theta"

View File

@ -267,11 +267,7 @@ PngMap sorted_png_map[] = {
{ "nvDash", "nvdash2" }, { "nvDash", "nvdash2" },
{ "textrm \\AA", "textrm_AA"}, { "textrm \\AA", "textrm_AA"},
{ "textrm \\O", "textrm_O"}, { "textrm \\O", "textrm_O"},
{ "vDash", "vdash2" }, { "vDash", "vdash2" }
{ "varPhi", "varphi2" },
{ "varPi", "varpi2" },
{ "varSigma", "varsigma2" },
{ "varTheta", "vartheta2" }
}; };
size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap); size_t const nr_sorted_png_map = sizeof(sorted_png_map) / sizeof(PngMap);