texlive[61275] Master/texmf-dist: biblatex-publist (11dec21)

commits+karl at tug.org commits+karl at tug.org
Sat Dec 11 22:18:22 CET 2021


Revision: 61275
          http://tug.org/svn/texlive?view=revision&revision=61275
Author:   karl
Date:     2021-12-11 22:18:22 +0100 (Sat, 11 Dec 2021)
Log Message:
-----------
biblatex-publist (11dec21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/biblatex-publist/README
    trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
    trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-publist/README	2021-12-11 21:18:04 UTC (rev 61274)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/README	2021-12-11 21:18:22 UTC (rev 61275)
@@ -45,6 +45,9 @@
 
 == 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).
 

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex	2021-12-11 21:18:04 UTC (rev 61274)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex	2021-12-11 21:18:22 UTC (rev 61275)
@@ -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 @@
 
 \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 @@
 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\xA8i\'{c}, Clea F. Rees, Yannick Kalff, Moritz Wemheuer and many
+Marko Budi\xA8i\'{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

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx	2021-12-11 21:18:04 UTC (rev 61274)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx	2021-12-11 21:18:22 UTC (rev 61275)
@@ -25,8 +25,8 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\def\bpl at version{1.23}
-\def\bpl at rdate{2021/09/01}
+\def\bpl at version{1.24}
+\def\bpl at rdate{2021/12/11}
 
 \ProvidesFile{publist.bbx}[\bpl at rdate\space v.\bpl at version\space
                            biblatex bibliography style (JSP)]
@@ -272,7 +272,7 @@
 \def\bpl at lvonpart{}
 \def\jsp at splitpllist#1{%
     \begingroup
-    \edef\@tempa{#1}%
+    \protected at edef\@tempa{#1}%
     \expandafter\endgroup
     \expandafter\jsp@@splitpllist\@tempa\relax%
 }
@@ -285,7 +285,7 @@
 % Fully expanded comparison
 % (adapted from scrbase.sty)
 \newcommand\bpl at ifstreq[2]{%
-    \begingroup\edef\@tempa{#1}\edef\@tempb{#2}%
+    \begingroup\protected at edef\@tempa{#1}\protected at edef\@tempb{#2}%
     \ifx\@tempa\@tempb
         \endgroup\expandafter\@firstoftwo
     \else

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx	2021-12-11 21:18:04 UTC (rev 61274)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx	2021-12-11 21:18:22 UTC (rev 61275)
@@ -26,8 +26,8 @@
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\def\bpl at version{1.23}
-\def\bpl at rdate{2021/09/01}
+\def\bpl at version{1.24}
+\def\bpl at rdate{2021/12/11}
 
 \ProvidesFile{publist.cbx}[\bpl at rdate\space v.\bpl at version\space
                            biblatex citation style (JSP)]



More information about the tex-live-commits mailing list.