>>>>> "Guillermo" == Guillermo Rodriguez Garcia <[EMAIL PROTECTED]> writes:
Guillermo> Hello, I am a spanish user of Lyx 1.0.3. I am having the
Guillermo> following problem:
Guillermo> When using the Lyx-Code environment or the typewriter font,
Guillermo> all words starting with 'n' are converted to '�' (ntilde)
Guillermo> in the PS or DVI output. For example, the following line:
Guillermo> test = new Object();
Guillermo> will get automatically converted to:
Guillermo> test =�ew Object();
Guillermo> (yes, the space before the 'n' disappears, too). This
Guillermo> doesn't happen when the language is 'English'. Only when it
Guillermo> is 'Spanish'. Any workaround?
Guillermo> P.S.: Could you please CC: replies to my private address? I
Guillermo> am not subscribed to the list.
Hello,
Try the following magic incantation in Layout->LaTeX_Preamble
\AtBeginDocument{\let~=\nobreakspace}
JMarc