Displaying 1 result from an estimated 1 matches for "fmtprefix".
Did you mean:
cmdprefix
2018 May 13
0
BUG: 'bibentry' methods change default bibstyle
...1964,
title = "An Analysis of Transformations",
journal = "Journal of the Royal Statistical Society, Series B",
volume = 26,
pages = "211-252"))
bibstyle("unsorted", sortKeys = function(refs) seq_along(refs),
fmtPrefix = function(paper) paste0("[", paper$.index, "]"),
.init = TRUE)
=======================
As expected, the bibstyle() call sets "unsorted" as default bibstyle but here is how calls to sort() and toRd() have the side effect of changing the default style:
&g...