diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-sbl/sbl-american.lbx')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-sbl/sbl-american.lbx | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-american.lbx b/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-american.lbx new file mode 100644 index 00000000000..ed119ba987f --- /dev/null +++ b/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-american.lbx @@ -0,0 +1,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}}}}% +} |