RENARD Francois 144138 schrieb:
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") !
?
Maybe you need (in ERT) "\oe{}" or "\oe\"?
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) ?
I used this solution to create accents, for example, I wrote :
\bind "C-apostrophe" "accent-acute"
You could use something like
\bind "M-o e" "command-sequence ERT-insert; self-insert \oe{}"
I tried the same for accent-grave :
\bind "C-grave" "accent-grave"
but it doesn't work ! (I got from LYX : "unknown function")
A list of functions that work can be found at http://wiki.lyx.org
but :
\bind "C-backslash" "accent-grave" works !
very curious !!
I guess "grave" is not the name for the key in your OS.
HTH,
Dominik.-