[Tex/LaTex] Spanish references and bibliography

bibtexnaming

I'm using the following commands for my bibliographical stile in TexMaker:

\usepackage{natbib}
\bibliographystyle{econometrica}
\bibliography{<referencias>}

I'd like to know How to modify LaTeX/MikteX so the references in the text and also the bibliography appear like

xxx y xxx (1990)

instead of

xxx and xxx (1990)

Best Answer

It looks like the econometrica bibliography style does not support internationalization using babel.

I think that it should be enough to replace " and " by " y " in line 351, 382 and 995 of the econometrica.bst file, since it looks like they are the only occurrence of the keyword. There are other strings that you may also want to change like "others".

For a more detailed answer to a similar problem see here.