diff options
author | Karl Berry <karl@freefriends.org> | 2020-09-15 21:05:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-09-15 21:05:30 +0000 |
commit | aa9d56714ab9ed7059b9320d775ec7bfd679b09d (patch) | |
tree | 7515873c483a629fe2fb4acf543c82d7b09d1597 | |
parent | e1b55729289f694339a43f49930e29817a109ca3 (diff) |
biblatex-publist (15sep20)
git-svn-id: svn://tug.org/texlive/trunk@56351 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf | bin | 358388 -> 358777 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.tex | 17 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.bbx | 8 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx | 4 |
5 files changed, 22 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/README b/Master/texmf-dist/doc/latex/biblatex-publist/README index affc7684785..dbf6d12abcf 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/README +++ b/Master/texmf-dist/doc/latex/biblatex-publist/README @@ -45,7 +45,10 @@ instructions. == CHANGES == -* V 1.19 (2020-08-21) +* V. 1.20 (2020-09-15) + - Do not output "(with <authors>)" if no plauthor is among the authors. + +* V. 1.19 (2020-08-21) - Fix parsing of name with initials (#24). - Fix output of et al. in byeditor lists. - Do not omit names in related entries. diff --git a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf Binary files differindex 294ebde335e..86ae1938610 100644 --- a/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-publist/biblatex-publist.pdf 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 61762fd3ea4..bc0c53b5f64 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.19, 2020/08/21} +\date{Version 1.20, 2020/09/15} \maketitle \begin{abstract} @@ -618,6 +618,12 @@ or \begin{description} + \item [{V. 1.20 (2020-09-15):}]~ + \begin{itemize} + \item Do not output \emph{(with <authors>)} if no publist author + is among the authors. + \end{itemize} + \item [{V. 1.19 (2020-08-21):}]~ \begin{itemize} \item Fix parsing of names with initials. @@ -830,10 +836,11 @@ 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 and many other users for -testing and bug reports, Nicolas Markey for \emph{publist.bst} and of -course Philipp Lehman and the current \bibltx\ team (Philipp Kime, -Moritz Wemheuer, Audrey Boruvka and Joseph Wright) for \bibltx. +Marko BudiĻi\'{c}, 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 +Joseph Wright) for \bibltx. \begin{thebibliography}{1} \bibitem{bibltx}Lehman, Philipp (with Audrey Boruvka, Philip Kime 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 diff --git a/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx b/Master/texmf-dist/tex/latex/biblatex-publist/publist.cbx index e638661e673..7a856b1111c 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.19} -\def\bpl@rdate{2020/08/21} +\def\bpl@version{1.20} +\def\bpl@rdate{2020/09/15} \ProvidesFile{publist.cbx}[\bpl@rdate\space v.\bpl@version\space biblatex citation style (JSP)] |