BibTeX, biblatex and biberPull title from bibliography?

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
bombcar
Posts: 22
Joined: Tue Oct 28, 2008 10:18 pm

Pull title from bibliography?

Post by bombcar »

I want to be able to do something like:

Code: Select all

In \citetitle{book1} he says ``Stuff''\cite{book1}
or something, and have "\citetitle" format the reference to the title of the object correctly. Right now I'm using \emph{The Name of the Book} or similar, but I have to update it if the reference was incorrect, etc.

Does such a thing exist?

Recommended reading 2024:

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

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

rehoot
Posts: 3
Joined: Wed Jan 13, 2010 9:38 pm

Re: Pull title from bibliography?

Post by rehoot »

There is something that will print the full bibtex entry inline, which is not exactly what you want, but it might be a start. The package is called bibentry, and it might work only with the natbib citation style (I'm not sure).

Here is an example:

http://stefaanlippens.net/bibentry
Post Reply