diff options
author | Karl Berry <karl@freefriends.org> | 2017-11-16 22:14:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-11-16 22:14:19 +0000 |
commit | d703ad4829afa66b9973031c99a5dc1e9dd0c2ba (patch) | |
tree | 052c62880be69d4572e91fc8f9c9582b1ce2e853 /Master/texmf-dist/tex/latex/biblatex-sbl | |
parent | 874c1ebfa412e05459bdb4016910dbbc6eef11bf (diff) |
biblatex-sbl (16nov17)
git-svn-id: svn://tug.org/texlive/trunk@45831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-sbl')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def | 40 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty | 4 |
2 files changed, 14 insertions, 30 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def b/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def index 37be504b237..7a287246d8b 100644 --- a/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def +++ b/Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def @@ -1,12 +1,12 @@ \RequireBibliographyStyle{standard} \RequireBiber[3] -% BibLaTeX version 3.5 or greater required -\newdimen \biblatex@version -\biblatex@version = \abx@version pt -\ifdim \biblatex@version < 3.45pt - \PackageError{biblatex-sbl}{BibLaTeX v3.5 or greater is required} -\fi +% BibLaTeX version 2017/11/05 v3.8a or greater required +\@ifpackagelater{biblatex}{2017/11/05} + {} + {\PackageError{biblatex-sbl} + {BibLaTeX v3.8a or greater is required} + {You need to update your TeX distribution to use biblatex-sbl.}} % Require xparse \RequirePackage{xparse} @@ -15,12 +15,12 @@ % VERSION STRINGS % ------------------------------------------------------------------ -\def\sbl@abx@date{2017/01/15} -\def\sbl@abx@version{0.8.1} -\def\sbl@abx@bbxid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl bibliography style} -\def\sbl@abx@cbxid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl citation style} +\def\sbl@abx@date{2017/11/16} +\def\sbl@abx@version{0.8.2} +\def\sbl@abx@bbxid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl bibliography style (DCP)} +\def\sbl@abx@cbxid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl citation style (DCP)} \def\sbl@abx@lbxid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl localization} -\def\sbl@abx@defid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl definitions and macros} +\def\sbl@abx@defid{\sbl@abx@date\space v\sbl@abx@version\space biblatex-sbl definitions and macros (DCP)} \ProvidesFile{biblatex-sbl.def}[\sbl@abx@defid] @@ -728,7 +728,7 @@ {\skipentry} {\savefieldcs{shorthand}{sbl\therefsection\strfield{shorthand}=\strfield{title}}}}}} -\DeclareSortingScheme{abbreviations}{% +\DeclareSortingTemplate{abbreviations}{% \sort{% \field{shorthand}% \field{shortjournal}% @@ -888,22 +888,6 @@ % ------------------------------------------------------------------ % LANGUAGE % ------------------------------------------------------------------ -% - use literals for origlanguage if no translation found -% ------------------------------------------------------------------ - -\renewcommand*{\lbx@lfromlang}{% - \iffieldundef{origlanguage} - {\unspace} - {\ifbibxstring{from\abx@field@origlanguage} - {\biblstring{from\thefield{origlanguage}}} - {from \printfield{origlanguage}}}} - -\renewcommand*{\lbx@sfromlang}{% - \iffieldundef{origlanguage} - {\unspace} - {\ifbibxstring{from\abx@field@origlanguage} - {\bibsstring{from\thefield{origlanguage}}} - {from \printfield{origlanguage}}}} \newbibmacro*{language}{% \iflistundef{language} diff --git a/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty b/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty index 0f826ee745e..77dcb8705ab 100644 --- a/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty +++ b/Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty @@ -1,4 +1,4 @@ -%Copyright 2015-2016 David Purton +%Copyright 2015-2017 David Purton % %This work may be distributed and/or modified under the %conditions of the LaTeX Project Public License, either version 1.3 @@ -13,7 +13,7 @@ %The Current Maintainer of this work is David Purton. \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{sbl-paper} - [2017/01/15 Society of Bibilical Literature Paper Style] + [2017/11/16 Society of Bibilical Literature Paper Style (DCP)] % xetex/luatex engine test set up |