summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-11-16 22:14:19 +0000
committerKarl Berry <karl@freefriends.org>2017-11-16 22:14:19 +0000
commitd703ad4829afa66b9973031c99a5dc1e9dd0c2ba (patch)
tree052c62880be69d4572e91fc8f9c9582b1ce2e853 /Master/texmf-dist
parent874c1ebfa412e05459bdb4016910dbbc6eef11bf (diff)
biblatex-sbl (16nov17)
git-svn-id: svn://tug.org/texlive/trunk@45831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-sbl/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.pdfbin387821 -> 386730 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.tex2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.bib2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdfbin158944 -> 158297 bytes
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-sbl/biblatex-sbl.def40
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty4
7 files changed, 17 insertions, 33 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/README.md b/Master/texmf-dist/doc/latex/biblatex-sbl/README.md
index e5c4c2597d8..0f90d445003 100644
--- a/Master/texmf-dist/doc/latex/biblatex-sbl/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-sbl/README.md
@@ -30,7 +30,7 @@ kpsewhich -var-value=TEXMFHOME
The following packages are required:
-* `biblatex` (version 3.5 or higher) with the `biber` backend
+* `biblatex` (version 3.8a or higher) with the `biber` backend
* `xparse`
## Licence
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.pdf b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.pdf
index 615d2760acb..e9fc07da5b0 100644
--- a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.tex b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.tex
index 120bb3aaeed..0859cc766c9 100644
--- a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl-test.tex
@@ -943,7 +943,7 @@ Than the Author}
author = {Harnack, Adolf},
title = {History of Dogma},
translator = {Buchanan, Neil},
- origlanguage = {the 3rd German ed.},
+ origlanguage = {from the 3rd German ed\adddot},
volumes = {7},
location = {Boston},
publisher = {Little, Brown},
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.bib b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.bib
index f47102cfed4..cbd2ccb6aea 100644
--- a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.bib
@@ -224,7 +224,7 @@
author = {Harnack, Adolf},
title = {History of Dogma},
translator = {Buchanan, Neil},
- origlanguage = {the 3rd German ed.},
+ origlanguage = {from the 3rd German ed\adddot},
volumes = {7},
location = {Boston},
publisher = {Little, Brown},
diff --git a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf
index bc04efb91b5..4f54f53d0e4 100644
--- a/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-sbl/biblatex-sbl.pdf
Binary files differ
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