diff options
author | Karl Berry <karl@freefriends.org> | 2020-11-04 21:35:59 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-11-04 21:35:59 +0000 |
commit | ae7d5aae229b75c5160feb04dafec7616262cd0f (patch) | |
tree | 5c6d92a399252435e595078fecf14fee0437aec1 /Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty | |
parent | b357cc24b778d47dd7506cb6aff87cfdfc24370e (diff) |
biblatex-sbl (4nov20)
git-svn-id: svn://tug.org/texlive/trunk@56853 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-sbl/sbl-paper.sty | 16 |
1 files changed, 13 insertions, 3 deletions
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 65a1884b92b..2a44292b3e0 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-2018 David Purton +%Copyright 2015-2020 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} - [2018/05/24 Society of Bibilical Literature Paper Style (DCP)] + [2020/11/04 Society of Bibilical Literature Paper Style (DCP)] % Load required packages @@ -565,7 +565,7 @@ \biblerefmap{Timothy2}{02@\br@newtestament !16} \biblerefmap{Titus}{02@\br@newtestament !17} \biblerefmap{Phlm}{02@\br@newtestament !18} -\biblerefmap{Phlemon}{02@\br@newtestament !18} +\biblerefmap{Philemon}{02@\br@newtestament !18} \biblerefmap{Heb}{02@\br@newtestament !19} \biblerefmap{Hebrews}{02@\br@newtestament !19} \biblerefmap{Jas}{02@\br@newtestament !20} @@ -581,4 +581,14 @@ \biblerefmap{Rev}{02@\br@newtestament !27} \biblerefmap{Revelation}{02@\br@newtestament !27} + +% Style Options + +\DeclareOption{jblstyle}{% + \renewcommand\@makefntext[1]{% + \parindent\footnotemargin\normalsize\@thefnmark.\@\space\footnotelayout #1} + \renewcommand{\footnotelayout}{\raggedright\normalsize\doublespacing}} + +\ProcessOptions\relax + \endinput |