summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-12-11 21:18:22 +0000
committerKarl Berry <karl@freefriends.org>2021-12-11 21:18:22 +0000
commit837b68932893186d5a192f1e7effe8ae60ff5629 (patch)
tree64fb74097280aba9c749c9d2b2f2dc10bbb830e0
parent7a57fbcb22256ac540317f8969ee1cc0f8e47a5a (diff)
biblatex-publist (11dec21)
git-svn-id: svn://tug.org/texlive/trunk@61275 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/README3
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdfbin371378 -> 371508 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex9
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx8
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx4
5 files changed, 16 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README
index f6209aa2ed1..ae2d769a96a 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/README
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
index a5cfc896075..cb0ba5891ac 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf
Binary files 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 754704e300e..282f87d9e06 100644
--- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex
+++ b/Master/texmf-dist/doc/latex/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/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
index 418b8f68b0a..5edbe259b95 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.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/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx
index b005d71c510..0ceed4cbb38 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.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)]