In BibTeX, I need to cite another entry as a note/comment of a first one, something like:
@article{Paper1,
author = {Author A.},
journal = {The Journal of XX},
number = {1},
pages = {4252},
year = {2000},
note = {see updated results in \cite{Paper2} }
}
@article{Paper2,
author = {Author B.},
journal = {The Journal of YY},
number = {2},
pages = {1},
year = {2001}
}
Could you give a suggestion in doing this?
I think my need is not really fitting to what proposed here: How to cite within a reference entry using biblatex
(pdf)latex bibtexseveral times. The citation to paper2 is not visible tobibtexin the first run. Thus you have to runbibtexagain after a secondlatexrun. – Guido Feb 7 at 21:52latex --> bibtex --> latex --> bibtex --> latex --> latex. – jon Feb 15 at 16:40