blob: d97b778a5af412dcb689484c584358f728cd46de (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
% german-luh-ipw.bbx, Oliver Heins (heins@sopos.org) 2011
\ProvidesFile{german-luh-ipw.bbx}[2011/11/01 v0.1 bibliography localization for use with biblatex 1.x]
\InheritBibliographyExtras{german}
\DeclareBibliographyExtras{%
\savecommand\mkbibvolume
\protected\def\mkbibvolume#1{#1\adddot~\bibstring{jourvol}}}
\UndeclareBibliographyExtras{%
\restorecommand\mkbibvolume}
\NewBibliographyString{issue}
\DeclareBibliographyStrings{%
inherit = {german},
issue = {Heft}{H\adddot}},
\endinput
|