From 9ed1a61f45b05f58016912a6bd6c13daab6db9eb Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 12 Dec 2021 03:01:11 +0000 Subject: CTAN sync 202112120301 --- .../biblatex-contrib/biblatex-publist/README | 3 +++ .../biblatex-publist/biblatex-publist.pdf | Bin 371378 -> 371508 bytes .../biblatex-publist/biblatex-publist.tex | 9 +++++++-- .../biblatex-contrib/biblatex-publist/publist.bbx | 8 ++++---- .../biblatex-contrib/biblatex-publist/publist.cbx | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-publist') diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-publist/README b/macros/latex/contrib/biblatex-contrib/biblatex-publist/README index f6209aa2ed..ae2d769a96 100644 --- a/macros/latex/contrib/biblatex-contrib/biblatex-publist/README +++ b/macros/latex/contrib/biblatex-contrib/biblatex-publist/README @@ -45,6 +45,9 @@ instructions. == CHANGES == +* V. 1.24 (2021-12-11): + - Robustify handling of names with non-ASCII chars (#35). + * V. 1.23 (2021-09-01): - Fix omission of plauthor after related field (#34). diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.pdf b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.pdf index a5cfc89607..cb0ba5891a 100644 Binary files a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.pdf and b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.pdf differ diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex index 754704e300..282f87d9e0 100644 --- a/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex +++ b/macros/latex/contrib/biblatex-contrib/biblatex-publist/biblatex-publist.tex @@ -102,7 +102,7 @@ \thanks{Please report issues via \protect\url{https://github.com/jspitz/biblatex-publist}.}% } -\date{Version 1.23, 2021/09/01} +\date{Version 1.24, 2021/12/11} \maketitle \begin{abstract} @@ -667,6 +667,11 @@ or \begin{description} + \item [{V. 1.24 (2021-12-11):}]~ + \begin{itemize} + \item Robustify handling of names with non-ASCII chars. + \end{itemize} + \item [{V. 1.23 (2021-09-01):}]~ \begin{itemize} \item Fix omission of publist author after related field. @@ -906,7 +911,7 @@ Gregorio.% Thanks go to Enrico Gregorio (egreg on \emph{tex.stackexchange.com}) for helping me with correct name parsing (actually, the code the package uses is completely his), user gusbrs on \emph{tex.stackexchange.com}, -Marko BudiĻi\'{c}, Clea F. Rees, Yannick Kalff, Moritz Wemheuer and many +Marko BudiĻi\'{c}, Ulrike Fischer, Clea F. Rees, Yannick Kalff, Moritz Wemheuer and many other users for testing, bug reports and suggestions, Nicolas Markey for \emph{publist.bst} and of course Philipp Lehman and the current \bibltx\ team (Philipp Kime, Moritz Wemheuer, Audrey Boruvka and diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.bbx b/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.bbx index 418b8f68b0..5edbe259b9 100644 --- a/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.bbx +++ b/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.bbx @@ -25,8 +25,8 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\bpl@version{1.23} -\def\bpl@rdate{2021/09/01} +\def\bpl@version{1.24} +\def\bpl@rdate{2021/12/11} \ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space biblatex bibliography style (JSP)] @@ -272,7 +272,7 @@ \def\bpl@lvonpart{} \def\jsp@splitpllist#1{% \begingroup - \edef\@tempa{#1}% + \protected@edef\@tempa{#1}% \expandafter\endgroup \expandafter\jsp@@splitpllist\@tempa\relax% } @@ -285,7 +285,7 @@ % Fully expanded comparison % (adapted from scrbase.sty) \newcommand\bpl@ifstreq[2]{% - \begingroup\edef\@tempa{#1}\edef\@tempb{#2}% + \begingroup\protected@edef\@tempa{#1}\protected@edef\@tempb{#2}% \ifx\@tempa\@tempb \endgroup\expandafter\@firstoftwo \else diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.cbx b/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.cbx index b005d71c51..0ceed4cbb3 100644 --- a/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.cbx +++ b/macros/latex/contrib/biblatex-contrib/biblatex-publist/publist.cbx @@ -26,8 +26,8 @@ % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\bpl@version{1.23} -\def\bpl@rdate{2021/09/01} +\def\bpl@version{1.24} +\def\bpl@rdate{2021/12/11} \ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space biblatex citation style (JSP)] -- cgit v1.2.3