BibTeX, biblatex and biber ⇒ biblatex | Formatting of References in Footnotes
biblatex | Formatting of References in Footnotes
However, I'd like to get full references in the footnotes, i.e. all authors (no "et al."), the article's title, the publication name, volume, pages, year.
Is there a (simple) way to achieve this using BibLaTeX?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
biblatex | Formatting of References in Footnotes
Code: Select all
maxnames=100
biblatex | Formatting of References in Footnotes
However the format of the reference footnotes is still not exactly what I want. I'd like to achieve the following two things:
(1)
Format of the footnotes:
<author1>, <author2>, <author3>, and <author4>, <journal name> (<year>), <vol>, <pages>
I do not want the article's title to show up (this was incorrect in my first post).
(2)
If the same paper is referenced twice, the second reference should refer to the first one (by "ibid.", or something similar), rather than repeating all the information in a second footnote.
I can get something that looks close to my desired format by using \usepackage[style=authortitle,maxnames=100]{biblatex} and \footfullcite{}. However this doesn't fulfill the second requirement. If, on the other hand, I write \usepackage[style=footnote-dw,maxnames=100]{biblatex} together with \cite{} I can achieve (2), but then the names are separated by "/" rather than ",".
Also, how do I suppress the article titles?
Many thanks in advance!
biblatex | Formatting of References in Footnotes
Regards
biblatex | Formatting of References in Footnotes
biblatex | Formatting of References in Footnotes
@meho_r: Is there a way to get the authortitle-ibid style to work with \footfullcite? I get nice "ibids" when I use \footcite, but then I only get the authors' names, nothing else. \footfullcite on the other hand gives the journal etc., but no "ibids".