BibTeX, biblatex and biberMultiple crossref

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
duboismathieu
Posts: 18
Joined: Tue Apr 01, 2008 1:09 pm

Multiple crossref

Post by duboismathieu »

Hello,

I recently noted the crossref feature in bibtex. AFAI it is kind of "see also".

Therefore it make sense to have several documents in the crossref field.

I have tried with something like

Code: Select all

@ARTICLE{key,
...
crossref={key1, key2}
...
}
but when I compile my document I got an error message:

Code: Select all

A bad cross reference---entry "key"
refers to entry "key1, key2", which doesn't exist
Warning--I didn't find a database entry for "key1, key2"
Of course I checked that key1 and key2 are in bibtex file.

Do you know if it is correct to have multiple crossref and how to do it?

Thanks in advance,
Mathieu
Last edited by duboismathieu on Mon Feb 14, 2011 12:41 pm, edited 1 time in total.

Recommended reading 2024:

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

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

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: Multiple crossref

Post by frabjous »

Crossref does not mean "see also". It's used mainly for anthologies, and you have one entry in the Bib file for the anthology itself, and separate entries for each of the pieces of the anthology. That way, you don't have to enter the publisher, address, year, editor, over and over for each piece.

I cannot see any sense in having multiple cross-refs for the same entry, and the way it is implemented, this would not work.
duboismathieu
Posts: 18
Joined: Tue Apr 01, 2008 1:09 pm

Re: Multiple crossref

Post by duboismathieu »

Hello,

Thanks for your reply. I understand my mistake.

Do you know any field in bibtex that could be used as "see also"? It would be interesting for database managers like JabRef.

Mathieu
Post Reply