{biblatex-dw} is a package providing biblatex styles with some features which are not included in the {biblatex} standard styles.
5
votes
2answers
257 views
BibTex: Handling manuscripts
I have created bibliography project with books about dancing history:
https://github.com/georgthegreat/dancebooks-bibtex
It is a good practice (for manuscript entries) to add library, where this ...
2
votes
1answer
279 views
biblatex: Mixing biblatex-dw styles with other styles
I use biblatex with style=footnote-dw for my citations displayed with \cite{key}. But now I want to use \printbibliography as if I have used style=numeric in the optional parameter of the biblatex ...
4
votes
1answer
134 views
How to get the right \baselinskip in the annotation with authortitle-dw and smaller font
If I change the font size of the annotations in my bibliography the size changes but the baseline skip doesn’t. I know that TeX uses the last font in a paragraph to calculate the baseline skip, but I ...
5
votes
1answer
281 views
biblatex-dw: Using back references in footnotes
Problem
Using the biblatex package with the authortitle-dw style I'd like point from a footnote back to its first occurence -- where it has been cited as a whole due to the firstfull=true-option -- ...
7
votes
1answer
216 views
biblatex-dw: Conditional formatting – multiple vs. single citations
Problem
I'd like to change the behaviour of the firstfull option that the biblatex-dw style provides. I don't want to have a full citation of every work appearing the first time in the document but ...