BibTeX, biblatex and biber ⇒ Bibliography in spanish
Bibliography in spanish
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.
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
Bibliography in spanish
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.