blob: d26260128c8fc2e379bcaf57a3eef0ee75f653ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
% $Id: newzealand.lbx,v 0.9 2010/02/14 15:42:33 lehman beta $
\ProvidesFile{newzealand.lbx}
[\abx@lbxid $Id: newzealand.lbx,v 0.9 2010/02/14 15:42:33 lehman beta $]
% STATUS OF THIS FILE
% * complete
% * peer review pending (see also british.lbx and english.lbx)
\InheritBibliographyExtras{british}
\DeclareBibliographyExtras{%
\protected\def\mkbibdatelong#1#2#3{%
\iffieldundef{#3}
{}
{\stripzeros{\thefield{#3}}%
\iffieldundef{#2}{}{\nobreakspace}}%
\iffieldundef{#2}
{}
{\mkbibmonth{\thefield{#2}}%
\iffieldundef{#1}{}{\space}}%
\thefield{#1}}%
}
\InheritBibliographyStrings{english}
\endinput
|