Fabrice wrote:
> Thanks, it was exactly what i needed.
> But i thought another solution should exist.
> It means the whole system will always replace "and" by "et"?
You could edit the .bst file, in your case it wouldn't be too difficult.
For example if you're using "plain.bst" make a local copy in the same
dir as your document. Name it "myplain.bst". Then search for
"FUNCTION {format.names}"
In the next couple of lines you should find the text " and " (quotes
included). Just change that to " et ". Where you include the
bibliography style change "plain" to "myplain".
HTH,
Roberto