I do not know anything about the apa-standard, so I do not know if my rendering 
follows the standard. 

The first appearance of the author in the bibliography is marked with year-b 
(1847b), the second with year-a (1847a). I expected the first to be marked with 
year-a and the second with year-b.

Citing multiple references in one \cite[] only 2 out of 3 righttexts appear. 
When using 
\setupbtx[apa:cite][sorttype=none] 
all 3 righttexts appear but the characters after the year disappear.

Is there a way to fix that behaviour?

Thank you. Have a nice weekend.
Matthias

\startbuffer[bibliography]
@book{spratt_Travels2_1847,
        title = {Travels},
        volume = {2},
        publisher = {Voorst},
        author = {Spratt and Forbes},
        year = {1847},
}
@book{spratt_Travels1_1847,
        title = {Travels},
        volume = {1},
        publisher = {Voorst},
        author = {Spratt and Forbes},
        year = {1847},
}
@book{test,
        title = {Title-Test},
        publisher = {Publisher-Test},
        author = {Author-Test},
        year = {2000},
}
\stopbuffer

\definebtxdataset[asia] 
\usebtxdataset[asia][bibliography.buffer]

\setupbtx[
  dataset=asia, 
  specification=apa,
  ] 

\usebtxdefinitions[apa] 

\setupbtxrendering[asia][
  dataset=asia, 
  sorttype=authoryear, 
  ]

% \setupbtx[apa:cite][sorttype=none]

\starttext
single citing:\\
\cite[righttext={{text 1: Vol. 1}}][spratt_Travels1_1847] \\
\cite[righttext={{text 2: Vol. 2}}][spratt_Travels2_1847]\\ 
\cite[righttext={{text 3: Test}}][test]

multiple citing:\\
\cite[righttext={{text 1: Vol. 1},{text 2: Vol. 2},{text 3: 
Test}}][spratt_Travels1_1847,spratt_Travels2_1847,test]

\blank[2*line]
\placebtxrendering[asia][method=global]

\stoptext
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to