BibTeX, biblatex and biberCitations format

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
gserravidal
Posts: 2
Joined: Mon Oct 15, 2012 6:49 pm

Citations format

Post by gserravidal »

Hello,

I am writing an article and I have a problem with citations. In spite of having found many packages which offer several possibilities (e.g. custom-bib or flexbib) I have found no way to get my citations with the format I wish. I would like to get references like this (in a footnote):

Books:
N. SURNAME, \italics{Title} (Editor, City Year), pages

Articles:
N. SURNAME, "Title", \italics{Journal} Number (Year), pages

(I'm not talking about the bibliographic list but about the references in the text themselves.)

When some book or article is cited more than once, from the second time it is cited only the first word of the title should be written, followed by "..., pages".

I would appreciate any advise you could give me.

Thank you.

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Citations format

Post by kaiserkarl13 »

There is a package called footbib that is designed to make references as footnotes. That, combined with an appropriate bibliography style file, might help you.

You can make your own .bst file with \latex makebst, by the way, but that will only change the style of the entries, not where they are.
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Citations format

Post by cgnieder »

I'm just wondering: there is no \italics{} command in LaTeX but I believe ConTeXt has \italic{}. Does this mean you're using ConTeXt or that you just made the \italics command up? Or have you \let it to \textit?

Regards
site moderator & package author
gserravidal
Posts: 2
Joined: Mon Oct 15, 2012 6:49 pm

Citations format

Post by gserravidal »

Thanks for your replies.

kaiserkarl13, I'll have a look at footbib. As regards "makebst", I have already tried it but I fear it customizes only the format of references, not citations in the text. Is this right or am I missing something?

cgnieder: I wrote "\italics" but actually I meant "\textit", of course.
Last edited by cgnieder on Sat Oct 20, 2012 12:37 pm, edited 1 time in total.
kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Re: Citations format

Post by kaiserkarl13 »

You are correct: the bibliography style changes the style of the references, not the citations. To change the citations, use footbib, natbib, cite, etc.
Post Reply