I am using the biblatex-dw package for referencing, and chose the
style=footnote-dw
option to list all references in footnotes. I was able to adjust the fonts of the author names, and some other little things by writing:
Code: Select all
\usepackage[
style=footnote-dw,
namefont=smallcaps,
idemfont=italic,
ibidemfont=italic,
idembibformat=dash
]{biblatex}
- Place the "title" of every paper between quotation marks.
- Have the journal title in italics.
- Have the volume number in bold.
- Have the book title in italics.
- List the publishers of cited books.
As a second, and more difficult question:
Is there a way to make this package use the terms "op. cit." and "loc. cit." as well ? For the moment it only uses "ibid" ?
Thank you so much in advance !