diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-08 20:05:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-08 20:05:48 +0000 |
commit | 39c47e5a59097c8599121dc74796d2abd5b5858f (patch) | |
tree | 267a43018a6e0db70ebcb9720b2ccfb55b69e5ef /Master/texmf-dist/tex | |
parent | 475394d90803cb2cf33bfae1be2e0f69db6727ec (diff) |
biblatex-publist (8apr18)
git-svn-id: svn://tug.org/texlive/trunk@47379 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx | 28 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx | 4 |
2 files changed, 26 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx index f891f663b45..2cbef41b6d4 100644 --- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx @@ -25,8 +25,8 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\bpl@version{1.9} -\def\bpl@rdate{2018/03/01} +\def\bpl@version{1.10} +\def\bpl@rdate{2018/04/08} \ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space biblatex bibliography style (JSP)] @@ -86,7 +86,7 @@ \newif\if@bplnumbered\@bplnumberedtrue \DeclareBibliographyOption{plnumbered}[true]{% - \ifstrequal{#1}{false}{% + \ifstrequal{#1}{false}{% 1. "false" \defbibenvironment{bibliography} {\list {} @@ -96,7 +96,27 @@ \setlength{\parsep}{\bibparsep}}% } {\endlist} - {\item}}{} + {\item}}{% else: 2. "reset" + \ifstrequal{#1}{reset}{% + \defbibenvironment{bibliography} + {\addtolength{\labelnumberwidth}{\extralabelnumberwidth}% + \list + {\printtext[labelnumberwidth]{% + \printfield{labelprefix}% + \printfield{labelnumber}}} + {\setlength{\labelwidth}{\labelnumberwidth}% + \setlength{\leftmargin}{\labelwidth}% + \setlength{\labelsep}{\biblabelsep}% + \addtolength{\leftmargin}{\labelsep}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}}% + {\endlist + \csnumdef{blx@labelnumber@\the\c@refsection}{0}% + } + {\item} + }{% else: "true" (default: nothing to do here) + }% end of clause + } } % Check if users have defined different base styles diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx index a5bb95fdb7c..1db29b775f1 100644 --- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx +++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx @@ -26,8 +26,8 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\bpl@version{1.9} -\def\bpl@rdate{2018/03/01} +\def\bpl@version{1.10} +\def\bpl@rdate{2018/04/08} \ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space biblatex citation style (JSP)] |