summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-09-15 21:05:30 +0000
committerKarl Berry <karl@freefriends.org>2020-09-15 21:05:30 +0000
commitaa9d56714ab9ed7059b9320d775ec7bfd679b09d (patch)
tree7515873c483a629fe2fb4acf543c82d7b09d1597 /Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
parente1b55729289f694339a43f49930e29817a109ca3 (diff)
biblatex-publist (15sep20)
git-svn-id: svn://tug.org/texlive/trunk@56351 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx')
-rw-r--r--Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx
index cb96b21e281..365cf8de429 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.19}
-\def\bpl@rdate{2020/08/21}
+\def\bpl@version{1.20}
+\def\bpl@rdate{2020/09/15}
\ProvidesFile{publist.bbx}[\bpl@rdate\space v.\bpl@version\space
biblatex bibliography style (JSP)]
@@ -660,7 +660,7 @@
% Second case: plauthorhandling=omit
\else% \if@hlauthor false
\ifthenelse{\value{listcount}=1}%
- {\ifthenelse{\value{nonpl#1s}>0}%
+ {\ifthenelse{\value{nonpl#1s}>0\AND{\value{pl#1s}}>0}%
{\bibopenparen\bibstring{with}\addspace}%
{}%
\iftoggle{isplauthor}%
@@ -700,7 +700,7 @@
}% <- end FALSE condition
%
\usebibmacro{bpl:name:andothers}%
- \ifthenelse{\value{nonpl#1s}>0\AND\value{listcount}=\value{liststop}}%
+ \ifthenelse{\value{nonpl#1s}>0\AND{\value{pl#1s}}>0\AND\value{listcount}=\value{liststop}}%
{\unspace\bibcloseparen}%
{}%
\fi% end of \if@hlauthor else condition