BibTeX, biblatex and biberCiting author and bookname in the text.

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
jocom
Posts: 25
Joined: Fri May 07, 2010 4:28 pm

Citing author and bookname in the text.

Post by jocom »

Hi,

Im tangled in a rather weird situation. Every university etc... uses numerical or authoryear citation styles. Now my university decided they wanted 'authorbook'.
If browsed the interwebs for packages that support this citation style but could not find one.
So what I actually want is:
Some random text.\footnote{The author, His book, 34.}
to cite page 34 for of His book written by The author. Obviously I can fix the footnote. But how do I provide the content for the footnote from a .bib file?

So actually I just want authorbook instead of authoryear. Does anyone know a solution?

Thanks in advance,
jocom
Last edited by jocom on Mon May 10, 2010 10:48 am, edited 1 time in total.

Recommended reading 2024:

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

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

paul
Posts: 49
Joined: Thu Apr 08, 2010 5:56 am

Re: Citing author and bookname in the text.

Post by paul »

Using natbib, you could change your .bst file to output something like \bibitem[Author(year)Title]{key} ..., and then use \citeauthor* to get the title, I guess.
josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Citing author and bookname in the text.

Post by josephwright »

Sounds like "authortitle" to me: take a look at biblatex.
Joseph Wright
jocom
Posts: 25
Joined: Fri May 07, 2010 4:28 pm

Citing author and bookname in the text.

Post by jocom »

josephwright wrote:Sounds like "authortitle" to me: take a look at biblatex.
That seems indeed to be exactly what I need. Thanks a lot.

jocom

P.S. Sorry for the confusing "authorbook"; "authortitle" is better indeed.
Post Reply