blob: 527ae1e7a54947f19649c81af78f081ec942f962 (
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) 2012
\ProvidesFile{german-luh-ipw.bbx}[2012/01/09 v0.2 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
|