You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems BiByFi with CiteAsAuthorsPlus or CiteAsAuthorsEtAl generates [(Last author)+ (Year)] (or something similar for CiteAsAuthorsEtAl) instead of [(First author)+ (Year)] at \cite. For example, for a paper with authors [Foo Bar; Baz Qux; Hoge Fuga], it generates something like [H. Fuga+ 2023] instead of [F. Bar+ 2023]. Is this as expected? It seems something like [F. Bar+ 2023] is more common (for instance, in https://www.scribbr.com/citing-sources/et-al/).
In my understanding, this is because of the List.reverse in
It seems BiByFi with CiteAsAuthorsPlus or CiteAsAuthorsEtAl generates [(Last author)+ (Year)] (or something similar for CiteAsAuthorsEtAl) instead of [(First author)+ (Year)] at \cite. For example, for a paper with authors [
Foo Bar
;Baz Qux
;Hoge Fuga
], it generates something like [H. Fuga+ 2023] instead of [F. Bar+ 2023]. Is this as expected? It seems something like [F. Bar+ 2023] is more common (for instance, in https://www.scribbr.com/citing-sources/et-al/).In my understanding, this is because of the
List.reverse
inBiByFi/bibyfi.satyh
Line 488 in 5747245
(But I am not sure if we can safely remove this
List.reverse
...)Here are a small example to reproduce this behavior: https://gist.github.com/MasWag/f71ecf4042f88fec9bcddcfebeab9151 and the resulting PDF file bibyfi-name-issue.pdf.
(But also reproducible by https://github.com/namachan10777/BiByFi/blob/master/example/cite-with-name.saty, and I am not sure if this is an unexpected behavior)
The text was updated successfully, but these errors were encountered: