Skip to content

Commit

Permalink
Pass extra keyword arguments to format_names
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Nov 14, 2024
1 parent 3f157e3 commit 1125511
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/labeled_styles_utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,9 @@ function format_labeled_bibliography_reference(
urldate_fmt=_URLDATE_FMT,
title_transform_case=(s -> s),
article_link_doi_in_title=false,
kws...,
)
authors = format_names(entry; names=namesfmt)
authors = format_names(entry; names=namesfmt, kws...)
if entry.type == "article" && !article_link_doi_in_title
title =
format_title(entry; url=entry.access.url, transform_case=title_transform_case)
Expand Down

0 comments on commit 1125511

Please sign in to comment.