From 0b1bc13c60183f1af7d8a5b3e616c1e89e18e83e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 1 Mar 2023 21:03:46 +0000 Subject: biblatex-publist (1mar23) git-svn-id: svn://tug.org/texlive/trunk@66273 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-publist/README | 3 +++ .../latex/biblatex-publist/biblatex-publist.pdf | Bin 407279 -> 407292 bytes .../latex/biblatex-publist/biblatex-publist.tex | 7 ++++++- .../tex/latex/biblatex-publist/publist.bbx | 6 +++--- .../tex/latex/biblatex-publist/publist.cbx | 4 ++-- .../tex/latex/biblatex-publist/publist.dbx | 2 +- 6 files changed, 15 insertions(+), 7 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index 0704ccf2029..a5c0f0781df 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/README +++ b/Master/texmf-dist/doc/latex/biblatex-publist/README @@ -46,6 +46,9 @@ instructions. == CHANGES == +* V. 2.2 (2022-03-01) + - Fix plsorting with custom sorting schemes (#44). + * V. 2.1 (2022-12-03) - Honor \mkbibname* (#41). - Fix reverse numbering without refsections (#42). diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf index 7f970ec9e86..e9cc7db2f9f 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf and b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex index 59220efca2a..56d686a6c4e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex @@ -113,7 +113,7 @@ \thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}% } -\date{Version 2.1, 2022/12/03} +\date{Version 2.2, 2023/03/01} \maketitle \begin{abstract} @@ -910,6 +910,11 @@ refsection. \begin{description} + \item [{V. 2.2 (2023/03/01):}]~ + \begin{itemize} + \item Fix \joption{plsorting} with custom sorting schemes. + \end{itemize} + \item [{V. 2.1 (2022/12/03):}]~ \begin{itemize} \item Honor \jfcsmacro{mkbibname*}. diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx index 85e14d26930..f52cbaf12b0 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{2.1} -\def\bpl@rdate{2022/12/03} +\def\bpl@version{2.2} +\def\bpl@rdate{2023/03/01} \ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space biblatex bibliography style (JSP)] @@ -489,7 +489,7 @@ \newcommand*\bpl@set@defsorting[1][\empty]{% \edef\bpl@scheme{#1}% - \ifx#1\empty + \ifx\bpl@scheme\empty % Default sorting depends on plauthorhandling \if@hlauthor% \edef\bpl@scheme{ydnt}% diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx index 0bb41b4d711..cdbcc08d90f 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{2.1} -\def\bpl@rdate{2022/12/03} +\def\bpl@version{2.2} +\def\bpl@rdate{2023/03/01} \ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space biblatex citation style (JSP)] diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx index 2cf23eaab80..2e2ba620907 100644 --- a/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-publist/publist.dbx @@ -1,5 +1,5 @@ % publist.dbx, biblatex data model specification for the biblatex-publist -% package, version 2.1 (2022/12/03). +% package, version 2.2 (2023/03/01). % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 -- cgit v1.2.3