I like using bibtex for generating my bibliography since it takes care of all the formatting for me. I'm wondering if/how it is possible to easily insert bibliographic information into other parts of an article or document. For instance, if I wanted to easily update the publication list in my CV, or for listing my publications in a grant proposal. Is there an easy way to do this?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
I would also recommend to use
The latex file is:
and the
|
|||
|


\nocite{}and these will then be in the bibliography for the article/CV/... without the need for visible citations. – mas Oct 10 '11 at 15:09\printbibliographycommand. BibTeX, I don't know. – Mateus Araújo Oct 10 '11 at 20:07