I loaded the natbib package, so when I cite an article in my document I get something like "Shapley and Scarf (1974)". The problem is that I want to write my document in Spanish language, and the final outcome must be something like "Shapley y Scarf (1974) instead of the cite with an "and".
How can I get a cite with an "y" (Spanish for "and") between the authors' names in both the cite and the references section?
Thank you very much.
eglucon.
BibTeX, biblatex and biber ⇒ Bibliography in spanish
NEW: TikZ book now 40% off at Amazon.com for a short time.

Bibliography in spanish
Hi,
one possibility is to use the babelbib package instead of natbib (please refer to the babelbib documentation for further information); you should take into account however that babelbib only supports some BIBTeX styles: babplain, babplai3, babalpha, babunsrt, bababbrv, bababbr3, and babamspl.
Another approach would be to manually edit the .bst file that you are using (you forgot to give that information) and do the necessary changes there.
one possibility is to use the babelbib package instead of natbib (please refer to the babelbib documentation for further information); you should take into account however that babelbib only supports some BIBTeX styles: babplain, babplai3, babalpha, babunsrt, bababbrv, bababbr3, and babamspl.
Another approach would be to manually edit the .bst file that you are using (you forgot to give that information) and do the necessary changes there.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Re: Bibliography in spanish
Thank you very much!