BibTeX, biblatex and bibergetting the complete text of a bibitem inside text

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
apblopes
Posts: 1
Joined: Thu Oct 29, 2009 2:57 pm

getting the complete text of a bibitem inside text

Post by apblopes »

Hi,
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}
and see something like this in the .pdf file:
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

Recommended reading 2024:

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

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

getting the complete text of a bibitem inside text

Post by gmedina »

Hi,

the jurabib package offers the \fullcite command. Refer to page 6 of the package documentation for furher information.

Another option would be to use the bibentry package in conjuction with natbib.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply