>>From: RENARD Francois 144138 <[EMAIL PROTECTED]>
>>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>>Subject: \oe
>>Date: Wed, 13 Oct 2004 15:53:15 +0200
>>
>>Hi,
>>
>>Does somebody know how to write the \oe character (o and e attached) in a
>>french text ?
>>I tried to insert the TEX expression "\oe" and got the error message :
>>"undefined control sequence".
>>
>>Curiously, if I put a "\" just after my ERT{"oe"}, I have no more error
>>message,
>>..... but a "\" that I don't want ! (as "oe\uvre") !
>>
>>Is there a way to create the "\oe" character from the clavier, for example
>>adding a new command in "cua.bind" (but I need to know the name of the "\oe"
>>character,
>>and LYX need to know it also) ?
For example:
\bind "M-o" "command-sequence ert-insert; self-insert \oe{};inset-toggle"
\bind "M-S-O" "command-sequence ert-insert; self-insert\OE{};inset-toggle"
{} is needed to end the \oe command.
--
Jean-Pierre