plk
plk
Can you put a MWE in here demonstrating the problem?
Can you provide a full working file with all the latex and package options?
We just need the smallest possible main tex file and bibliography to reproduce - the example in the ZIP relies several other packages and files which aren't present - we...
Fixed in VC - you just need the latest `.lbx` and drop it over your current one to get the fix now.
Should be fixed.
You can try with the relevant DEV `.lbx` from Github - I think this should be fixed.
Fixed in next release, thanks for reporting. To fix now, replace: ``` \newbibmacro*{statdate}{% \iffieldundef{origyear} {\printtext[parens]{\printlabeldate}} {\printtext[parens]{\printorigdate% \addspace\&\addspace rev\adddot\addspace\printlabeldate}}} ``` with ``` \newbibmacro*{statdate}{% \iffieldundef{origyear} {\printtext[parens]{\printlabeldateextra}} {\printtext[parens]{\printorigdate% \addspace\&\addspace rev\adddot\addspace\printlabeldateextra}}} ``` in `apa.bbx`.
Unfortunately, the underlying library used for this is very old and doesn't do regexps, just fixed strings. It's different in Biber's extended name format - much more flexible. I would...
This is a bug in `biber` with set handling in biblists - currently being looked at, thank you for reporting.
This should be fixed in `biber` 2.20 DEV. It was to do with biblist filtering and sets - basically no set members of any sets in a list should be...