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}
...
}
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"
Do you know if it is correct to have multiple crossref and how to do it?
Thanks in advance,
Mathieu