xnames(entry; names=:last)
does not include initials
#48
Labels
Milestone
xnames(entry; names=:last)
does not include initials
#48
The documentation for
Bibliography.xnames
says that withnames=:last
it should return "last names + first name abbreviation". However, in reality, it only returns the last names without first name initials. Thus, there is a mismatch between the documentation and the actual behavior.Should this be fixed to that
names=:last
indeed includes the first name initials?Having only the last names might still be useful in certain situations. So if the implementation of
names=:last
is fixed, should there also be a different option fornames
that returns only the last names? Maybenames=:lastonly
?The text was updated successfully, but these errors were encountered: