Paul Smith wrote:
>> when I enter something like x^2 in math mode, the mathematical
writing
>> of superscript, x�, is not done on the screen. I must close and
re-open
>> my document to have it.
>>
>> I am using LyX-1.3.4 with Fedora Core 1.
>
> I am using the same LyX version on Mandrake 9.2 and that does not
occur.
>
> Paul
The problem is that I'm using Fedora Core 1 in english with a french
keyboard, and the "/etc/sysconfig/i18n" file is then badly configured by
Fedora. With this configuration, when I use LyX, Konqueror, KNode ... ,
I
can't enter special character like �, �, etc. The following solution is
OK,
and someone who uses Fedora Core 1 with LANG=en_US and a layout keyboard
different of en_US ("de", ...) can apply it (by replacing "fr_FR" and
"fr"
by "de" ..., for example) :
1. my "/etc/sysconfig/i18n" is like this :
LC_COLLATE=en_US
LC_CTYPE=fr_FR
LC_MONETARY=en_US
LC_NUMERIC=en_US
LC_MESSAGES=en_US
LC_TIME=en_US
LC_ALL=en_US
LANG=en_US
LANGUAGE=en_US
SUPPORTED=en_US.ISO-8859-15:en_US:en:fr_FR.ISO-8859-15:fr_FR:fr
SYSFONT=latarcyrheb-sun16
2. and my "etc/X11/XF86Config" :
Identifier "Keyboard0"
Driver "keyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "fr"
PS : I have previously posted this message in gname.editors.lyx.general
but with no effect ...