blob: ed119ba987ff03d055e4732c55d92abf5d329361 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
\ProvidesFile{sbl-american.lbx}[\sbl@abx@lbxid]
\InheritBibliographyStrings{sbl-english}
\InheritBibliographyExtras{american}
\DeclareBibliographyExtras{%
\DeclarePunctuationPairs{colon}{*}%
\uspunctuation
\protected\def\mkbibdatelong#1#2#3{%
\iffieldundef{#3}
{}
{\stripzeros{\thefield{#3}}%
\iffieldundef{#2}{}{\nobreakspace}}%
\iffieldundef{#2}
{}
{\mkbibmonth{\thefield{#2}}%
\iffieldundef{#1}{}{\space}}%
\iffieldbibstring{#1}{\bibstring{\thefield{#1}}}{\stripzeros{\thefield{#1}}}}%
}
|