BibTeX, biblatex and biberbiblatex-dw | Font Adjustment in "footnote-dw" Style

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Mendeleev
Posts: 4
Joined: Sat Jun 23, 2012 3:11 pm

biblatex-dw | Font Adjustment in "footnote-dw" Style

Post by Mendeleev »

Dear all,

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}
However, I would like to:
  1. Place the "title" of every paper between quotation marks.
  2. Have the journal title in italics.
  3. Have the volume number in bold.
  4. Have the book title in italics.
  5. List the publishers of cited books.
Is there an easy way to do this ?

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 !
Last edited by localghost on Sun Jun 24, 2012 10:31 am, edited 1 time in total.

Recommended reading 2024:

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

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

Post Reply