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
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary.
Bibliography elements in Bookdown (GitBook format) do not respect alphabetical order.
To reproduce the problem:
apa.csl
file and save it in project's folder.index.Rmd
, replacebiblio-style: apalike
withcsl: "apa.csl"
index.Rmd
, add citations in this order:The result shows, that references are in the order as they were mentioned in the text:
If I use the same sources of information in Word with Mendeley plugin for citations and the same
apa.csl
style, I get what I expect:In lines 714-717 of
apa.csl
it is written, that the bibliography list elements should be sorted by author's name:How could this issue be solved?
Session information:
The text was updated successfully, but these errors were encountered: