jspitz / biblatex-publist

BibLaTeX bibliography support for publication lists
38 stars 4 forks source link

Missing comma separating list of authors when I am named as second author #50

Closed tfrank1971 closed 7 months ago

tfrank1971 commented 7 months ago

I miss a comma in the list of authors when I am named as a second author: publistoutput

Here is the corresponding *.bib file entry (extracted from an external file named myarticles.bib):

@Article{pmid19998579,
    Author="Metzner, J.E.  and Frank, T.  and Kunz, I.  and Burger, D.  and Riegger, C. ",
    Title="{{S}tudy on the pharmacokinetics of synthetic genistein after multiple oral intake in post-menopausal women}",
    Journal="Arzneimittelforschung",
    Year="2009",
    Volume="59",
    Issue="10",
    Pages="513--520",
    doi={10.1055/s-0031-1296435},
    url={http://dx.doi.org/10.1055/s-0031-1296435}
}

The main *.tex file to compile the publication list contains this:

\usepackage{csquotes} % not strictly needed, but recommended for biblatex 
\usepackage[style=publist, backend=biber, url=true, doi=true, isbn=true,  sorting=ddnt, plauthorhandling=highlight]{biblatex} %Referenzen erzeugen mit BIBER
\plauthorname[T.]{Frank}
% load the bibliographic databases
\addbibresource{%
    myarticles.bib,
    mybooks.bib
    myproceedings.bib
}
ypsilonkah commented 7 months ago

I can confirm this behavior with the latest latex version and biblatex-publist version.

jspitz commented 7 months ago

Thanks for the report, should be fixed in the next version that will be published soon.