BibTeX, biblatex and biberBibliography in spanish

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
eglucon
Posts: 11
Joined: Fri Jan 16, 2009 7:13 am

Bibliography in spanish

Post by eglucon »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Bibliography in spanish

Post by gmedina »

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.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
eglucon
Posts: 11
Joined: Fri Jan 16, 2009 7:13 am

Re: Bibliography in spanish

Post by eglucon »

Thank you very much!
Post Reply