8 Nov
2017
8 Nov
'17
7:05 p.m.
On Wed, 8 Nov 2017, tobber wrote:
Hm, I made this little test:
+++ \startbuffer[references] @misc{test, author= {P. Wolf and H. Fuchs and V. Hase and L. Löwe}, title = {Irgendwelche Viecher}, year = {2017}, } \stopbuffer
\usebtxdataset[references.buffer] \usebtxdefinitions[aps]
\setupbtx [apa:list:author] [separator:3={\btxnobreakspace\textampersand\space}] % last of a list
\starttext
\cite[test]
\placelistofpublications
\stoptext +++
For reasons that I don't understand, it works if you move the \setupbtx **before** the \usebtxdefinitions[aps]. Aditya