R. Adad wrote:
> I've recently compiled and installed lyx-1.3.4 on my linux box (Dell
> Inspiron 5150 / Fedora Core II / xforms-1.0). In math mode, every greek
> symbols display correctly, except Gamma (that is : uppercase gamma),
> which doesn't display at all (a small amount of white space appears
> instead).
This sounds like a font problem. Try running lyx from the command line with
$ lyx -dbg font
Here, opening up a new document, creating a math inset and typing
"\Gamma<space>" (That's hitting the space bar...)
results in this message being printed to console:
Using scalable font to get
-unknown-cmr10-medium-r-normal--20-0-0-0-p-0-adobe-fontspecific
Font 'cmr, Medium, Upright, Normal, Language: English' matched by
-unknown-cmr10-medium-r-normal--20-0-0-0-p-0-adobe-fontspecific
TextCache: BufferView::buffer
What happens for you?
> I've looked at the file gamma2.xpm located in
> /usr/local/share/lyx/images/math, and didn't notice anything wrong.
This file is used only to display Gamma as a button in the "math panel"
dialog. I guess we do it this way in case you don't have a font with the
greek letters.
--
Angus