On Fri, Jul 25, 2003 at 04:19:47PM -0500, Carlos Lopez Nataren wrote:
> Hi, I'm using Bibtex to generate my bibliography but I can't find how to
> use the spanish language, is there a way to do this, I mean, for
> instance, if I aggregate the next entry to the .bib file:
>
> @book{blanchard,
> author = {Paul Blanchard and Robert Devaney}
> year = {1988}
> title = {Ecuaciones Diferenciales}
> }
>
> I would like it to use a citation and put something like:
>
> [Paul Blanchard y Robert Devaney, 1988]
>
> Note that "and" changed for "y", the equivalent in spanish.
You need to create a new bst file
Copy the file plainnat.bst to a new file, called e.g. plainnatsp.bst
Edit the file and replace each string
" and " (the string include the '"' chars!)
by
" y "