I'm writing my PhD proposal, and I would like to list in a specific section all papers I have already published. They are listed in my .bib file and I would like to know if there is some command which is able to recover the entire citation, instead of just citing the reference (for example, putting [35] in the place of \cite{myref35})
In other words, I would like to write this in the .tex file:
Code: Select all
\some-command{myref35}
Someone, J. and Anotheron K., The most important paper in the area, Some Great Journal, ..., 2009
Exactly the same way it appears in the Bibliography pages.
Does anyone knows how to do this?
Thanks in advance