blob: 4cffc2510fbeca3f0716769a6e722f245280f9a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
% footnote-dw.bbx, Dominik Waßenhoven 2010
\ProvidesFile{footnote-dw.bbx}[2010/03/11 v1.3 biblatex bibliography style]
\@ifpackagelater{biblatex}{2010/02/14}
{}
{\PackageError{biblatex}
{Outdated 'biblatex' package}
{The version of the 'footnote-dw' style you are using\MessageBreak
requires biblatex v0.9 or later.\MessageBreak
You are using: '\csuse{ver@biblatex.sty}'.\MessageBreak
This is a fatal error. I'm aborting now.}%
\endinput}
\RequireBibliographyStyle{authortitle-dw}
\endinput
|